This commit is contained in:
parent
7212b9680f
commit
e1220c4dc1
|
|
@ -81,7 +81,7 @@
|
|||
:on-success="handleFileSuccess2"
|
||||
:auto-upload="true"
|
||||
>
|
||||
<el-button :disabled="scope.row.status && scope.row.status === '通过'" style="color: #2CBAB2;" type="text" @click="beforeFileUpload(scope.row)">上传</el-button>
|
||||
<el-button size="mini" :disabled="scope.row.status && scope.row.status === '通过'" style="color: #2CBAB2;" type="text" @click="beforeFileUpload(scope.row)">上传</el-button>
|
||||
</el-upload>
|
||||
<el-button
|
||||
size="mini"
|
||||
|
|
|
|||
Loading…
Reference in New Issue