|
@@ -196,11 +196,11 @@
|
|
|
<span>{{ countType || scope.row.empType }}</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column prop="idcardno" label="身份证" width="120">
|
|
|
+ <el-table-column prop="idcardno" label="身份证" width="220">
|
|
|
</el-table-column>
|
|
|
<el-table-column prop="mobile" label="电话号" width="300">
|
|
|
</el-table-column>
|
|
|
- <el-table-column fixed="right" label="操作" width="100">
|
|
|
+ <el-table-column fixed="right" label="操作">
|
|
|
<template slot-scope="scope">
|
|
|
<el-button @click="editPeople(scope.row)" type="text" size="small">编辑</el-button>
|
|
|
<el-button type="text" size="small" @click="delPeople(scope.row)">删除</el-button>
|