centaline-data-driven 1.6.26 → 1.6.28

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "centaline-data-driven",
3
- "version": "1.6.26",
3
+ "version": "1.6.28",
4
4
  "description": "ccai",
5
5
  "author": "hjc <3226136347@qq.com>",
6
6
  "private": false,
package/release-log.md CHANGED
@@ -1,3 +1,19 @@
1
+ # v1.6.28
2
+ 2024-11-12
3
+
4
+ 优化
5
+
6
+ 修复表单关闭tab后,列表没有删除行数据的bug,是因为关闭tab销毁对象造成的
7
+
8
+ 富文本插件的zindex修改为取前端配置的zindex+99
9
+
10
+ # v1.6.27
11
+ 2024-11-04
12
+
13
+ 优化
14
+
15
+ 上传组件,上传增加动态图标
16
+
1
17
  # v1.6.26
2
18
  2024-11-04
3
19
 
@@ -31,7 +31,7 @@
31
31
 
32
32
  <!-- CCES -->
33
33
  <!-- <ct-searchlist :apiParam="para" :searchConditionApi="'/salemattersmanage/agentuserlist/getLayoutOfSearch'" :searchDataApi="'/salemattersmanage/agentuserlist/getList'"></ct-searchlist> -->
34
- <ct-searchlist :apiParam="para" :searchConditionApi="'/contractmanage/ContractList/getLayoutOfSearch'" :searchDataApi="'/contractmanage/ContractList/getList'"></ct-searchlist>
34
+ <!-- <ct-searchlist :apiParam="para" :searchConditionApi="'/contractmanage/ContractList/getLayoutOfSearch'" :searchDataApi="'/contractmanage/ContractList/getList'"></ct-searchlist> -->
35
35
  <!-- <ct-searchlist :apiParam="para" :searchConditionApi="'/sunexpensemanage/sunexpenserecordlist/getLayoutOfSearch'" :searchDataApi="'/sunexpensemanage/sunexpenserecordlist/getList'"></ct-searchlist> -->
36
36
  <!-- <ct-searchlist :apiParam="para" :searchConditionApi="'/customermanage/ProjectCustomerList/getLayoutOfSearch'" :searchDataApi="'/customermanage/ProjectCustomerList/getList'"></ct-searchlist> -->
37
37
  <!-- <ct-searchlist :apiParam="para" :searchConditionApi="'/workwxmanage/WorkWXApplicationList/getLayoutOfSearch'" :searchDataApi="'/workwxmanage/WorkWXApplicationList/getList'"></ct-searchlist> -->
@@ -39,6 +39,7 @@
39
39
  <!-- <ct-searchlist :apiParam="para" :searchConditionApi="'/customerquery/publiccustcalltaskreferrallist/getLayoutOfSearch'" :searchDataApi="'/customerquery/publiccustcalltaskreferrallist/getList'"></ct-searchlist> -->
40
40
  <!-- <ct-searchlist :apiParam="para" :searchConditionApi="'/salemattersmanage/agentuserlist/getLayoutOfSearch'" :searchDataApi="'/salemattersmanage/agentuserlist/getList'"></ct-searchlist> -->
41
41
  <!-- <ct-searchlist :apiParam="para" :searchConditionApi="'/salemattersmanage/EntranceNoticeInfoList/getLayoutOfSearch'" :searchDataApi="'/salemattersmanage/EntranceNoticeInfoList/getList'"></ct-searchlist> -->
42
+ <ct-searchlist :apiParam="para" :searchConditionApi="'/commissionquery/properformanceszjjbreport/getLayoutOfSearch'" :searchDataApi="'/commissionquery/properformanceszjjbreport/getList'"></ct-searchlist>
42
43
  <!-- CCES -->
43
44
 
44
45
  <!-- <ct-searchlist :apiParam="para"
@@ -177,10 +177,7 @@ const api = {
177
177
  }
178
178
 
179
179
  //关闭tab页
180
- if (data.notification === Enum.ActionType.CloseTab
181
- || data.notification === Enum.ActionType.CloseTabThenDelete
182
- || data.notification === Enum.ActionType.CloseTabThenNew
183
- || data.notification === Enum.ActionType.CloseTabThenUpdate) {
180
+ if (data.notification === Enum.ActionType.CloseTab) {
184
181
  if (typeof common.getDataDrivenOpts().handler.closeTab === 'function') {
185
182
  common.getDataDrivenOpts().handler.closeTab();
186
183
  }
@@ -6,7 +6,7 @@
6
6
  {{model.label}}
7
7
  </div>
8
8
  <el-date-picker :class="[model.showLabel?'ct-date-editor':'']" v-model="model.value" v-bind="model.attrs"
9
- @input="inputHandler($event)" @change="change($event)" @blur="dateBlur"
9
+ @input="inputHandler($event)" @change="change($event)" @blur="dateBlur" :placeholder="model.placeholder"
10
10
  :picker-options="pickerOptions" :disabled="model.lock">
11
11
  </el-date-picker>
12
12
  </div>
@@ -216,7 +216,7 @@
216
216
 
217
217
  <div slot="file" slot-scope="{ file }" :title="file.fileName">
218
218
  <div class="cover-list-item">
219
- <div @click="viewerfile(file)" :sssss="JSON.stringify(file)">
219
+ <div @click="viewerfile(file)">
220
220
  <div v-if="file.progressFlag" v-loading="file.progressFlag" style="width: 100px; height: 100px"
221
221
  element-loading-spinner="el-icon-loading">
222
222
  </div>
@@ -477,47 +477,32 @@ export default {
477
477
  },
478
478
  handleDownload(file) {
479
479
  },
480
- handleChange(file, fileList) {
481
- debugger
482
- console.log(file, 'handleChange')
483
-
480
+ handleChange(file, fileList) {
484
481
  this.changeHandler(this.model.value);
485
482
  },
486
483
  //上传之前的钩子
487
484
  beforeUploadProcess(file) {
488
- debugger
489
- console.log(file, 'beforeUploadProcess')
490
485
  return true;
491
486
  },
492
487
 
493
488
  //文件上传时的钩子
494
489
  uploadProcess(event, file, fileList) {
495
- debugger
496
- console.log(file, "++++++++++++++++");
497
490
  file.progressFlag = true; // 显示进度条
498
491
  file.loadProgress = parseInt(event.percent); // 动态获取文件上传进度
499
-
500
- console.log(file, fileList);
501
-
502
492
  if (file.loadProgress >= 100) {
503
493
  file.loadProgress = 100;
504
494
  setTimeout(() => {
505
- console.log(file, "---------------");
506
495
  file.progressFlag = false;
507
496
  }, 1000); // 一秒后关闭进度条
508
497
  }
509
498
  },
510
499
  //上传完成钩子
511
500
  handleAvatarSuccess(res, file, fileList) {
512
- debugger
513
- console.log(file, 'handleAvatarSuccess')
514
501
  this.model.handleAvatarSuccess(res, file, fileList);
515
502
  this.QRFileList = fileList;
516
503
  this.QRCodeLocate();
517
504
  },
518
505
  handleAvatarError(res, file, fileList) {
519
- debugger
520
- console.log(file, 'handleAvatarError')
521
506
  if (res.status === 404) {
522
507
  let m = JSON.parse(res.message);
523
508
  if (m.error) {
@@ -574,7 +574,7 @@
574
574
  });
575
575
  }
576
576
  else {
577
- field.doAction(self.getFormObj(), (data) => {
577
+ field.doAction(self.getFormObj(), (data) => {
578
578
  field.disabled = false;
579
579
  self.model.pageDisabled = false;
580
580
  if (data.rtnCode === 200) {
@@ -638,6 +638,11 @@
638
638
  });
639
639
  }).catch(() => {
640
640
  });
641
+ }
642
+ if (data.notification === 14 || data.notification === 15|| data.notification === 16) {
643
+ if (typeof self.$common.getDataDrivenOpts().handler.closeTab === 'function') {
644
+ self.$common.getDataDrivenOpts().handler.closeTab();
645
+ }
641
646
  }
642
647
  }, self.model.scripts);
643
648
  }
@@ -29,6 +29,10 @@
29
29
  },
