2.0 抢先版,主要更新了#10

This commit is contained in:
zhengjie
2019-05-24 10:49:04 +08:00
parent a5c9f58896
commit df51dbaf82
9 changed files with 26 additions and 202 deletions

View File

@@ -6,7 +6,7 @@
<el-table-column prop="name" label="名称"/>
<el-table-column label="所属部门">
<template slot-scope="scope">
<div>{{ scope.row.dept.name }}</div>
<div>{{ scope.row.deptSuperiorName ? scope.row.deptSuperiorName + ' / ' : '' }}{{ scope.row.dept.name }}</div>
</template>
</el-table-column>
<el-table-column prop="sort" label="排序">