| | |
| | | <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" |
| | |
| | | </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"> |
| | |
| | | this.resolvePath('/uploadfj') |
| | | }, |
| | | resetQueryform() { |
| | | this.basic = '' |
| | | this.queryform = { |
| | | empNumb: '', |
| | | empName: '', |