新增省/单位管理员
This commit is contained in:
parent
45265db72a
commit
5838faa4b9
|
@ -24,11 +24,11 @@
|
|||
</el-tag>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="所属省份">
|
||||
<template slot-scope="scope">{{ scope.row.pname }}</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="所属单位">
|
||||
<template slot-scope="scope">{{ scope.row.bcompany_name }}</template>
|
||||
<el-table-column label="所属省份/单位">
|
||||
<template slot-scope="scope">
|
||||
{{ scope.row.pname }}
|
||||
{{ scope.row.bcompany_name }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="创建日期">
|
||||
<template slot-scope="scope">
|
||||
|
|
Loading…
Reference in New Issue