修复了admin后台bug

This commit is contained in:
张乐
2020-08-24 17:34:26 +08:00
parent 736e315b8a
commit badfd9076e
42 changed files with 833 additions and 5491 deletions

View File

@@ -45,12 +45,9 @@
row-key="id"
:tree-props="{children: 'child', hasChildren: 'hasChildren'}"
>
<!-- <el-table-column type="selection"-->
<!-- width="55">-->
<!-- </el-table-column>-->
<el-table-column prop="name" label="名称" min-width="200">
<template slot-scope="scope">
{{ scope.row.name }}|{{ scope.row.id }}
{{ scope.row.name }} | {{ scope.row.id }}
</template>
</el-table-column>
<template v-if="!selectModel">