yz
2021-03-02 31bfe04f3672046cc1c38c2eee8666f78fbbc937
src/views/yunpan/fujian.vue
@@ -7,7 +7,7 @@
            <div class="zs-title">附件管理</div>
          </el-col>
          <el-col :span="8" class="search">
            <el-input v-model="basic" class="input-empName" maxlength="10" size="medium" style="width:220px" />
            <el-input v-model="basic" class="input-empName" maxlength="18" size="medium" style="width:220px" />
            <el-button type="primary" size="mini" @click="findEmpAccessory()">查询</el-button>
            <el-button
              type="danger"
@@ -290,9 +290,9 @@
              </el-button>
            </template>
          </el-table-column>
          <el-table-column prop="empName" label="姓名" />
          <el-table-column prop="certificateNumb" label="身份证号" />
          <el-table-column prop="deptName" label="护卫点(部门)" />
          <el-table-column prop="empName" label="姓名" width="100px" />
          <el-table-column prop="certificateNumb" label="身份证号" width="200px" />
          <el-table-column prop="deptName" label="护卫点(部门)" width="200px" />
          <el-table-column prop="jobName" label="岗位" />
          <template v-for="(col) in labelData">
            <el-table-column :key="col.labelid" :prop="col.labelcode" :label="col.labelname">
@@ -507,6 +507,7 @@
      this.resolvePath('/uploadfj')
    },
    resetQueryform() {
      this.basic = ''
      this.queryform = {
        empNumb: '',
        empName: '',