|
@@ -110,12 +110,12 @@
|
|
|
<el-table-column
|
|
|
prop="phone"
|
|
|
label="手机号码"
|
|
|
- width="200"
|
|
|
+ width="150"
|
|
|
></el-table-column>
|
|
|
<el-table-column
|
|
|
prop="idCard"
|
|
|
label="身份证号"
|
|
|
- width="300"
|
|
|
+ width="200"
|
|
|
></el-table-column>
|
|
|
<el-table-column prop="orgName" label="所属工会" width="250">
|
|
|
<template slot-scope="{ row }">
|
|
@@ -134,6 +134,16 @@
|
|
|
<span v-else-if="row.status=='3'" style="color:#E6A23C">未激活</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
+ <el-table-column
|
|
|
+ prop="createTime"
|
|
|
+ label="创建时间"
|
|
|
+ width="150"
|
|
|
+ ></el-table-column>
|
|
|
+ <el-table-column
|
|
|
+ prop="updateTime"
|
|
|
+ label="更新时间"
|
|
|
+ width="150"
|
|
|
+ ></el-table-column>
|
|
|
<el-table-column label="操作" width="300" fixed="right">
|
|
|
<template slot-scope="{ row }">
|
|
|
<el-row>
|