Browse Source

企事业单位巡查搜索

feature/welfareImport
jiangyy 3 years ago
parent
commit
493dca77a0
  1. 4
      src/views/modules/shequzhili/tuceng/anquan/xuncha/cpts/record.vue

4
src/views/modules/shequzhili/tuceng/anquan/xuncha/cpts/record.vue

@ -43,6 +43,7 @@
width="200px"> width="200px">
<template slot-scope="scope"> <template slot-scope="scope">
<el-select v-if="scope.row.isEdit" <el-select v-if="scope.row.isEdit"
filterable
v-model="scope.row.staffId" v-model="scope.row.staffId"
placeholder="请选择" placeholder="请选择"
class="input-width" class="input-width"
@ -121,7 +122,8 @@
width="150px"> width="150px">
<template slot-scope="scope"> <template slot-scope="scope">
<div v-if="scope.row.isEdit"> <div v-if="scope.row.isEdit">
<el-upload :headers="$getElUploadHeaders()" class="avatar-uploader" <el-upload :headers="$getElUploadHeaders()"
class="avatar-uploader"
:action="uploadUrl" :action="uploadUrl"
:data="{ customerId: customerId }" :data="{ customerId: customerId }"
:show-file-list="true" :show-file-list="true"

Loading…
Cancel
Save