Commit 89cb4ca9 by caoyanzhi

fix:调整门店角色列表员工代码取值

parent 85eaed56
......@@ -33,7 +33,7 @@
></el-alert>
<el-table style="margin-top:20px" :data="adminList">
<el-table-column label="姓名" prop="staffName" :formatter="(row, col, val) => val || '--'"></el-table-column>
<el-table-column label="员工代码" prop="nationCode" :formatter="(row, col, val) => val || '--'"></el-table-column>
<el-table-column label="员工代码" prop="wxUserId" :formatter="(row, col, val) => val || '--'"></el-table-column>
<el-table-column label="手机号码" prop="phoneNumber" :formatter="(row, col, val) => val || '--'"></el-table-column>
</el-table>
<el-pagination
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment