|
@@ -505,6 +505,7 @@
|
|
|
:file-list="fileListtherrt"
|
|
|
:auto-upload="false"
|
|
|
:multiple="true"
|
|
|
+ list-type="picture"
|
|
|
>
|
|
|
<el-button slot="trigger" :disabled = "disfal" size="small" type="primary"
|
|
|
>选取文件</el-button
|
|
@@ -573,17 +574,18 @@
|
|
|
:file-list="fileListtherrt"
|
|
|
:auto-upload="false"
|
|
|
:multiple="true"
|
|
|
+ list-type="picture"
|
|
|
>
|
|
|
- <el-button slot="trigger" size="small" type="primary"
|
|
|
+ <el-button slot="trigger" :disabled = "disfal" size="small" type="primary"
|
|
|
>选取文件</el-button
|
|
|
>
|
|
|
<!-- :disabled = "disfal" -->
|
|
|
- <!-- :disabled = "disfal" -->
|
|
|
+ <!-- -->
|
|
|
<el-button
|
|
|
style="margin-left: 10px"
|
|
|
size="small"
|
|
|
type="success"
|
|
|
-
|
|
|
+ :disabled = "disfal"
|
|
|
@click="submitUploadther"
|
|
|
>上传到服务器</el-button
|
|
|
>
|
|
@@ -652,6 +654,7 @@
|
|
|
:file-list="fileListtherrt"
|
|
|
:auto-upload="false"
|
|
|
:multiple="true"
|
|
|
+ list-type="picture"
|
|
|
>
|
|
|
<el-button slot="trigger" :disabled = "disfal" size="small" type="primary"
|
|
|
>选取文件</el-button
|
|
@@ -982,6 +985,7 @@ export default {
|
|
|
},
|
|
|
handlePreviewther(file) {
|
|
|
console.log(file, 45);
|
|
|
+
|
|
|
},
|
|
|
handleSuccther(response, file, fileList) {
|
|
|
// let imges = []
|