|
|
@@ -364,7 +364,7 @@ export default {
|
|
|
type: "upload",
|
|
|
multiple: true,
|
|
|
span: 24,
|
|
|
- disabled: this.isEdit,
|
|
|
+ // disabled: this.isEdit,
|
|
|
dataType: "object",
|
|
|
propsHttp: {
|
|
|
url: "link",
|
|
|
@@ -394,7 +394,7 @@ export default {
|
|
|
res: "data",
|
|
|
},
|
|
|
action: '/api/kd-resource/oss/endpoint/put-file',
|
|
|
- disabled: this.isEdit,
|
|
|
+ // disabled: this.isEdit,
|
|
|
uploadPreview: (file, column, done) => {
|
|
|
downloadFileByUrl(file.url, file.name);
|
|
|
return;
|
|
|
@@ -411,7 +411,7 @@ export default {
|
|
|
multiple: true,
|
|
|
span: 24,
|
|
|
action: '/api/kd-resource/oss/endpoint/put-file',
|
|
|
- disabled: this.isEdit,
|
|
|
+ // disabled: this.isEdit,
|
|
|
uploadPreview: (file, column, done) => {
|
|
|
downloadFileByUrl(file.url, file.name);
|
|
|
return;
|