浏览代码

修改微型消防站人员查看列表界面

houwenfeng 1 年之前
父节点
当前提交
192a4d7357
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/views/unitorg/microStation/index.vue

+ 2 - 2
src/views/unitorg/microStation/index.vue

@@ -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>