|
@@ -18,7 +18,7 @@ const getDocument=(id)=>{
|
|
|
|
|
|
<template>
|
|
<template>
|
|
<el-menu-item :index="(prop.item.ClassifyId+'')">
|
|
<el-menu-item :index="(prop.item.ClassifyId+'')">
|
|
- <span @click="getDocument(prop.item.ClassifyId)">{{prop.item.ClassifyName}}</span>
|
|
|
|
|
|
+ <span @click="getDocument(prop.item.ClassifyId)" style="width: 100%;">{{prop.item.ClassifyName}}</span>
|
|
</el-menu-item>
|
|
</el-menu-item>
|
|
</template>
|
|
</template>
|
|
|
|
|