centaline-data-driven 1.6.61 → 1.6.62

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.61",
3
+ "version": "1.6.62",
4
4
  "description": "ccai",
5
5
  "author": "hjc <3226136347@qq.com>",
6
6
  "private": false,
package/release-log.md CHANGED
@@ -1,3 +1,10 @@
1
+ # v1.6.62
2
+ 2026-03-06
3
+
4
+ 优化
5
+
6
+ 导出转圈弹层高度调高支持显示2行提示文字,并且转圈垂直居中,提示文字支持html
7
+
1
8
  # v1.6.61
2
9
  2026-02-09
3
10
 
@@ -23,7 +23,7 @@
23
23
  <!-- <ct-searchlist :apiParam="para" :searchConditionApi="'/salemattersmanage/agentuserlist/getLayoutOfSearch'" :searchDataApi="'/salemattersmanage/agentuserlist/getList'"></ct-searchlist> -->
24
24
  <!-- <ct-searchlist :apiParam="para" :searchConditionApi="'/buildinginfo/getLayoutOfSearch'" :searchDataApi="'/buildinginfo/getList'"></ct-searchlist> -->
25
25
  <!-- <ct-searchlist :apiParam="para" :searchConditionApi="'/roomtypelist/getLayoutOfSearch'" :searchDataApi="'/roomtypelist/getList'"></ct-searchlist> -->
26
- <ct-searchlist :apiParam="para" :searchConditionApi="'/contractmanage/ContractList/getLayoutOfSearch'" :searchDataApi="'/contractmanage/ContractList/getList'"></ct-searchlist>
26
+ <!-- <ct-searchlist :apiParam="para" :searchConditionApi="'/contractmanage/ContractList/getLayoutOfSearch'" :searchDataApi="'/contractmanage/ContractList/getList'"></ct-searchlist> -->
27
27
  <!-- <ct-searchlist :apiParam="para" :searchConditionApi="'/sunexpensemanage/sunexpenserecordlist/getLayoutOfSearch'" :searchDataApi="'/sunexpensemanage/sunexpenserecordlist/getList'"></ct-searchlist> -->
28
28
  <!-- <ct-searchlist :apiParam="para" :searchConditionApi="'/workwxmanage/WorkWXApplicationList/getLayoutOfSearch'" :searchDataApi="'/workwxmanage/WorkWXApplicationList/getList'"></ct-searchlist> -->
29
29
  <!-- <ct-searchlist :apiParam="para" :searchConditionApi="'/salemattersmanage/UrgentResponsiblePersonList/getLayoutOfSearch'" :searchDataApi="'/salemattersmanage/UrgentResponsiblePersonList/getList'"></ct-searchlist> -->
@@ -46,6 +46,8 @@
46
46
  <!-- <ct-searchlist :apiParam="para" :searchConditionApi="'/financesalemanage/finContractList/getLayoutOfSearch'" :searchDataApi="'/financesalemanage/finContractList/getList'"></ct-searchlist> -->
47
47
  <!-- <ct-searchlist :apiParam="para" :searchConditionApi="'/financecommissionmanage/fincommissionapplylist/getLayoutOfSearch'" :searchDataApi="'/financecommissionmanage/fincommissionapplylist/getList'"></ct-searchlist> -->
48
48
  <!-- <ct-searchlist :apiParam="para" :searchConditionApi="'/customermanage/ProjectCustomerList/getLayoutOfSearch'" :searchDataApi="'/customermanage/ProjectCustomerList/getList'"></ct-searchlist> -->
49
+ <ct-searchlist :apiParam="para" :searchConditionApi="'/dealmanagementreport/StandingBookSZList/getLayoutOfSearch'" :searchDataApi="'/dealmanagementreport/StandingBookSZList/getList'"></ct-searchlist>
50
+ <!-- <ct-searchlist :apiParam="para" :searchConditionApi="'/dealmanagementreport/standingbookreport/getLayoutOfSearch'" :searchDataApi="'/dealmanagementreport/standingbookreport/getList'"></ct-searchlist> -->
49
51
  <!-- CCES -->
50
52
 
51
53
  <!-- <ct-searchlist :apiParam="para"
@@ -214,7 +214,7 @@ const api = {
214
214
  progressType: 'export',
215
215
  flagNotification: '1',
216
216
  width: '350px',
217
- height: '165px'
217
+ height: '185px'
218
218
  },
