2.0 抢先版,主要更新了#10
This commit is contained in:
@@ -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="排序">
|
||||
|
||||
Reference in New Issue
Block a user