mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-23 21:36:37 +08:00
v1.9 解决员工关联员工编号不显示bug
This commit is contained in:
parent
21d75ed245
commit
cbeafa7589
@ -12,7 +12,7 @@
|
||||
|
||||
<el-table :data="staffs" style="width: 100%; margin-top: 15px" @selection-change="handleSelectionChange">
|
||||
<el-table-column type="selection" width="55" align="center" />
|
||||
<el-table-column prop="userId" :label="$t('role.staffName')" align="center" />
|
||||
<el-table-column prop="userId" :label="$t('role.staffId')" align="center" />
|
||||
<el-table-column prop="name" :label="$t('role.staffName')" align="center" />
|
||||
<el-table-column prop="address" :label="$t('role.address')" align="center" />
|
||||
</el-table>
|
||||
|
||||
@ -23,6 +23,7 @@ export const messages = {
|
||||
communityId: 'Community ID',
|
||||
communityName: 'Community Name',
|
||||
operation: 'Operation',
|
||||
staffId: 'Staff ID',
|
||||
staffName: 'Staff Name',
|
||||
tel: 'Phone',
|
||||
email: 'Email',
|
||||
@ -59,6 +60,7 @@ export const messages = {
|
||||
communityId: '小区编号',
|
||||
communityName: '小区名称',
|
||||
operation: '操作',
|
||||
staffId: '员工编号',
|
||||
staffName: '员工名称',
|
||||
tel: '手机号',
|
||||
email: '邮箱',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user