30
30
  data() {
31
31
  const that = this;
32
+ let zindex=1;
33
+ if (this.$common.getDataDrivenOpts().zindex) {
34
+ zindex=this.$common.getDataDrivenOpts().zindex + 99;
35
+ }
32
36
  return {
33
37
  editor: {},
34
38
  config: {
@@ -140,7 +144,7 @@
140
144
  'drafts',
141
145
  'help'
142
146
  ]],
143
- zIndex: 1,
147
+ zIndex: zindex,
144
148
  /* 上传图片配置项 */
145
149
  "imageActionName": "uploadimage222", /* 执行上传图片的action名称 */
146
150
  "imageFieldName": "file", /* 提交的图片表单名称 */
@@ -238,7 +242,8 @@
238
242
  created() {
239
243
  if (typeof this.vmodel === "undefined") {
240
244
  this.model = this.loaderObj.Base(this.source);
241
- } else {
245
+ }
246
+ else {
242
247
  this.model = this.vmodel;
243
248
  }
244
249
 
@@ -310,6 +310,11 @@ import dynamicElement from '../../mixins/dynamicElement';
310
310
  });
311
311
  }).catch(() => {
312
312
  });
313
+ }
314
+ if (data.notification === 14 || data.notification === 15|| data.notification === 16) {
315
+ if (typeof self.$common.getDataDrivenOpts().handler.closeTab === 'function') {
316
+ self.$common.getDataDrivenOpts().handler.closeTab();
317
+ }
313
318
  }
314
319
  }, self.model.scripts);
315
320
  }
@@ -24,7 +24,13 @@ const D = function (source, dateType) {
24
24
  },
25
25
  set valueFormat(v) {
26
26
  source.valueFormat = v;
27
- }
27
+ },
28
+ get placeholder() {
29
+ if (source.isList && rtn.attrs.placeholder && rtn.displayLabelAfterSelected) {
30
+ return rtn.attrs.placeholder
31
+ }
32
+ return null;
33
+ },
28
34
  }
29
35
  };
30
36
  rtn = base.copy(Base(source), rtn);
@@ -67,7 +67,7 @@ const LibFunction = {
67
67
  if (isList) {
68
68
  if (field.controlType === Enum.ControlType.Date) {
69
69
  field.width = field.width || 250;
70
- }
70
+ }
71
71
  else if (field.controlType === Enum.ControlType.DateTime) {
72
72
  field.width = field.width || 280;
73
73
  }
package/src/main.js CHANGED
@@ -16,7 +16,7 @@ Vue.config.productionTip = false;
16
16
  Vue.use(centaline, {
17
17
  // baseUrl: "http://10.88.22.46:17070/max-uplink-api/",
18
18
  // baseUrl: "http://10.88.22.46:6060/onecard-api/",
19
- // baseUrl: "http://10.88.22.46:9999/service-api/",
19
+ baseUrl: "http://10.88.22.46:9999/service-api/",
20
20
  // baseUrl: "http://10.88.22.46:22324/service-api/v1/form/router",
21
21
  // baseUrl: "http://10.88.22.13:17070/max-uplink-api/",
22
22
  // baseUrl: "http://10.88.22.13:6060/onecard-api/",
@@ -26,7 +26,7 @@ Vue.use(centaline, {
26
26
  // baseUrl: "http://10.25.10.67:9999/service-api/",
27
27
  // baseUrl: "http://10.25.10.69:8080/",
28
28
  // baseUrl: "https://ccesutest.centaline.com.cn/service-api/v1/form/router",
29
- baseUrl: "http://10.88.22.69:8080/",
29
+ // baseUrl: "http://10.88.22.69:8080/",
30
30
  // baseUrl: "http://10.88.22.42:9999/service-api/",
31
31
  // baseUrl: "http://10.1.245.111:38908/service-api/",
32
32
  // baseUrl: "http://10.1.245.111:31574/service-api/",
@@ -73,7 +73,7 @@ Vue.use(centaline, {
73
73
  estateId: '',
74
74
 
75
75
  authObject: '{"currentEstate":{},"platform":1,"osVersion":"","clientVersion":"","machineCode":"eeb8e2fc88b5bcbc2e4f297777142537","token":"","random":"YSLnFY","time":1726133598476,"sign":"e08cc3c4257654dcc6b8063e3cb9b1b3","systemSource":"CCESU","empNo":"24988","empId":"202110201430497BB5FE89123A054CCA"}',
76
- AuthorizationCode:'Bearer eyJhbGciOiJIUzUxMiJ9.eyJsb2dpbl91c2VyX2tleSI6ImIzOWQ2MDA3LTg5NGEtNDZlYy04MmYwLTZlZWZiZmIwMDcwOSJ9.kpreU5FhBzEUP-9ODH2UWw5YmYPxuyZjcnXcFBmPHm986Hb_3O8dkcAx9UvXdK6HHLOD-i8k9bMW8J_L0T41ZA',
76
+ AuthorizationCode:'Bearer eyJhbGciOiJIUzUxMiJ9.eyJsb2dpbl91c2VyX2tleSI6IjdiOWFiNWM5LTYyZTUtNDg3Mi04Y2U0LTFiYTk0OTlmYTFiZSJ9.P5sPnIyGxHMpULCLQ-0B-Pc5h5yXiNvdJbAHqTV75J8AE3wY4tuuOuFdI3PCjU09K8Wi1ZRqOLd42qHCj8iH8g',
77
77
  };
78
78
  },
79
79
  // 请求完成事件,可判断是否登录过期执行响应操作
@@ -10147,7 +10147,7 @@ var api = {
10147
10147
  }
10148
10148
 
10149
10149
  //关闭tab页
10150
- if (data.notification === __WEBPACK_IMPORTED_MODULE_4__loader_src_ctl_lib_Enum__["default"].ActionType.CloseTab || data.notification === __WEBPACK_IMPORTED_MODULE_4__loader_src_ctl_lib_Enum__["default"].ActionType.CloseTabThenDelete || data.notification === __WEBPACK_IMPORTED_MODULE_4__loader_src_ctl_lib_Enum__["default"].ActionType.CloseTabThenNew || data.notification === __WEBPACK_IMPORTED_MODULE_4__loader_src_ctl_lib_Enum__["default"].ActionType.CloseTabThenUpdate) {
10150
+ if (data.notification === __WEBPACK_IMPORTED_MODULE_4__loader_src_ctl_lib_Enum__["default"].ActionType.CloseTab) {
10151
10151
  if (typeof __WEBPACK_IMPORTED_MODULE_5__common__["default"].getDataDrivenOpts().handler.closeTab === 'function') {
10152
10152
  __WEBPACK_IMPORTED_MODULE_5__common__["default"].getDataDrivenOpts().handler.closeTab();
10153
10153
  }
@@ -11239,7 +11239,7 @@ module.exports = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABX
11239
11239
  "use strict";
11240
11240
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_dynamicForm_vue__ = __webpack_require__(185);
11241
11241
  /* unused harmony namespace reexport */
11242
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_121b1b59_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicForm_vue__ = __webpack_require__(617);
11242
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_1dcf9d7a_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicForm_vue__ = __webpack_require__(617);
11243
11243
  function injectStyle (ssrContext) {
11244
11244
  __webpack_require__(611)
11245
11245
  }
@@ -11259,7 +11259,7 @@ var __vue_scopeId__ = null
11259
11259
  var __vue_module_identifier__ = null
11260
11260
  var Component = normalizeComponent(
11261
11261
  __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_dynamicForm_vue__["a" /* default */],
11262
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_121b1b59_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicForm_vue__["a" /* default */],
11262
+ __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_1dcf9d7a_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicForm_vue__["a" /* default */],
11263
11263
  __vue_template_functional__,
11264
11264
  __vue_styles__,
11265
11265
  __vue_scopeId__,
@@ -11370,7 +11370,7 @@ module.exports = {};
11370
11370
  "use strict";
11371
11371
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_dynamicSearchScreen_vue__ = __webpack_require__(154);
11372
11372
  /* unused harmony namespace reexport */
11373
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_d3a3de56_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicSearchScreen_vue__ = __webpack_require__(533);
11373
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_a11f8d94_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicSearchScreen_vue__ = __webpack_require__(533);
11374
11374
  function injectStyle (ssrContext) {
11375
11375
  __webpack_require__(531)
11376
11376
  }
@@ -11390,7 +11390,7 @@ var __vue_scopeId__ = null
11390
11390
  var __vue_module_identifier__ = null
11391
11391
  var Component = normalizeComponent(
11392
11392
  __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_dynamicSearchScreen_vue__["a" /* default */],
11393
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_d3a3de56_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicSearchScreen_vue__["a" /* default */],
11393
+ __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_a11f8d94_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicSearchScreen_vue__["a" /* default */],
11394
11394
  __vue_template_functional__,
11395
11395
  __vue_styles__,
11396
11396
  __vue_scopeId__,
@@ -19679,6 +19679,11 @@ exports.f = __webpack_require__(30) ? gOPD : function getOwnPropertyDescriptor(O
19679
19679
  });
19680
19680
  }).catch(function () {});
19681
19681
  }
19682
+ if (data.notification === 14 || data.notification === 15 || data.notification === 16) {
19683
+ if (typeof self.$common.getDataDrivenOpts().handler.closeTab === 'function') {
19684
+ self.$common.getDataDrivenOpts().handler.closeTab();
19685
+ }
19686
+ }
19682
19687
  }, self.model.scripts);
19683
19688
  }
19684
19689
  }
@@ -29262,6 +29267,11 @@ module.exports = g;
29262
29267
  });
