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