219
219
  on: {
220
220
  finished() {
@@ -551,7 +551,7 @@
551
551
  progressKey: res.content.key,
552
552
  progressType: field.isExport ? 'export' : 'import',
553
553
  width: '350px',
554
- height: '165px'
554
+ height: '185px'
555
555
  },
556
556
  on: {
557
557
  finished(data) {
@@ -622,7 +622,7 @@
622
622
  progressKey: res202.content.key,
623
623
  progressType: field.isExport ? 'export' : 'import',
624
624
  width: '350px',
625
- height: '165px'
625
+ height: '185px'
626
626
  },
627
627
  on: {
628
628
  finished(data) {
@@ -962,7 +962,7 @@
962
962
  progressKey: res.content.key,
963
963
  progressType: field.isExport ? 'export' : 'import',
964
964
  width: '350px',
965
- height: '165px'
965
+ height: '185px'
966
966
  },
967
967
  on: {
968
968
  finished(data) {
@@ -1028,7 +1028,7 @@
1028
1028
  progressKey: res202.content.key,
1029
1029
  progressType: field.isExport ? 'export' : 'import',
1030
1030
  width: '350px',
1031
- height: '165px'
1031
+ height: '185px'
1032
1032
  },
1033
1033
  on: {
1034
1034
  finished(data) {
@@ -1192,7 +1192,7 @@
1192
1192
  progressKey: res.content.key,
1193
1193
  progressType: 'import',
1194
1194
  width: '350px',
1195
- height: '165px'
1195
+ height: '185px'
1196
1196
  },
1197
1197
  on: {
1198
1198
  finished(data) {
@@ -205,7 +205,7 @@ import dynamicElement from '../../mixins/dynamicElement';
205
205
  progressKey: res.content.key,
206
206
  progressType: field.isExport ? 'export' : 'import',
207
207
  width: '350px',
208
- height: '165px'
208
+ height: '185px'
209
209
  },
210
210
  on: {
211
211
  finished(data) {
@@ -476,7 +476,7 @@ import dynamicElement from '../../mixins/dynamicElement';
476
476
  progressKey: res.content.key,
477
477
  progressType: field.isExport ? 'export' : 'import',
478
478
  width: '350px',
479
- height: '165px'
479
+ height: '185px'
480
480
  },
481
481
  on: {
482
482
  finished(data) {
@@ -1361,7 +1361,7 @@ export default {
1361
1361
  progressKey: res.content.key,
1362
1362
  progressType: field.isExport ? 'export' : 'import',
1363
1363
  width: '350px',
1364
- height: '165px'
1364
+ height: '185px'
1365
1365
  },
1366
1366
  on: {
1367
1367
  finished(data) {
@@ -1417,7 +1417,7 @@ export default {
1417
1417
  progressKey: res.content.key,
1418
1418
  progressType: field.isExport ? 'export' : 'import',
1419
1419
  width: '350px',
1420
- height: '165px'
1420
+ height: '185px'
1421
1421
  },
1422
1422
  on: {
1423
1423
  finished(data) {
@@ -2219,7 +2219,7 @@ export default {
2219
2219
  progressKey: res.content.key,
2220
2220
  progressType: 'import',
2221
2221
  width: '350px',
2222
- height: '165px'
2222
+ height: '185px'
2223
2223
  },
2224
2224
  on: {
2225
2225
  finished(data) {
@@ -2273,7 +2273,7 @@ export default {
2273
2273
  progressKey: res.content.key,
2274
2274
  progressType: 'import',
2275
2275
  width: '350px',
2276
- height: '165px'
2276
+ height: '185px'
2277
2277
  },
2278
2278
  on: {
2279
2279
  finished(data) {
@@ -10,7 +10,7 @@
10
10
  <div style="font-size: 16px;color: #666;"> {{ percentage.toFixed(2) }}%</div>
11
11
  </div>
12
12
  </div>
13
- <span class="progressMsg">{{ message }}</span>
13
+ <span class="progressMsg" v-html="message"></span>
14
14
  </div>
15
15
  <iframe :src="downloadUrl" style="height:0px;width:0px;border-width: 0px;display: none;">
16
16
  </iframe>
@@ -131,6 +131,10 @@ export default {
131
131
  <style>
132
132
  .ct-progress {
133
133
  text-align: center;
134
+ display: flex;
135
+ justify-content: center; /* 水平居中 */
136
+ align-items: center; /* 垂直居中 */
137
+ height: 185px;
134
138
  }
135
139
 
136
140
  .progressMsg {
package/src/main.js CHANGED
@@ -81,8 +81,8 @@ Vue.use(centaline, {
81
81
  // appinfo:'{"appId":"7e4d0521-4e26-4beb-8627-e76977ad8aa5","appName":"CCAI-PLUS"}',
82
82
  // authorization:'Bearer eyJhbGciOiJIUzUxMiJ9.eyJsb2dpbl91c2VyX2tleSI6IjkzNDU5NjFkLWM2NmItNDU0ZS1hMTE4LTUzMWRkMjliZTdmYyJ9.ehMpxkFnyTFlJQ_43SbCTGZZTMFht3isTj3gUKmNoJBWCV5X8ez5Z2AgT7vMBwmmG1FdEHWZTnJhIj0ox86bCA',
83
83
 
84
- AuthObject: '{"currentEstate":{},"platform":1,"osVersion":"","machineCode":"eeb8e2fc88b5bcbc2e4f297777142537","token":"","random":"Lveni9","time":"2026-02-09 15:13:36","timestamp":1770621216486,"sign":"","systemSource":"CCESU","empNo":"hqxtgl","empId":"2411121446336B97FBEB7FD54905A903","clientVersion":"12.5","empName":"hq%E7%B3%BB%E7%BB%9F%E7%AE%A1%E7%90%86","roleName":"%E7%B3%BB%E7%BB%9F%E7%AE%A1%E7%90%86%E5%91%98","deptFullName":"%E6%9C%AA%E5%8C%B9%E9%85%8DCCHR%E4%B8%ADHROC%E9%83%A8%E9%97%A8%2F%E9%9B%86%E5%9B%A2IT%2FCCES%E7%BB%84"}',
85
- AuthorizationCode:'Bearer eyJhbGciOiJIUzI1NiJ9.eyJsb2dpbl91c2VyX2tleSI6IjRkNDhjNGZmLTlmYjEtNDVmYS04NGZiLTBlNDFiNjU5MjgzZiJ9.PmDLFXS9wPLh00OR_cz3X1m2aT_45mkp5qKcaxQv7Hc',
84
+ AuthObject: '{"currentEstate":{},"platform":1,"osVersion":"","machineCode":"eeb8e2fc88b5bcbc2e4f297777142537","token":"","random":"fXRY7z","time":"2026-03-06 09:33:28","timestamp":1772760808087,"sign":"","systemSource":"CCESU","empNo":"hqxtgl","empId":"2411121446336B97FBEB7FD54905A903","clientVersion":"12.5","empName":"hq%E7%B3%BB%E7%BB%9F%E7%AE%A1%E7%90%86","roleName":"%E7%B3%BB%E7%BB%9F%E7%AE%A1%E7%90%86%E5%91%98","deptFullName":"%E6%9C%AA%E5%8C%B9%E9%85%8DCCHR%E4%B8%ADHROC%E9%83%A8%E9%97%A8%2F%E9%9B%86%E5%9B%A2IT%2FCCES%E7%BB%84"}',
85
+ AuthorizationCode:'Bearer eyJhbGciOiJIUzI1NiJ9.eyJsb2dpbl91c2VyX2tleSI6IjY4MGQ4ZmZlLTJjZmYtNGZjZS05OTk4LTNkODRiMjI0MzAzOSJ9.Wss8M7tK5tZiLrkIJY7xk_HeCoeMQQ16M2DS6jC55Zc',
86
86
  };
87
87
  },
88
88
  // 请求完成事件,可判断是否登录过期执行响应操作
@@ -9934,7 +9934,7 @@ var api = {
9934
9934
  progressType: 'export',
9935
9935
  flagNotification: '1',
9936
9936
  width: '350px',
9937
- height: '165px'
9937
+ height: '185px'
9938
9938
  },
9939
9939
  on: {
9940
9940
  finished: function finished() {
@@ -11428,7 +11428,7 @@ module.exports = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABX
11428
11428
  "use strict";
11429
11429
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_dynamicForm_vue__ = __webpack_require__(189);
11430
11430
  /* unused harmony namespace reexport */
11431
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_1d9e3426_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicForm_vue__ = __webpack_require__(627);
11431
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_2df743aa_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicForm_vue__ = __webpack_require__(627);
11432
11432
  function injectStyle (ssrContext) {
11433
11433
  __webpack_require__(621)
11434
11434
  }
@@ -11448,7 +11448,7 @@ var __vue_scopeId__ = null
11448
11448
  var __vue_module_identifier__ = null
11449
11449
  var Component = normalizeComponent(
11450
11450
  __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_dynamicForm_vue__["a" /* default */],
11451
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_1d9e3426_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicForm_vue__["a" /* default */],
11451
+ __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_2df743aa_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicForm_vue__["a" /* default */],
11452
11452
  __vue_template_functional__,
11453
11453
  __vue_styles__,
11454
11454
  __vue_scopeId__,
@@ -11565,7 +11565,7 @@ __webpack_require__(128)(String, 'String', function (iterated) {
11565
11565
  "use strict";
11566
11566
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_dynamicSearchScreen_vue__ = __webpack_require__(160);
11567
11567
  /* unused harmony namespace reexport */
11568
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_00e7a0d8_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicSearchScreen_vue__ = __webpack_require__(543);
11568
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_2c5cc518_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicSearchScreen_vue__ = __webpack_require__(543);
11569
11569
  function injectStyle (ssrContext) {
11570
11570
  __webpack_require__(541)
11571
11571
  }
@@ -11585,7 +11585,7 @@ var __vue_scopeId__ = null
11585
11585
  var __vue_module_identifier__ = null
11586
11586
  var Component = normalizeComponent(
11587
11587
  __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_dynamicSearchScreen_vue__["a" /* default */],
11588
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_00e7a0d8_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicSearchScreen_vue__["a" /* default */],
11588
+ __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_2c5cc518_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicSearchScreen_vue__["a" /* default */],
11589
11589
  __vue_template_functional__,
11590
11590
  __vue_styles__,
11591
11591
  __vue_scopeId__,
@@ -12174,7 +12174,7 @@ module.exports = function (name) {
12174
12174
  "use strict";
12175
12175
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_progress_vue__ = __webpack_require__(177);
12176
12176
  /* unused harmony namespace reexport */
12177
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_28ca08ec_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_progress_vue__ = __webpack_require__(589);
12177
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_4d52c1fc_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_progress_vue__ = __webpack_require__(589);
12178
12178
  function injectStyle (ssrContext) {
12179
12179
  __webpack_require__(586)
12180
12180
  }
@@ -12194,7 +12194,7 @@ var __vue_scopeId__ = null
12194
12194
  var __vue_module_identifier__ = null
12195
12195
  var Component = normalizeComponent(
12196
12196
  __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_progress_vue__["a" /* default */],
12197
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_28ca08ec_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_progress_vue__["a" /* default */],
12197
+ __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_4d52c1fc_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_progress_vue__["a" /* default */],
12198
12198
  __vue_template_functional__,
12199
12199
  __vue_styles__,
12200
12200
  __vue_scopeId__,
@@ -20414,7 +20414,7 @@ exports.f = __webpack_require__(27) ? gOPD : function getOwnPropertyDescriptor(O
20414
20414
  progressKey: res.content.key,
20415
20415
  progressType: field.isExport ? 'export' : 'import',
20416
20416
  width: '350px',
20417
- height: '165px'
20417
+ height: '185px'
20418
20418
  },
20419
20419
  on: {
20420
20420
  finished: function finished(data) {
@@ -20665,7 +20665,7 @@ exports.f = __webpack_require__(27) ? gOPD : function getOwnPropertyDescriptor(O
20665
20665
  progressKey: res.content.key,
20666
20666
  progressType: field.isExport ? 'export' : 'import',
20667
20667
  width: '350px',
20668
- height: '165px'
20668
+ height: '185px'
20669
20669
  },
20670
20670
  on: {
20671
20671
  finished: function finished(data) {
@@ -21045,7 +21045,7 @@ exports.f = __webpack_require__(27) ? gOPD : function getOwnPropertyDescriptor(O
21045
21045
  "use strict";
21046
21046
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_dynamicSearchTable_vue__ = __webpack_require__(162);
21047
21047
  /* unused harmony namespace reexport */
21048
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_fbec8126_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicSearchTable_vue__ = __webpack_require__(582);
21048
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_8bb8a3ae_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicSearchTable_vue__ = __webpack_require__(582);
21049
21049
  function injectStyle (ssrContext) {
21050
21050
  __webpack_require__(544)
21051
21051
  }
@@ -21065,7 +21065,7 @@ var __vue_scopeId__ = null
21065
21065
  var __vue_module_identifier__ = null
21066
21066
  var Component = normalizeComponent(
21067
21067
  __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_dynamicSearchTable_vue__["a" /* default */],
21068
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_fbec8126_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicSearchTable_vue__["a" /* default */],
21068
+ __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_8bb8a3ae_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicSearchTable_vue__["a" /* default */],
21069
21069
  __vue_template_functional__,
21070
21070
  __vue_styles__,
21071
21071
  __vue_scopeId__,
@@ -22376,7 +22376,7 @@ var Component = normalizeComponent(
22376
22376
  progressKey: res.content.key,
22377
22377
  progressType: field.isExport ? 'export' : 'import',
22378
22378
  width: '350px',
22379
- height: '165px'
22379
+ height: '185px'
22380
22380
  },
22381
22381
  on: {
22382
22382
  finished: function finished(data) {
@@ -22428,7 +22428,7 @@ var Component = normalizeComponent(
22428
22428
  progressKey: res.content.key,
22429
22429
  progressType: field.isExport ? 'export' : 'import',
22430
22430
  width: '350px',
22431
- height: '165px'
22431
+ height: '185px'
22432
22432
  },
22433
22433
  on: {
22434
22434
  finished: function finished(data) {
@@ -23154,7 +23154,7 @@ var Component = normalizeComponent(
23154
23154
  progressKey: res.content.key,
23155
23155
  progressType: 'import',
23156
23156
  width: '350px',
23157
- height: '165px'
23157
+ height: '185px'
23158
23158
  },
23159
23159
  on: {
23160
23160
  finished: function finished(data) {
@@ -23204,7 +23204,7 @@ var Component = normalizeComponent(
23204
23204
  progressKey: res.content.key,
23205
23205
  progressType: 'import',
23206
23206
  width: '350px',
23207
- height: '165px'
23207
+ height: '185px'
23208
23208
  },
23209
23209
  on: {
23210
23210
  finished: function finished(data) {
@@ -30071,7 +30071,7 @@ exports.clearImmediate = (typeof self !== "undefined" && self.clearImmediate) ||
30071
30071
  progressKey: res.content.key,
30072
30072
  progressType: field.isExport ? 'export' : 'import',
30073
30073
  width: '350px',
30074
- height: '165px'
30074
+ height: '185px'
30075
30075
  },
30076
30076
  on: {
30077
30077
  finished: function finished(data) {
@@ -30136,7 +30136,7 @@ exports.clearImmediate = (typeof self !== "undefined" && self.clearImmediate) ||
30136
30136
  progressKey: res202.content.key,
30137
30137
  progressType: field.isExport ? 'export' : 'import',
30138
30138
  width: '350px',
30139
- height: '165px'
30139
+ height: '185px'
30140
30140
  },
30141
30141
  on: {
30142
30142
  finished: function finished(data) {
@@ -30442,7 +30442,7 @@ exports.clearImmediate = (typeof self !== "undefined" && self.clearImmediate) ||
30442
30442
  progressKey: res.content.key,
30443
30443
  progressType: field.isExport ? 'export' : 'import',
30444
30444
  width: '350px',
30445
- height: '165px'
30445
+ height: '185px'
30446
30446
  },
30447
30447
  on: {
30448
30448
  finished: function finished(data) {
@@ -30504,7 +30504,7 @@ exports.clearImmediate = (typeof self !== "undefined" && self.clearImmediate) ||
30504
30504
  progressKey: res202.content.key,
30505
30505
  progressType: field.isExport ? 'export' : 'import',
30506
30506
  width: '350px',
30507
- height: '165px'
30507
+ height: '185px'
30508
30508
  },
30509
30509
  on: {
30510
30510
  finished: function finished(data) {
@@ -30652,7 +30652,7 @@ exports.clearImmediate = (typeof self !== "undefined" && self.clearImmediate) ||
30652
30652
  progressKey: res.content.key,
30653
30653
  progressType: 'import',
30654
30654
  width: '350px',
30655
- height: '165px'
30655
+ height: '185px'
30656
30656
  },
30657
30657
  on: {
30658
30658
  finished: function finished(data) {
@@ -79380,7 +79380,7 @@ var content = __webpack_require__(542);
79380
79380
  if(typeof content === 'string') content = [[module.i, content, '']];
79381
79381
  if(content.locals) module.exports = content.locals;
79382
79382
  // add the styles to the DOM
79383
- var update = __webpack_require__(3)("78725be5", content, true, {});
79383
+ var update = __webpack_require__(3)("ca92aaf0", content, true, {});
79384
79384
 
79385
79385
  /***/ }),
79386
79386
  /* 542 */
@@ -79417,7 +79417,7 @@ var content = __webpack_require__(545);
79417
79417
  if(typeof content === 'string') content = [[module.i, content, '']];
79418
79418
  if(content.locals) module.exports = content.locals;
79419
79419
  // add the styles to the DOM
79420
- var update = __webpack_require__(3)("1b8c5b81", content, true, {});
79420
+ var update = __webpack_require__(3)("3aac3980", content, true, {});
79421
79421
 
79422
79422
  /***/ }),
79423
79423
  /* 545 */
@@ -80123,7 +80123,7 @@ var content = __webpack_require__(587);
80123
80123
  if(typeof content === 'string') content = [[module.i, content, '']];
80124
80124
  if(content.locals) module.exports = content.locals;
80125
80125
  // add the styles to the DOM
80126
- var update = __webpack_require__(3)("616127cc", content, true, {});
80126
+ var update = __webpack_require__(3)("98bc06c4", content, true, {});
80127
80127
 
80128
80128
  /***/ }),
80129
80129
  /* 587 */
@@ -80134,7 +80134,7 @@ exports = module.exports = __webpack_require__(2)(false);
80134
80134
 
80135
80135
 
80136
80136
  // module
80137
- exports.push([module.i, ".ct-progress{text-align:center}.progressMsg{margin-top:5px;display:block}.circleBox{margin:0 auto;position:relative}.circleBox .circleCenter{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}", ""]);
80137
+ exports.push([module.i, ".ct-progress{text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:185px}.progressMsg{margin-top:5px;display:block}.circleBox{margin:0 auto;position:relative}.circleBox .circleCenter{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}", ""]);
80138
80138
 
80139
80139
  // exports
80140
80140
 
@@ -80337,7 +80337,7 @@ exports.push([module.i, ".ct-progress{text-align:center}.progressMsg{margin-top:
80337
80337
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
80338
80338
 
80339
80339
  "use strict";
80340
- var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"ct-progress"},[_c('div',{staticStyle:{"padding":"5px"}},[_c('div',{staticClass:"circleBox"},[(_vm.progressFlag)?_c('el-progress',{staticClass:"file-cirle",attrs:{"type":"circle","show-text":false,"percentage":typeof _vm.percentage !== 'undefined' && _vm.percentage !== null ? _vm.percentage : 0.00}}):_vm._e(),_vm._v(" "),(_vm.progressFlag)?_c('div',{staticClass:"circleCenter"},[_c('div',{staticStyle:{"font-size":"16px","color":"#666"}},[_vm._v(" "+_vm._s(_vm.percentage.toFixed(2))+"%")])]):_vm._e()],1),_vm._v(" "),_c('span',{staticClass:"progressMsg"},[_vm._v(_vm._s(_vm.message))])]),_vm._v(" "),_c('iframe',{staticStyle:{"height":"0px","width":"0px","border-width":"0px","display":"none"},attrs:{"src":_vm.downloadUrl}})])}
80340
+ var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"ct-progress"},[_c('div',{staticStyle:{"padding":"5px"}},[_c('div',{staticClass:"circleBox"},[(_vm.progressFlag)?_c('el-progress',{staticClass:"file-cirle",attrs:{"type":"circle","show-text":false,"percentage":typeof _vm.percentage !== 'undefined' && _vm.percentage !== null ? _vm.percentage : 0.00}}):_vm._e(),_vm._v(" "),(_vm.progressFlag)?_c('div',{staticClass:"circleCenter"},[_c('div',{staticStyle:{"font-size":"16px","color":"#666"}},[_vm._v(" "+_vm._s(_vm.percentage.toFixed(2))+"%")])]):_vm._e()],1),_vm._v(" "),_c('span',{staticClass:"progressMsg",domProps:{"innerHTML":_vm._s(_vm.message)}})]),_vm._v(" "),_c('iframe',{staticStyle:{"height":"0px","width":"0px","border-width":"0px","display":"none"},attrs:{"src":_vm.downloadUrl}})])}
80341
80341
  var staticRenderFns = []
80342
80342
  var esExports = { render: render, staticRenderFns: staticRenderFns }
80343
80343
  /* harmony default export */ __webpack_exports__["a"] = (esExports);
@@ -80837,7 +80837,7 @@ var content = __webpack_require__(622);
80837
80837
  if(typeof content === 'string') content = [[module.i, content, '']];
80838
80838
  if(content.locals) module.exports = content.locals;
80839
80839
  // add the styles to the DOM
80840
- var update = __webpack_require__(3)("d8d76e9c", content, true, {});
80840
+ var update = __webpack_require__(3)("648fb5d0", content, true, {});
80841
80841
 
80842
80842
  /***/ }),
80843
80843
  /* 622 */