29263
29268
  }).catch(function () {});
29264
29269
  }
29270
+ if (data.notification === 14 || data.notification === 15 || data.notification === 16) {
29271
+ if (typeof self.$common.getDataDrivenOpts().handler.closeTab === 'function') {
29272
+ self.$common.getDataDrivenOpts().handler.closeTab();
29273
+ }
29274
+ }
29265
29275
  }, self.model.scripts);
29266
29276
  }
29267
29277
  }
@@ -53987,33 +53997,22 @@ if (typeof window !== "undefined" && "Vue" in window) {
53987
53997
  },
53988
53998
  handleDownload: function handleDownload(file) {},
53989
53999
  handleChange: function handleChange(file, fileList) {
53990
- debugger;
53991
- console.log(file, 'handleChange');
53992
-
53993
54000
  this.changeHandler(this.model.value);
53994
54001
  },
53995
54002
 
53996
54003
  //上传之前的钩子
53997
54004
  beforeUploadProcess: function beforeUploadProcess(file) {
53998
- debugger;
53999
- console.log(file, 'beforeUploadProcess');
54000
54005
  return true;
54001
54006
  },
54002
54007
 
54003
54008
 
54004
54009
  //文件上传时的钩子
54005
54010
  uploadProcess: function uploadProcess(event, file, fileList) {
54006
- debugger;
54007
- console.log(file, "++++++++++++++++");
54008
54011
  file.progressFlag = true; // 显示进度条
54009
54012
  file.loadProgress = parseInt(event.percent); // 动态获取文件上传进度
54010
-
54011
- console.log(file, fileList);
54012
-
54013
54013
  if (file.loadProgress >= 100) {
54014
54014
  file.loadProgress = 100;
54015
54015
  setTimeout(function () {
54016
- console.log(file, "---------------");
54017
54016
  file.progressFlag = false;
54018
54017
  }, 1000); // 一秒后关闭进度条
54019
54018
  }
@@ -54021,15 +54020,11 @@ if (typeof window !== "undefined" && "Vue" in window) {
54021
54020
 
54022
54021
  //上传完成钩子
54023
54022
  handleAvatarSuccess: function handleAvatarSuccess(res, file, fileList) {
54024
- debugger;
54025
- console.log(file, 'handleAvatarSuccess');
54026
54023
  this.model.handleAvatarSuccess(res, file, fileList);
54027
54024
  this.QRFileList = fileList;
54028
54025
  this.QRCodeLocate();
54029
54026
  },
54030
54027
  handleAvatarError: function handleAvatarError(res, file, fileList) {
54031
- debugger;
54032
- console.log(file, 'handleAvatarError');
54033
54028
  if (res.status === 404) {
54034
54029
  var m = JSON.parse(res.message);
54035
54030
  if (m.error) {
@@ -66559,6 +66554,10 @@ var ctSpan = {
66559
66554
  },
66560
66555
  data: function data() {
66561
66556
  var that = this;
66557
+ var zindex = 1;
66558
+ if (this.$common.getDataDrivenOpts().zindex) {
66559
+ zindex = this.$common.getDataDrivenOpts().zindex + 99;
66560
+ }
66562
66561
  return {
66563
66562
  editor: {},
66564
66563
  config: {
@@ -66573,7 +66572,7 @@ var ctSpan = {
66573
66572
  toolbars: [['fullscreen', 'source', '|', 'undo', 'redo', '|', 'bold', 'italic', 'underline', 'fontborder', 'strikethrough', 'superscript', 'subscript', 'removeformat', 'formatmatch', 'autotypeset', 'blockquote', 'pasteplain', '|', 'forecolor', 'backcolor', 'insertorderedlist', 'insertunorderedlist', 'selectall', 'cleardoc', '|', 'rowspacingtop', 'rowspacingbottom', 'lineheight', '|', 'customstyle', 'paragraph', 'fontfamily', 'fontsize', '|', 'directionalityltr', 'directionalityrtl', 'indent', '|', 'justifyleft', 'justifycenter', 'justifyright', 'justifyjustify', '|', 'touppercase', 'tolowercase', '|', 'link', 'unlink', 'anchor', '|', 'imagenone', 'imageleft', 'imageright', 'imagecenter', '|',
66574
66573
  //'simpleupload',
66575
66574
  'insertimage', 'emotion', 'scrawl', 'insertvideo', 'music', 'attachment', 'map', 'gmap', 'insertframe', 'insertcode', 'webapp', 'pagebreak', 'template', 'background', '|', 'horizontal', 'date', 'time', 'spechars', 'wordimage', '|', 'inserttable', 'deletetable', 'insertparagraphbeforetable', 'insertrow', 'deleterow', 'insertcol', 'deletecol', 'mergecells', 'mergeright', 'mergedown', 'splittocells', 'splittorows', 'splittocols', 'charts', '|', 'print', 'preview', 'searchreplace', 'drafts', 'help']],
66576
- zIndex: 1,
66575
+ zIndex: zindex,
66577
66576
  /* 上传图片配置项 */
66578
66577
  "imageActionName": "uploadimage222", /* 执行上传图片的action名称 */
66579
66578
  "imageFieldName": "file", /* 提交的图片表单名称 */
@@ -74198,7 +74197,7 @@ var content = __webpack_require__(532);
74198
74197
  if(typeof content === 'string') content = [[module.i, content, '']];
74199
74198
  if(content.locals) module.exports = content.locals;
74200
74199
  // add the styles to the DOM
74201
- var update = __webpack_require__(3)("30251953", content, true, {});
74200
+ var update = __webpack_require__(3)("735d0d88", content, true, {});
74202
74201
 
74203
74202
  /***/ }),
74204
74203
  /* 532 */
@@ -75655,7 +75654,7 @@ var content = __webpack_require__(612);
75655
75654
  if(typeof content === 'string') content = [[module.i, content, '']];
75656
75655
  if(content.locals) module.exports = content.locals;
75657
75656
  // add the styles to the DOM
75658
- var update = __webpack_require__(3)("5a563055", content, true, {});
75657
+ var update = __webpack_require__(3)("2dfdacf9", content, true, {});
75659
75658
 
75660
75659
  /***/ }),
75661
75660
  /* 612 */
@@ -81215,7 +81214,7 @@ if (typeof window !== 'undefined' && window.Vue) {
81215
81214
  "use strict";
81216
81215
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_dynamicFile_vue__ = __webpack_require__(342);
81217
81216
  /* unused harmony namespace reexport */
81218
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_3d73d98b_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicFile_vue__ = __webpack_require__(708);
81217
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_98486b1a_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicFile_vue__ = __webpack_require__(708);
81219
81218
  function injectStyle (ssrContext) {
81220
81219
  __webpack_require__(701)
81221
81220
  }
@@ -81235,7 +81234,7 @@ var __vue_scopeId__ = null
81235
81234
  var __vue_module_identifier__ = null
81236
81235
  var Component = normalizeComponent(
81237
81236
  __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_dynamicFile_vue__["a" /* default */],
81238
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_3d73d98b_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicFile_vue__["a" /* default */],
81237
+ __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_98486b1a_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicFile_vue__["a" /* default */],
81239
81238
  __vue_template_functional__,
81240
81239
  __vue_styles__,
81241
81240
  __vue_scopeId__,
@@ -81256,7 +81255,7 @@ var content = __webpack_require__(702);
81256
81255
  if(typeof content === 'string') content = [[module.i, content, '']];
81257
81256
  if(content.locals) module.exports = content.locals;
81258
81257
  // add the styles to the DOM
81259
- var update = __webpack_require__(3)("58065202", content, true, {});
81258
+ var update = __webpack_require__(3)("30c45535", content, true, {});
81260
81259
 
81261
81260
  /***/ }),
81262
81261
  /* 702 */
@@ -81362,7 +81361,7 @@ var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._sel
81362
81361
  var file = ref.file;
81363
81362
  return _c('div',{attrs:{"title":file.fileName}},[_c('div',{staticClass:"cover-list-item"},[_c('div',{on:{"click":function($event){_vm.viewerfile(file)}}},[(file.progressFlag)?_c('div',{directives:[{name:"loading",rawName:"v-loading",value:(file.progressFlag),expression:"file.progressFlag"}],staticStyle:{"width":"100px","height":"100px"},attrs:{"element-loading-spinner":"el-icon-loading"}}):_c('el-image',{staticStyle:{"width":"100px","height":"100px"},attrs:{"fit":"fill","src":file.url ? file.url : file.mediaUrl ? file.mediaUrl + '/100/100' : __webpack_require__(344),"z-index":_vm.previewZIndex}})],1),_vm._v(" "),((_vm.model.lock && file.flagDefault) || (_vm.model.rightDefault && _vm.model.rightDefault == 1 && file.mediaTypeID == 2))?_c('span',{staticClass:"cover-list-item-span-Default"},[_c('i',[_c('el-radio',{class:{ 'browseDefault': _vm.model.lock },attrs:{"label":true,"disabled":_vm.model.lock,"title":"设为封面"},on:{"change":function($event){_vm.handleDefault($event, file)}},model:{value:(file.flagDefault),callback:function ($$v) {_vm.$set(file, "flagDefault", $$v)},expression:"file.flagDefault"}},[_vm._v(" ")])],1)]):_vm._e(),_vm._v(" "),(!_vm.model.lock && file.rightCrop && file.mediaTypeID == 2)?_c('span',{staticClass:"cover-list-item-span-edit"},[_c('i',{staticClass:"el-icon-edit-outline",on:{"click":function($event){_vm.handleEdit(file)}}})]):_vm._e(),_vm._v(" "),(!_vm.model.lock && file.rightDel)?_c('span',{staticClass:"cover-list-item-span-delete"},[_c('i',{staticClass:"el-icon-delete",on:{"click":function($event){_vm.handleRemove(file)}}})]):_vm._e(),_vm._v(" "),(file.videoPlayIconUrl)?_c('span',{staticClass:"cover-list-item-play"},[_c('div',{staticClass:"swiper-i",on:{"click":function($event){_vm.viewerfile(file)}}},[_c('img',{staticClass:"hous-icon",attrs:{"src":file.videoPlayIconUrl}})])]):(file.mediaTypeID == 4 && (file.videoPlayIconUrl || _vm.model.videoPlayIconUrl))?_c('span',{staticClass:"cover-list-item-play"},[_c('div',{staticClass:"swiper-i",on:{"click":function($event){_vm.viewerfile(file)}}},[_c('img',{staticClass:"hous-icon",attrs:{"src":(file.videoPlayIconUrl || _vm.model.videoPlayIconUrl)}})])]):_vm._e(),_vm._v(" "),((_vm.model.lock && file.mediaLabelName) || _vm.model.paramName)?_c('span',{staticClass:"cover-list-item-span"},[(_vm.model.lock || !file.rightEdit)?_c('span',{staticClass:"el-dropdown-link"},[_c('span',{staticStyle:{"width":"80px","height":"26px","display":"inline-flex"}},[_vm._v(" "+_vm._s(file.mediaLabelName))])]):(_vm.model.isComplexClassify)?_c('span',{staticClass:"el-dropdown-link",on:{"click":function($event){_vm.classifyFormClickHandle(file)}}},[_c('span',{staticStyle:{"width":"80px","height":"26px","display":"inline-flex"}},[_vm._v(" "+_vm._s(file.mediaLabelName))]),_vm._v(" "),_c('i',{staticClass:"el-icon-arrow-down el-icon--right"})]):_c('el-dropdown',{staticClass:"el-upload-list__item-preview",attrs:{"trigger":"click","placement":"top"},on:{"command":_vm.classifySelectedClickHandle}},[_c('span',{staticClass:"el-dropdown-link",on:{"click":_vm.classifyClickHandle}},[_c('span',{staticStyle:{"width":"80px","height":"26px","display":"inline-flex"}},[_vm._v(" "+_vm._s(file.mediaLabelName))]),_vm._v(" "),_c('i',{staticClass:"el-icon-arrow-down el-icon--right"})]),_vm._v(" "),_c('el-dropdown-menu',{staticClass:"el-upload-list__item-preview",attrs:{"slot":"dropdown"},slot:"dropdown"},_vm._l((_vm.model.optionModel.options),function(option,index){return _c('el-dropdown-item',{key:index,attrs:{"command":{ option: option, file: file }}},[_vm._v("\n "+_vm._s(option[_vm.model.optionModel.optionAttrs.label])+"\n ")])}))],1)],1):_vm._e()]),_vm._v(" "),_c('div',[(file.progressFlag)?_c('el-progress',{staticClass:"file-cirle file-cirle-mrLeft",attrs:{"type":"circle","show-text":false,"percentage":typeof file.loadProgress !== 'undefined' && file.loadProgress !== null ? file.loadProgress : 0.00,"width":96,"height":96}}):_vm._e(),_vm._v(" "),(file.progressFlag)?_c('div',{staticClass:"circleCenter"},[_c('div',{staticStyle:{"font-size":"12px","color":"#666"}},[_vm._v(" "+_vm._s(file.loadProgress.toFixed(2))+"%")])]):_vm._e()],1)])}}])},[_c('template',{slot:"default"},[_c('i',{staticClass:"el-icon-plus"})]),_vm._v(" "),_c('div',{directives:[{name:"show",rawName:"v-show",value:(!_vm.valid),expression:"!valid"}],staticClass:"el-upload__tip errorMessage",staticStyle:{"white-space":"pre-wrap"},attrs:{"slot":"tip"},domProps:{"innerHTML":_vm._s(_vm.validMessage)},slot:"tip"}),_vm._v(" "),_c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.model.description),expression:"model.description"}],attrs:{"slot":"tip"},domProps:{"innerHTML":_vm._s(_vm.model.description)},slot:"tip"}),_vm._v(" "),(_vm.model.QRCodeAction)?_c('img',{ref:"QRCodeRef",staticClass:"qrcode-target",staticStyle:{"width":"35px","height":"35px"},attrs:{"src":__webpack_require__(345),"alt":"扫码上传","title":"扫码上传"},on:{"click":function($event){$event.stopPropagation();return _vm.qrcodeFn($event)}}}):_vm._e(),_vm._v(" "),(_vm.qrcodeVisible)?_c('div',{staticClass:"ScanUploadPhoto",style:({ top: _vm.QRCodeRefTop + 'px', left: _vm.QRCodeRefLeft + 'px' }),on:{"click":function($event){$event.stopPropagation();_vm.qrcodeVisible = true}}},[_c('div',{staticStyle:{"border-bottom":"none"}},[_c('div',{staticStyle:{"text-align":"center","margin-bottom":"10px","margin-top":"5px","color":"#666666","font-size":"14px"}},[_vm._v("扫码上传")]),_vm._v(" "),_c('i',{staticClass:"jiao",style:({ top: _vm.QRCodeRefJiaoTop + 'px' })}),_vm._v(" "),_c('div',{staticStyle:{"width":"200px","height":"200px"}},[(_vm.qrCodeImg)?_c('img',{style:(_vm.isQrCode ? 'opacity: 0.1' : ''),attrs:{"src":_vm.qrCodeImg,"width":"200","height":"200"}}):_vm._e(),_vm._v(" "),(_vm.isQrCode)?_c('div',{staticClass:"div-fail"},[_c('span',{staticClass:"ScanText",staticStyle:{"color":"#666666"}},[_vm._v(_vm._s(_vm.scanStatusDesc))]),_vm._v(" "),(_vm.FlagbtnScan)?_c('div',{staticStyle:{"text-align":"center"}},[_c('el-button',{staticClass:" max-btn-add",attrs:{"type":"success","size":"mini"},on:{"click":function($event){$event.stopPropagation();return _vm.ShowQRcode($event)}}},[_vm._v("扫码上传")])],1):_vm._e()]):_vm._e()])])]):_vm._e(),_vm._v(" "),((_vm.model.lock) || _vm.model.paramName)?_c('span',{staticClass:"Public-classification",staticStyle:{"color":"#fff","border-radius":"0px 0px 4px 4px","text-align":"left","line-height":"26px","display":"inline-flex","overflow":"hidden"}},[(_vm.model.lock)?_c('span',{staticClass:"el-dropdown-link"},[_c('span',{staticStyle:{"width":"80px","height":"26px","display":"inline-flex","overflow":"hidden"}},[_vm._v(" "+_vm._s(_vm.model.mediaLabe.mediaLabelName))])]):(_vm.model.isComplexClassify)?_c('span',{staticClass:"el-dropdown-link",on:{"click":function($event){$event.stopPropagation();_vm.classifyFormClickHandle(_vm.model.mediaLabe)}}},[_c('span',{staticStyle:{"width":"80px","height":"26px","display":"inline-flex","overflow":"hidden"}},[_vm._v(" "+_vm._s(_vm.model.mediaLabe.mediaLabelName))]),_vm._v(" "),_c('i',{staticClass:"el-icon-arrow-down el-icon--right"})]):_c('el-dropdown',{staticClass:"el-upload-list__item-preview",attrs:{"trigger":"click","placement":"top"},on:{"command":_vm.PublicClassifySelectedClickHandle}},[_c('span',{staticClass:"el-dropdown-link",on:{"click":function($event){$event.stopPropagation();return _vm.classifyClickHandle($event)}}},[_c('span',{staticStyle:{"width":"80px","height":"26px","display":"inline-flex","overflow":"hidden"}},[_vm._v(" "+_vm._s(_vm.model.mediaLabe.mediaLabelName))]),_vm._v(" "),_c('i',{staticClass:"el-icon-arrow-down el-icon--right",staticStyle:{"color":"#fff"}})]),_vm._v(" "),_c('el-dropdown-menu',{staticClass:"el-upload-list__item-preview",attrs:{"slot":"dropdown"},slot:"dropdown"},_vm._l((_vm.model.optionModel.options),function(option,index){return _c('el-dropdown-item',{key:index,attrs:{"command":{ option: option, mediaLabe: _vm.model.mediaLabe }}},[_vm._v("\n "+_vm._s(option[_vm.model.optionModel.optionAttrs.label])+"\n ")])}))],1)],1):_vm._e()],2)]:[_c('el-upload',{ref:"upload",class:_vm.disableUpload ? 'ct-upload-display-none' : '',attrs:{"disabled":_vm.model.lock,"accept":_vm.model.fileAccept,"on-change":_vm.handleChange,"list-type":"picture-card","file-list":_vm.model.fileList,"multiple":true,"auto-upload":true,"action":_vm.model.action,"data":_vm.model.uploadData,"headers":_vm.headers,"before-upload":_vm.beforeUploadProcess,"on-success":_vm.handleAvatarSuccess,"on-error":_vm.handleAvatarError,"on-progress":_vm.uploadProcess,"limit":parseInt(_vm.model.max || 999),"on-exceed":_vm.handleExceed},scopedSlots:_vm._u([{key:"file",fn:function(ref){
81364
81363
  var file = ref.file;
81365
- return _c('div',{attrs:{"title":file.fileName}},[_c('div',{staticClass:"cover-list-item"},[_c('div',{attrs:{"sssss":JSON.stringify(file)},on:{"click":function($event){_vm.viewerfile(file)}}},[(file.progressFlag)?_c('div',{directives:[{name:"loading",rawName:"v-loading",value:(file.progressFlag),expression:"file.progressFlag"}],staticStyle:{"width":"100px","height":"100px"},attrs:{"element-loading-spinner":"el-icon-loading"}}):_c('el-image',{staticStyle:{"width":"100px","height":"100px"},attrs:{"fit":"fill","src":file.url ? file.url : file.mediaUrl ? file.url : __webpack_require__(344),"z-index":_vm.previewZIndex}})],1),_vm._v(" "),((_vm.model.lock && file.flagDefault) || (_vm.model.rightDefault && _vm.model.rightDefault == 1 && file.mediaTypeID == 2))?_c('span',{staticClass:"cover-list-item-span-Default"},[_c('i',[_c('el-radio',{class:{ 'browseDefault': _vm.model.lock },attrs:{"label":true,"disabled":_vm.model.lock,"title":"设为封面"},on:{"change":function($event){_vm.handleDefault($event, file)}},model:{value:(file.flagDefault),callback:function ($$v) {_vm.$set(file, "flagDefault", $$v)},expression:"file.flagDefault"}},[_vm._v(" ")])],1)]):_vm._e(),_vm._v(" "),(!_vm.model.lock && file.rightCrop && file.mediaTypeID == 2)?_c('span',{staticClass:"cover-list-item-span-edit"},[_c('i',{staticClass:"el-icon-edit-outline",on:{"click":function($event){_vm.handleEdit(file)}}})]):_vm._e(),_vm._v(" "),(!_vm.model.lock && file.rightDel)?_c('span',{staticClass:"cover-list-item-span-delete"},[_c('i',{staticClass:"el-icon-delete",on:{"click":function($event){_vm.handleRemove(file)}}})]):_vm._e(),_vm._v(" "),(file.videoPlayIconUrl)?_c('span',{staticClass:"cover-list-item-play"},[_c('div',{staticClass:"swiper-i",on:{"click":function($event){_vm.viewerfile(file)}}},[_c('img',{staticClass:"hous-icon",attrs:{"src":file.videoPlayIconUrl}})])]):(file.mediaTypeID == 4 && (file.videoPlayIconUrl || _vm.model.videoPlayIconUrl))?_c('span',{staticClass:"cover-list-item-play"},[_c('div',{staticClass:"swiper-i",on:{"click":function($event){_vm.viewerfile(file)}}},[_c('img',{staticClass:"hous-icon",attrs:{"src":(file.videoPlayIconUrl || _vm.model.videoPlayIconUrl)}})])]):_vm._e(),_vm._v(" "),((_vm.model.lock && file.mediaLabelName) || _vm.model.paramName)?_c('span',{staticClass:"cover-list-item-span"},[(_vm.model.lock || !file.rightEdit)?_c('span',{staticClass:"el-dropdown-link"},[_c('span',{staticStyle:{"width":"80px","height":"26px","display":"inline-flex"}},[_vm._v(" "+_vm._s(file.mediaLabelName))])]):(_vm.model.isComplexClassify)?_c('span',{staticClass:"el-dropdown-link",on:{"click":function($event){_vm.classifyFormClickHandle(file)}}},[_c('span',{staticStyle:{"width":"80px","height":"26px","display":"inline-flex"}},[_vm._v(" "+_vm._s(file.mediaLabelName))]),_vm._v(" "),_c('i',{staticClass:"el-icon-arrow-down el-icon--right"})]):_c('el-dropdown',{staticClass:"el-upload-list__item-preview",attrs:{"trigger":"click","placement":"top"},on:{"command":_vm.classifySelectedClickHandle}},[_c('span',{staticClass:"el-dropdown-link",on:{"click":_vm.classifyClickHandle}},[_c('span',{staticStyle:{"width":"80px","height":"26px","display":"inline-flex"}},[_vm._v(" "+_vm._s(file.mediaLabelName))]),_vm._v(" "),_c('i',{staticClass:"el-icon-arrow-down el-icon--right"})]),_vm._v(" "),_c('el-dropdown-menu',{staticClass:"el-upload-list__item-preview",attrs:{"slot":"dropdown"},slot:"dropdown"},_vm._l((_vm.model.optionModel.options),function(option,index){return _c('el-dropdown-item',{key:index,attrs:{"command":{ option: option, file: file }}},[_vm._v("\n "+_vm._s(option[_vm.model.optionModel.optionAttrs.label])+"\n ")])}))],1)],1):_vm._e()]),_vm._v(" "),_c('div',[(file.progressFlag)?_c('el-progress',{staticClass:"file-cirle file-cirle-mrLeft",attrs:{"type":"circle","show-text":false,"percentage":typeof file.loadProgress !== 'undefined' && file.loadProgress !== null ? file.loadProgress : 0.00,"width":96,"height":96}}):_vm._e(),_vm._v(" "),(file.progressFlag)?_c('div',{staticClass:"circleCenter"},[_c('div',{staticStyle:{"font-size":"12px","color":"#666"}},[_vm._v(" "+_vm._s(file.loadProgress.toFixed(2))+"%")])]):_vm._e()],1)])}}])},[_c('i',{staticClass:"el-icon-plus",attrs:{"slot":"default"},slot:"default"}),_vm._v(" "),_c('div',{directives:[{name:"show",rawName:"v-show",value:(!_vm.valid),expression:"!valid"}],staticClass:"el-upload__tip errorMessage",staticStyle:{"white-space":"pre-wrap"},attrs:{"slot":"tip"},domProps:{"innerHTML":_vm._s(_vm.validMessage)},slot:"tip"}),_vm._v(" "),_c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.model.description),expression:"model.description"}],attrs:{"slot":"tip"},domProps:{"innerHTML":_vm._s(_vm.model.description)},slot:"tip"}),_vm._v(" "),(_vm.model.QRCodeAction)?_c('img',{ref:"QRCodeRef",staticClass:"qrcode-target",staticStyle:{"width":"35px","height":"35px"},attrs:{"src":__webpack_require__(345),"alt":"扫码上传","title":"扫码上传"},on:{"click":function($event){$event.stopPropagation();return _vm.qrcodeFn($event)}}}):_vm._e(),_vm._v(" "),(_vm.qrcodeVisible)?_c('div',{staticClass:"ScanUploadPhoto",style:({ top: _vm.QRCodeRefTop + 'px', left: _vm.QRCodeRefLeft + 'px' }),on:{"click":function($event){$event.stopPropagation();_vm.qrcodeVisible = true}}},[_c('div',{staticStyle:{"border-bottom":"none"}},[_c('div',{staticStyle:{"text-align":"center","margin-bottom":"10px","margin-top":"5px","color":"#666666","font-size":"14px"}},[_vm._v("扫码上传")]),_vm._v(" "),_c('i',{staticClass:"jiao",style:({ top: _vm.QRCodeRefJiaoTop + 'px' })}),_vm._v(" "),_c('div',{staticStyle:{"width":"200px","height":"200px"}},[(_vm.qrCodeImg)?_c('img',{style:(_vm.isQrCode ? 'opacity: 0.1' : ''),attrs:{"src":_vm.qrCodeImg,"width":"200","height":"200"}}):_vm._e(),_vm._v(" "),(_vm.isQrCode)?_c('div',{staticClass:"div-fail"},[_c('span',{staticClass:"ScanText",staticStyle:{"color":"#666666"}},[_vm._v(_vm._s(_vm.scanStatusDesc))]),_vm._v(" "),(_vm.FlagbtnScan)?_c('div',{staticStyle:{"text-align":"center"}},[_c('el-button',{staticClass:" max-btn-add",attrs:{"type":"success","size":"mini"},on:{"click":function($event){$event.stopPropagation();return _vm.ShowQRcode($event)}}},[_vm._v("扫码上传")])],1):_vm._e()]):_vm._e()])])]):_vm._e(),_vm._v(" "),((_vm.model.lock) || _vm.model.paramName)?_c('span',{staticClass:"Public-classification",staticStyle:{"color":"#fff","border-radius":"0px 0px 4px 4px","text-align":"left","line-height":"26px","display":"inline-flex","overflow":"hidden"}},[(_vm.model.lock)?_c('span',{staticClass:"el-dropdown-link"},[_c('span',{staticStyle:{"width":"80px","height":"26px","display":"inline-flex","overflow":"hidden"}},[_vm._v(" "+_vm._s(_vm.model.mediaLabe.mediaLabelName))])]):(_vm.model.isComplexClassify)?_c('span',{staticClass:"el-dropdown-link",on:{"click":function($event){$event.stopPropagation();_vm.classifyFormClickHandle(_vm.model.mediaLabe)}}},[_c('span',{staticStyle:{"width":"80px","height":"26px","display":"inline-flex","overflow":"hidden"}},[_vm._v(" "+_vm._s(_vm.model.mediaLabe.mediaLabelName))]),_vm._v(" "),_c('i',{staticClass:"el-icon-arrow-down el-icon--right"})]):_c('el-dropdown',{staticClass:"el-upload-list__item-preview",attrs:{"trigger":"click","placement":"top"},on:{"command":_vm.PublicClassifySelectedClickHandle}},[_c('span',{staticClass:"el-dropdown-link",on:{"click":function($event){$event.stopPropagation();return _vm.classifyClickHandle($event)}}},[_c('span',{staticStyle:{"width":"80px","height":"26px","display":"inline-flex","overflow":"hidden"}},[_vm._v(" "+_vm._s(_vm.model.mediaLabe.mediaLabelName))]),_vm._v(" "),_c('i',{staticClass:"el-icon-arrow-down el-icon--right",staticStyle:{"color":"#fff"}})]),_vm._v(" "),_c('el-dropdown-menu',{staticClass:"el-upload-list__item-preview",attrs:{"slot":"dropdown"},slot:"dropdown"},_vm._l((_vm.model.optionModel.options),function(option,index){return _c('el-dropdown-item',{key:index,attrs:{"command":{ option: option, mediaLabe: _vm.model.mediaLabe }}},[_vm._v("\n "+_vm._s(option[_vm.model.optionModel.optionAttrs.label])+"\n ")])}))],1)],1):_vm._e()])]],2):_vm._e()}
81364
+ return _c('div',{attrs:{"title":file.fileName}},[_c('div',{staticClass:"cover-list-item"},[_c('div',{on:{"click":function($event){_vm.viewerfile(file)}}},[(file.progressFlag)?_c('div',{directives:[{name:"loading",rawName:"v-loading",value:(file.progressFlag),expression:"file.progressFlag"}],staticStyle:{"width":"100px","height":"100px"},attrs:{"element-loading-spinner":"el-icon-loading"}}):_c('el-image',{staticStyle:{"width":"100px","height":"100px"},attrs:{"fit":"fill","src":file.url ? file.url : file.mediaUrl ? file.url : __webpack_require__(344),"z-index":_vm.previewZIndex}})],1),_vm._v(" "),((_vm.model.lock && file.flagDefault) || (_vm.model.rightDefault && _vm.model.rightDefault == 1 && file.mediaTypeID == 2))?_c('span',{staticClass:"cover-list-item-span-Default"},[_c('i',[_c('el-radio',{class:{ 'browseDefault': _vm.model.lock },attrs:{"label":true,"disabled":_vm.model.lock,"title":"设为封面"},on:{"change":function($event){_vm.handleDefault($event, file)}},model:{value:(file.flagDefault),callback:function ($$v) {_vm.$set(file, "flagDefault", $$v)},expression:"file.flagDefault"}},[_vm._v(" ")])],1)]):_vm._e(),_vm._v(" "),(!_vm.model.lock && file.rightCrop && file.mediaTypeID == 2)?_c('span',{staticClass:"cover-list-item-span-edit"},[_c('i',{staticClass:"el-icon-edit-outline",on:{"click":function($event){_vm.handleEdit(file)}}})]):_vm._e(),_vm._v(" "),(!_vm.model.lock && file.rightDel)?_c('span',{staticClass:"cover-list-item-span-delete"},[_c('i',{staticClass:"el-icon-delete",on:{"click":function($event){_vm.handleRemove(file)}}})]):_vm._e(),_vm._v(" "),(file.videoPlayIconUrl)?_c('span',{staticClass:"cover-list-item-play"},[_c('div',{staticClass:"swiper-i",on:{"click":function($event){_vm.viewerfile(file)}}},[_c('img',{staticClass:"hous-icon",attrs:{"src":file.videoPlayIconUrl}})])]):(file.mediaTypeID == 4 && (file.videoPlayIconUrl || _vm.model.videoPlayIconUrl))?_c('span',{staticClass:"cover-list-item-play"},[_c('div',{staticClass:"swiper-i",on:{"click":function($event){_vm.viewerfile(file)}}},[_c('img',{staticClass:"hous-icon",attrs:{"src":(file.videoPlayIconUrl || _vm.model.videoPlayIconUrl)}})])]):_vm._e(),_vm._v(" "),((_vm.model.lock && file.mediaLabelName) || _vm.model.paramName)?_c('span',{staticClass:"cover-list-item-span"},[(_vm.model.lock || !file.rightEdit)?_c('span',{staticClass:"el-dropdown-link"},[_c('span',{staticStyle:{"width":"80px","height":"26px","display":"inline-flex"}},[_vm._v(" "+_vm._s(file.mediaLabelName))])]):(_vm.model.isComplexClassify)?_c('span',{staticClass:"el-dropdown-link",on:{"click":function($event){_vm.classifyFormClickHandle(file)}}},[_c('span',{staticStyle:{"width":"80px","height":"26px","display":"inline-flex"}},[_vm._v(" "+_vm._s(file.mediaLabelName))]),_vm._v(" "),_c('i',{staticClass:"el-icon-arrow-down el-icon--right"})]):_c('el-dropdown',{staticClass:"el-upload-list__item-preview",attrs:{"trigger":"click","placement":"top"},on:{"command":_vm.classifySelectedClickHandle}},[_c('span',{staticClass:"el-dropdown-link",on:{"click":_vm.classifyClickHandle}},[_c('span',{staticStyle:{"width":"80px","height":"26px","display":"inline-flex"}},[_vm._v(" "+_vm._s(file.mediaLabelName))]),_vm._v(" "),_c('i',{staticClass:"el-icon-arrow-down el-icon--right"})]),_vm._v(" "),_c('el-dropdown-menu',{staticClass:"el-upload-list__item-preview",attrs:{"slot":"dropdown"},slot:"dropdown"},_vm._l((_vm.model.optionModel.options),function(option,index){return _c('el-dropdown-item',{key:index,attrs:{"command":{ option: option, file: file }}},[_vm._v("\n "+_vm._s(option[_vm.model.optionModel.optionAttrs.label])+"\n ")])}))],1)],1):_vm._e()]),_vm._v(" "),_c('div',[(file.progressFlag)?_c('el-progress',{staticClass:"file-cirle file-cirle-mrLeft",attrs:{"type":"circle","show-text":false,"percentage":typeof file.loadProgress !== 'undefined' && file.loadProgress !== null ? file.loadProgress : 0.00,"width":96,"height":96}}):_vm._e(),_vm._v(" "),(file.progressFlag)?_c('div',{staticClass:"circleCenter"},[_c('div',{staticStyle:{"font-size":"12px","color":"#666"}},[_vm._v(" "+_vm._s(file.loadProgress.toFixed(2))+"%")])]):_vm._e()],1)])}}])},[_c('i',{staticClass:"el-icon-plus",attrs:{"slot":"default"},slot:"default"}),_vm._v(" "),_c('div',{directives:[{name:"show",rawName:"v-show",value:(!_vm.valid),expression:"!valid"}],staticClass:"el-upload__tip errorMessage",staticStyle:{"white-space":"pre-wrap"},attrs:{"slot":"tip"},domProps:{"innerHTML":_vm._s(_vm.validMessage)},slot:"tip"}),_vm._v(" "),_c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.model.description),expression:"model.description"}],attrs:{"slot":"tip"},domProps:{"innerHTML":_vm._s(_vm.model.description)},slot:"tip"}),_vm._v(" "),(_vm.model.QRCodeAction)?_c('img',{ref:"QRCodeRef",staticClass:"qrcode-target",staticStyle:{"width":"35px","height":"35px"},attrs:{"src":__webpack_require__(345),"alt":"扫码上传","title":"扫码上传"},on:{"click":function($event){$event.stopPropagation();return _vm.qrcodeFn($event)}}}):_vm._e(),_vm._v(" "),(_vm.qrcodeVisible)?_c('div',{staticClass:"ScanUploadPhoto",style:({ top: _vm.QRCodeRefTop + 'px', left: _vm.QRCodeRefLeft + 'px' }),on:{"click":function($event){$event.stopPropagation();_vm.qrcodeVisible = true}}},[_c('div',{staticStyle:{"border-bottom":"none"}},[_c('div',{staticStyle:{"text-align":"center","margin-bottom":"10px","margin-top":"5px","color":"#666666","font-size":"14px"}},[_vm._v("扫码上传")]),_vm._v(" "),_c('i',{staticClass:"jiao",style:({ top: _vm.QRCodeRefJiaoTop + 'px' })}),_vm._v(" "),_c('div',{staticStyle:{"width":"200px","height":"200px"}},[(_vm.qrCodeImg)?_c('img',{style:(_vm.isQrCode ? 'opacity: 0.1' : ''),attrs:{"src":_vm.qrCodeImg,"width":"200","height":"200"}}):_vm._e(),_vm._v(" "),(_vm.isQrCode)?_c('div',{staticClass:"div-fail"},[_c('span',{staticClass:"ScanText",staticStyle:{"color":"#666666"}},[_vm._v(_vm._s(_vm.scanStatusDesc))]),_vm._v(" "),(_vm.FlagbtnScan)?_c('div',{staticStyle:{"text-align":"center"}},[_c('el-button',{staticClass:" max-btn-add",attrs:{"type":"success","size":"mini"},on:{"click":function($event){$event.stopPropagation();return _vm.ShowQRcode($event)}}},[_vm._v("扫码上传")])],1):_vm._e()]):_vm._e()])])]):_vm._e(),_vm._v(" "),((_vm.model.lock) || _vm.model.paramName)?_c('span',{staticClass:"Public-classification",staticStyle:{"color":"#fff","border-radius":"0px 0px 4px 4px","text-align":"left","line-height":"26px","display":"inline-flex","overflow":"hidden"}},[(_vm.model.lock)?_c('span',{staticClass:"el-dropdown-link"},[_c('span',{staticStyle:{"width":"80px","height":"26px","display":"inline-flex","overflow":"hidden"}},[_vm._v(" "+_vm._s(_vm.model.mediaLabe.mediaLabelName))])]):(_vm.model.isComplexClassify)?_c('span',{staticClass:"el-dropdown-link",on:{"click":function($event){$event.stopPropagation();_vm.classifyFormClickHandle(_vm.model.mediaLabe)}}},[_c('span',{staticStyle:{"width":"80px","height":"26px","display":"inline-flex","overflow":"hidden"}},[_vm._v(" "+_vm._s(_vm.model.mediaLabe.mediaLabelName))]),_vm._v(" "),_c('i',{staticClass:"el-icon-arrow-down el-icon--right"})]):_c('el-dropdown',{staticClass:"el-upload-list__item-preview",attrs:{"trigger":"click","placement":"top"},on:{"command":_vm.PublicClassifySelectedClickHandle}},[_c('span',{staticClass:"el-dropdown-link",on:{"click":function($event){$event.stopPropagation();return _vm.classifyClickHandle($event)}}},[_c('span',{staticStyle:{"width":"80px","height":"26px","display":"inline-flex","overflow":"hidden"}},[_vm._v(" "+_vm._s(_vm.model.mediaLabe.mediaLabelName))]),_vm._v(" "),_c('i',{staticClass:"el-icon-arrow-down el-icon--right",staticStyle:{"color":"#fff"}})]),_vm._v(" "),_c('el-dropdown-menu',{staticClass:"el-upload-list__item-preview",attrs:{"slot":"dropdown"},slot:"dropdown"},_vm._l((_vm.model.optionModel.options),function(option,index){return _c('el-dropdown-item',{key:index,attrs:{"command":{ option: option, mediaLabe: _vm.model.mediaLabe }}},[_vm._v("\n "+_vm._s(option[_vm.model.optionModel.optionAttrs.label])+"\n ")])}))],1)],1):_vm._e()])]],2):_vm._e()}
81366
81365
  var staticRenderFns = []
81367
81366
  var esExports = { render: render, staticRenderFns: staticRenderFns }
81368
81367
  /* harmony default export */ __webpack_exports__["a"] = (esExports);
@@ -83745,7 +83744,7 @@ if (typeof window !== 'undefined' && window.Vue) {
83745
83744
  "use strict";
83746
83745
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_dynamicRichText_vue__ = __webpack_require__(409);
83747
83746
  /* unused harmony namespace reexport */
83748
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_bb26deac_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicRichText_vue__ = __webpack_require__(836);
83747
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_c17650a2_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicRichText_vue__ = __webpack_require__(836);
83749
83748
  function injectStyle (ssrContext) {
83750
83749
  __webpack_require__(833)
83751
83750
  }
@@ -83765,7 +83764,7 @@ var __vue_scopeId__ = null
83765
83764
  var __vue_module_identifier__ = null
83766
83765
  var Component = normalizeComponent(
83767
83766
  __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_dynamicRichText_vue__["a" /* default */],
83768
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_bb26deac_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicRichText_vue__["a" /* default */],
83767
+ __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_c17650a2_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicRichText_vue__["a" /* default */],
83769
83768
  __vue_template_functional__,
83770
83769
  __vue_styles__,
83771
83770
  __vue_scopeId__,
@@ -83786,7 +83785,7 @@ var content = __webpack_require__(834);
83786
83785
  if(typeof content === 'string') content = [[module.i, content, '']];
83787
83786
  if(content.locals) module.exports = content.locals;
83788
83787
  // add the styles to the DOM
83789
- var update = __webpack_require__(3)("0c537ef8", content, true, {});
83788
+ var update = __webpack_require__(3)("57572b14", content, true, {});
83790
83789
 
83791
83790
  /***/ }),
83792
83791
  /* 834 */