cloud-web-corejs 1.0.54-dev.786 → 1.0.54-dev.787

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.
Files changed (121) hide show
  1. package/package.json +2 -1
  2. package/src/components/VabUpload/index.vue +1 -1
  3. package/src/components/excelImport/index.js +69 -7
  4. package/src/components/excelImport/mixins.js +841 -9
  5. package/src/components/fileLibrary/fileHistoryDialog.vue +1 -1
  6. package/src/components/fileLibrary/fileObjAuthEdit.vue +1 -1
  7. package/src/components/fileLibrary/filterDialog.vue +1 -1
  8. package/src/components/formDialog/README.md +324 -241
  9. package/src/components/formDialog/actionButtons.js +90 -0
  10. package/src/components/formDialog/index.js +48 -35
  11. package/src/components/formDialog/index.vue +802 -724
  12. package/src/components/formDrawer/drawer.vue +719 -0
  13. package/src/components/formDrawer/index.js +50 -0
  14. package/src/components/onlineTalk/talkUserDialog.vue +1 -1
  15. package/src/components/tempStorage/tempStorageDialog.vue +1 -1
  16. package/src/components/wf/addTaskUserdialog.vue +1 -1
  17. package/src/components/xform/form-designer/form-widget/container-widget/data-table-widget.vue +1 -1
  18. package/src/components/xform/form-designer/form-widget/dialog/formDialog.vue +115 -4
  19. package/src/components/xform/form-designer/form-widget/dialog/formDrawer.vue +102 -5
  20. package/src/components/xform/form-designer/form-widget/dialog/formFieldDialog.vue +1 -1
  21. package/src/components/xform/form-designer/form-widget/dialog/vabSearchDialog.vue +1 -1
  22. package/src/components/xform/form-designer/setting-panel/action-button-config-dialog.vue +241 -0
  23. package/src/components/xform/form-designer/setting-panel/form-setting.vue +116 -0
  24. package/src/components/xform/form-designer/setting-panel/property-editor/container-detail/detail-editor.vue +6 -0
  25. package/src/components/xform/form-designer/widget-panel/widgetsConfig.js +1 -0
  26. package/src/components/xform/form-render/container-item/data-table-mixin.js +1460 -1460
  27. package/src/components/xform/form-render/container-item/detail-item.vue +11 -2
  28. package/src/components/xform/form-render/indexMixin.js +5 -0
  29. package/src/index.js +506 -472
  30. package/src/utils/lazyPlugin.js +66 -0
  31. package/src/views/bd/setting/bd_attach_setting/dialog.vue +1 -1
  32. package/src/views/bd/setting/bd_attach_setting/list.vue +1 -1
  33. package/src/views/bd/setting/bd_company_env/dialog.vue +1 -1
  34. package/src/views/bd/setting/bd_company_env/list.vue +1 -1
  35. package/src/views/bd/setting/formVersion/ftHistoryDialog.vue +1 -1
  36. package/src/views/bd/setting/form_import_log/list.vue +1 -1
  37. package/src/views/bd/setting/form_script/dialog.vue +1 -1
  38. package/src/views/bd/setting/form_script/form_list.vue +1 -1
  39. package/src/views/bd/setting/form_script/list.vue +1 -1
  40. package/src/views/bd/setting/form_script/list1.vue +1 -1
  41. package/src/views/bd/setting/form_template/dialog.vue +1 -1
  42. package/src/views/bd/setting/form_template/ftHistoryDialog.vue +1 -1
  43. package/src/views/bd/setting/form_template/itemList.vue +1 -1
  44. package/src/views/bd/setting/form_template/list.vue +1 -1
  45. package/src/views/bd/setting/form_template/wf_list.vue +1 -1
  46. package/src/views/bd/setting/logic_param/list.vue +1 -1
  47. package/src/views/bd/setting/menu_kind/dialog.vue +1 -1
  48. package/src/views/bd/setting/menu_kind/list.vue +1 -1
  49. package/src/views/bd/setting/push_data/list.vue +1 -1
  50. package/src/views/bd/setting/push_data_h/list.vue +1 -1
  51. package/src/views/bd/setting/request_async_setting/list.vue +1 -1
  52. package/src/views/bd/setting/request_setting/list.vue +1 -1
  53. package/src/views/bd/setting/table_model/dialog.vue +1 -1
  54. package/src/views/bd/setting/table_model/list.vue +1 -1
  55. package/src/views/bd/setting/table_model/zdDialog.vue +1 -1
  56. package/src/views/support/export_template/list.vue +1 -1
  57. package/src/views/user/access_log/list.vue +1 -1
  58. package/src/views/user/access_log/list2.vue +1 -1
  59. package/src/views/user/api_request/list.vue +1 -1
  60. package/src/views/user/area/dialog.vue +1 -1
  61. package/src/views/user/area/list.vue +1 -1
  62. package/src/views/user/bill_setting/list.vue +1 -1
  63. package/src/views/user/bill_setting/userDialog.vue +1 -1
  64. package/src/views/user/code_rules/list.vue +1 -1
  65. package/src/views/user/common_attribute/list.vue +1 -1
  66. package/src/views/user/common_script/list.vue +1 -1
  67. package/src/views/user/company_info/dialog.vue +1 -1
  68. package/src/views/user/country/dialog.vue +1 -1
  69. package/src/views/user/country/list.vue +1 -1
  70. package/src/views/user/data_type_setting/dialog.vue +1 -1
  71. package/src/views/user/extend_datasource/dialog.vue +1 -1
  72. package/src/views/user/extend_datasource/list.vue +1 -1
  73. package/src/views/user/fieldTranslation/list.vue +1 -1
  74. package/src/views/user/field_values_invisible/list.vue +1 -1
  75. package/src/views/user/file_type/list.vue +1 -1
  76. package/src/views/user/file_view_area/list.vue +1 -1
  77. package/src/views/user/form/form_template/dialog.vue +1 -1
  78. package/src/views/user/form/form_template/itemList.vue +1 -1
  79. package/src/views/user/form/form_template/list.vue +1 -1
  80. package/src/views/user/form/form_template_field/dialog.vue +1 -1
  81. package/src/views/user/form/form_type/dialog.vue +1 -1
  82. package/src/views/user/form/form_type/list.vue +1 -1
  83. package/src/views/user/form/report_requestaccess/dialog.vue +1 -1
  84. package/src/views/user/form/report_requestaccess/list.vue +1 -1
  85. package/src/views/user/groups/dialog.vue +1 -1
  86. package/src/views/user/groups/list.vue +1 -1
  87. package/src/views/user/lang_tag/dialog.vue +1 -1
  88. package/src/views/user/lang_tag/list.vue +1 -1
  89. package/src/views/user/language_setting/list.vue +1 -1
  90. package/src/views/user/menu/list.vue +1 -1
  91. package/src/views/user/mobile_menu/list.vue +1 -1
  92. package/src/views/user/notify_message/list.vue +1 -1
  93. package/src/views/user/notify_template/list.vue +1 -1
  94. package/src/views/user/notify_template/list2.vue +1 -1
  95. package/src/views/user/oplog/list.vue +1 -1
  96. package/src/views/user/position/dialog.vue +1 -1
  97. package/src/views/user/position/list.vue +1 -1
  98. package/src/views/user/project_tag/dialog.vue +1 -1
  99. package/src/views/user/project_tag/list.vue +1 -1
  100. package/src/views/user/push_setting/list.vue +1 -1
  101. package/src/views/user/request_setting/list.vue +1 -1
  102. package/src/views/user/role/dialog.vue +1 -1
  103. package/src/views/user/role/list.vue +1 -1
  104. package/src/views/user/sale_org/dialog.vue +1 -1
  105. package/src/views/user/sale_org/list.vue +1 -1
  106. package/src/views/user/system_notice/list.vue +1 -1
  107. package/src/views/user/system_parameter/list.vue +1 -1
  108. package/src/views/user/user/dialog.vue +1 -1
  109. package/src/views/user/user/form_dialog.vue +1 -1
  110. package/src/views/user/user/form_list.vue +1 -1
  111. package/src/views/user/user/list.vue +2 -2
  112. package/src/views/user/user_log_classify/list.vue +1 -1
  113. package/src/views/user/wf/wfReport/index.vue +2 -2
  114. package/src/views/user/wf/wf_auto_submit_data/list.vue +2 -2
  115. package/src/views/user/wf/wf_manage/list.vue +2 -2
  116. package/src/views/user/wf/wf_manage/list2.vue +2 -2
  117. package/src/views/user/wf/wf_obj_config/dialog.vue +1 -1
  118. package/src/views/user/wf/wf_obj_config/list.vue +1 -1
  119. package/src/views/user/wf/wf_obj_config/list_form.vue +1 -1
  120. package/src/views/user/wf/wf_transfer_setting/list.vue +1 -1
  121. package/src/views/user/workbench_menu/list.vue +1 -1
@@ -0,0 +1,66 @@
1
+ /**
2
+ * 首屏优化:调用式插件懒加载壳。
3
+ * 背景:Vue.use(插件) 静态 import 会把整条组件链(如 excelImport→xlsx、
4
+ * VabUpload→obsUpload→esdk-obs-browserjs)打进主包;此工具在注册期只挂占位方法,
5
+ * 首次调用任一方法时才动态加载真模块并执行其 install(覆盖占位),再重放本次调用。
6
+ * 真模块(含混淆入口文件)一行不动。
7
+ *
8
+ * @param {Function} loader () => import("..."),返回带 default.install(Vue) 的模块
9
+ * @param {Array} surface 原型方法面:
10
+ * { name: "$excelImport" } —— Vue.prototype.$excelImport(...)
11
+ * { name: "$baseUpload", methods: ["open"] } —— Vue.prototype.$baseUpload.open(...)
12
+ * 注意:占位方法一律返回 Promise(真方法返回值经 Promise 包装);
13
+ * 既有调用方均为回调风格(options.success 等),不依赖同步返回值。
14
+ */
15
+ export function lazyPrototypePlugin(loader, surface) {
16
+ let realPromise = null;
17
+
18
+ return {
19
+ install(Vue) {
20
+ const load = () => {
21
+ if (!realPromise) {
22
+ realPromise = loader().then((m) => {
23
+ const mod = m.default || m;
24
+ mod.install(Vue);
25
+ return mod;
26
+ });
27
+ }
28
+ return realPromise;
29
+ };
30
+
31
+ surface.forEach((item) => {
32
+ if (Array.isArray(item.methods)) {
33
+ // 对象形方法面(如 $baseUpload.open / $baseUpload.upload)
34
+ const stub = {};
35
+ item.methods.forEach((methodName) => {
36
+ stub[methodName] = function (...args) {
37
+ return load().then(() => {
38
+ const real = Vue.prototype[item.name];
39
+ if (real === stub) {
40
+ throw new Error(
41
+ `[lazyPlugin] 真模块 install 未定义 ${item.name}`
42
+ );
43
+ }
44
+ return real[methodName].apply(this, args);
45
+ });
46
+ };
47
+ });
48
+ Vue.prototype[item.name] = stub;
49
+ } else {
50
+ const stub = function (...args) {
51
+ return load().then(() => {
52
+ const real = Vue.prototype[item.name];
53
+ if (real === stub) {
54
+ throw new Error(
55
+ `[lazyPlugin] 真模块 install 未定义 ${item.name}`
56
+ );
57
+ }
58
+ return real.apply(this, args);
59
+ });
60
+ };
61
+ Vue.prototype[item.name] = stub;
62
+ }
63
+ });
64
+ },
65
+ };
66
+ }
@@ -29,7 +29,7 @@
29
29
  </template>
30
30
  <template #buttonRight>
31
31
  <vxe-button icon="el-icon-brush" class="button-sty" @click="resetEvent" type="text" status="primary"
32
- plain>{{ $t1('重置') }}
32
+ plain>{{ $t1('刷新') }}
33
33
  </vxe-button>
34
34
  <vxe-button status="warning" icon="el-icon-search" class="button-sty" @click="searchEvent">{{
35
35
  $t1('搜索')
@@ -17,7 +17,7 @@
17
17
  </template>
18
18
  <template #buttonRight>
19
19
  <vxe-button icon="el-icon-brush" class="button-sty" @click="resetEvent" type="text" status="primary"
20
- plain>{{ $t1('重置') }}
20
+ plain>{{ $t1('刷新') }}
21
21
  </vxe-button>
22
22
  <vxe-button status="warning" icon="el-icon-search" class="button-sty" @click="searchEvent">{{ $t1('搜索') }}
23
23
  </vxe-button>
@@ -29,7 +29,7 @@
29
29
  </template>
30
30
  <template #buttonRight>
31
31
  <vxe-button icon="el-icon-brush" class="button-sty" @click="resetEvent" type="text" status="primary"
32
- plain>{{ $t1('重置') }}
32
+ plain>{{ $t1('刷新') }}
33
33
  </vxe-button>
34
34
  <vxe-button status="warning" icon="el-icon-search" class="button-sty" @click="searchEvent">{{
35
35
  $t1('搜索')
@@ -18,7 +18,7 @@
18
18
  </template>
19
19
  <template #buttonRight>
20
20
  <vxe-button icon="el-icon-brush" class="button-sty" @click="resetEvent" type="text" status="primary"
21
- plain>{{ $t1('重置') }}
21
+ plain>{{ $t1('刷新') }}
22
22
  </vxe-button>
23
23
  <vxe-button status="warning" icon="el-icon-search" class="button-sty" @click="searchEvent">
24
24
  {{ $t1('搜索') }}
@@ -59,7 +59,7 @@
59
59
  type="text"
60
60
  status="primary"
61
61
  plain
62
- >{{ $t1("重置") }}
62
+ >{{ $t1("刷新") }}
63
63
  </vxe-button>
64
64
  <vxe-button
65
65
  status="warning"
@@ -15,7 +15,7 @@
15
15
  </div>
16
16
  <div class="fr">
17
17
  <vxe-button icon="el-icon-brush" class="button-sty" @click="resetEvent" type="text" status="primary"
18
- plain>{{ $t1('重置') }}
18
+ plain>{{ $t1('刷新') }}
19
19
  </vxe-button>
20
20
  <vxe-button status="warning" icon="el-icon-search" class="button-sty" @click="searchEvent">
21
21
  {{ $t1('搜索') }}
@@ -36,7 +36,7 @@
36
36
  <div class="clearfix screen-btns">
37
37
  <div class="fr">
38
38
  <vxe-button icon="el-icon-brush" class="button-sty" @click="resetEvent" type="text" status="primary"
39
- plain>{{ $t1('重置') }}
39
+ plain>{{ $t1('刷新') }}
40
40
  </vxe-button>
41
41
  <vxe-button status="warning" icon="el-icon-search" class="button-sty" @click="searchEvent">
42
42
  {{ $t1('搜索') }}
@@ -68,7 +68,7 @@
68
68
  type="text"
69
69
  status="primary"
70
70
  plain
71
- >{{ $t1("重置") }}
71
+ >{{ $t1("刷新") }}
72
72
  </vxe-button>
73
73
  <vxe-button
74
74
  status="warning"
@@ -59,7 +59,7 @@
59
59
  type="text"
60
60
  status="primary"
61
61
  plain
62
- >{{ $t1("重置") }}
62
+ >{{ $t1("刷新") }}
63
63
  </vxe-button>
64
64
  <vxe-button
65
65
  status="warning"
@@ -93,7 +93,7 @@
93
93
  type="text"
94
94
  status="primary"
95
95
  plain
96
- >{{ $t1("重置") }}
96
+ >{{ $t1("刷新") }}
97
97
  </vxe-button>
98
98
  <vxe-button
99
99
  status="warning"
@@ -27,7 +27,7 @@
27
27
  <div class="clearfix screen-btns">
28
28
  <div class="fr">
29
29
  <vxe-button icon="el-icon-brush" class="button-sty" @click="resetEvent" type="text" status="primary"
30
- plain>{{ $t1('重置') }}
30
+ plain>{{ $t1('刷新') }}
31
31
  </vxe-button>
32
32
  <vxe-button status="warning" icon="el-icon-search" class="button-sty" @click="searchEvent">
33
33
  {{ $t1('搜索') }}
@@ -28,7 +28,7 @@
28
28
  <div class="clearfix screen-btns">
29
29
  <div class="fr">
30
30
  <vxe-button icon="el-icon-brush" class="button-sty" @click="resetEvent" type="text" status="primary"
31
- plain>{{ $t1('重置') }}
31
+ plain>{{ $t1('刷新') }}
32
32
  </vxe-button>
33
33
  <vxe-button status="warning" icon="el-icon-search" class="button-sty" @click="searchEvent">
34
34
  {{ $t1('搜索') }}
@@ -22,7 +22,7 @@
22
22
  </div>
23
23
  <div class="fr">
24
24
  <vxe-button icon="el-icon-brush" class="button-sty" @click="resetEvent" type="text" status="primary"
25
- plain>{{$t1('重置')}}
25
+ plain>{{$t1('刷新')}}
26
26
  </vxe-button>
27
27
  <vxe-button status="warning" icon="el-icon-search" class="button-sty" @click="searchEvent">{{ $t1('搜索') }}
28
28
  </vxe-button>
@@ -94,7 +94,7 @@
94
94
  type="text"
95
95
  status="primary"
96
96
  plain
97
- >{{ $t1("重置") }}
97
+ >{{ $t1("刷新") }}
98
98
  </vxe-button>
99
99
  <vxe-button
100
100
  status="warning"
@@ -45,7 +45,7 @@
45
45
  type="text"
46
46
  status="primary"
47
47
  plain
48
- >{{ $t1("重置") }}
48
+ >{{ $t1("刷新") }}
49
49
  </vxe-button>
50
50
  <vxe-button
51
51
  status="warning"
@@ -45,7 +45,7 @@
45
45
  type="text"
46
46
  status="primary"
47
47
  plain
48
- >{{ $t1("重置") }}
48
+ >{{ $t1("刷新") }}
49
49
  </vxe-button>
50
50
  <vxe-button
51
51
  status="warning"
@@ -27,7 +27,7 @@
27
27
  <div class="clearfix screen-btns">
28
28
  <div class="fr">
29
29
  <vxe-button icon="el-icon-brush" class="button-sty" @click="resetEvent" type="text" status="primary"
30
- plain>{{ $t1('重置') }}
30
+ plain>{{ $t1('刷新') }}
31
31
  </vxe-button>
32
32
  <vxe-button status="warning" icon="el-icon-search" class="button-sty" @click="searchEvent">
33
33
  {{ $t1('搜索') }}
@@ -41,7 +41,7 @@
41
41
  type="text"
42
42
  status="primary"
43
43
  plain
44
- >{{ $t1("重置") }}
44
+ >{{ $t1("刷新") }}
45
45
  </vxe-button>
46
46
  <vxe-button
47
47
  status="warning"
@@ -10,7 +10,7 @@
10
10
  </div>
11
11
  <div class="fr">
12
12
  <vxe-button icon="el-icon-brush" class="button-sty" @click="resetEvent" type="text" status="primary"
13
- plain>{{ $t1('重置') }}
13
+ plain>{{ $t1('刷新') }}
14
14
  </vxe-button>
15
15
  <vxe-button status="warning" icon="el-icon-search" class="button-sty" @click="searchEvent">
16
16
  {{ $t1('搜索') }}
@@ -10,7 +10,7 @@
10
10
  </div>
11
11
  <div class="fr">
12
12
  <vxe-button icon="el-icon-brush" class="button-sty" @click="resetEvent" type="text" status="primary"
13
- plain>{{ $t1('重置') }}
13
+ plain>{{ $t1('刷新') }}
14
14
  </vxe-button>
15
15
  <vxe-button status="warning" icon="el-icon-search" class="button-sty" @click="searchEvent">
16
16
  {{ $t1('搜索') }}
@@ -40,7 +40,7 @@
40
40
  type="text"
41
41
  status="primary"
42
42
  plain
43
- >{{ $t1("重置") }}
43
+ >{{ $t1("刷新") }}
44
44
  </vxe-button>
45
45
  <vxe-button
46
46
  status="warning"
@@ -38,7 +38,7 @@
38
38
  type="text"
39
39
  status="primary"
40
40
  plain
41
- >{{ $t1("重置") }}
41
+ >{{ $t1("刷新") }}
42
42
  </vxe-button>
43
43
  <vxe-button
44
44
  status="warning"
@@ -27,7 +27,7 @@
27
27
  <div class="clearfix screen-btns">
28
28
  <div class="fr">
29
29
  <vxe-button icon="el-icon-brush" class="button-sty" @click="resetEvent" type="text" status="primary"
30
- plain>{{ $t1('重置') }}
30
+ plain>{{ $t1('刷新') }}
31
31
  </vxe-button>
32
32
  <vxe-button status="warning" icon="el-icon-search" class="button-sty" @click="searchEvent">{{
33
33
  $t1('搜索')
@@ -98,7 +98,7 @@
98
98
  type="text"
99
99
  status="primary"
100
100
  plain
101
- >{{ $t1("重置") }}
101
+ >{{ $t1("刷新") }}
102
102
  </vxe-button>
103
103
  <vxe-button
104
104
  status="warning"
@@ -27,7 +27,7 @@
27
27
  <div class="clearfix screen-btns">
28
28
  <div class="fr">
29
29
  <vxe-button icon="el-icon-brush" class="button-sty" @click="resetEvent" type="text" status="primary"
30
- plain>{{ $t1('重置') }}
30
+ plain>{{ $t1('刷新') }}
31
31
  </vxe-button>
32
32
  <vxe-button status="warning" icon="el-icon-search" class="button-sty" @click="searchEvent">{{
33
33
  $t1('搜索')
@@ -41,7 +41,7 @@
41
41
  type="text"
42
42
  status="primary"
43
43
  plain
44
- >{{ $t1('重置') }}
44
+ >{{ $t1('刷新') }}
45
45
  </vxe-button>
46
46
  <vxe-button
47
47
  status="warning"
@@ -62,7 +62,7 @@
62
62
  type="text"
63
63
  status="primary"
64
64
  plain
65
- >{{ $t1("重置") }}
65
+ >{{ $t1("刷新") }}
66
66
  </vxe-button>
67
67
  <vxe-button
68
68
  status="warning"
@@ -42,7 +42,7 @@
42
42
  @click="showAdvancedSearch = true">{{ $t1('高级筛选') }}
43
43
  </vxe-button>
44
44
  <vxe-button icon="el-icon-brush" class="button-sty" @click="resetEvent" type="text" status="primary"
45
- plain>{{ $t1('重置') }}
45
+ plain>{{ $t1('刷新') }}
46
46
  </vxe-button>
47
47
  <vxe-button status="warning" icon="el-icon-search" class="button-sty" @click="searchEvent">
48
48
  {{ $t1('搜索') }}
@@ -21,7 +21,7 @@
21
21
  </div>
22
22
  <div class="fr">
23
23
  <vxe-button icon="el-icon-brush" class="button-sty" @click="resetEvent" type="text" status="primary"
24
- plain>{{ $t1('重置') }}
24
+ plain>{{ $t1('刷新') }}
25
25
  </vxe-button>
26
26
  <vxe-button status="warning" icon="el-icon-search" class="button-sty" @click="searchEvent">
27
27
  {{ $t1('搜索') }}
@@ -168,7 +168,7 @@
168
168
  type="text"
169
169
  status="primary"
170
170
  plain
171
- >{{ $t1("重置") }}
171
+ >{{ $t1("刷新") }}
172
172
  </vxe-button>
173
173
  <vxe-button
174
174
  status="warning"
@@ -38,7 +38,7 @@
38
38
  type="text"
39
39
  status="primary"
40
40
  plain
41
- >{{ $t1("重置") }}
41
+ >{{ $t1("刷新") }}
42
42
  </vxe-button>
43
43
  <vxe-button
44
44
  status="warning"
@@ -53,7 +53,7 @@
53
53
  </div>
54
54
  <div class="fr">
55
55
  <vxe-button icon="el-icon-brush" class="button-sty" @click="resetEvent" type="text" status="primary"
56
- plain>{{ $t1('重置') }}
56
+ plain>{{ $t1('刷新') }}
57
57
  </vxe-button>
58
58
  <vxe-button status="warning" icon="el-icon-search" class="button-sty" @click="searchEvent">
59
59
  {{ $t1('搜索') }}
@@ -27,7 +27,7 @@
27
27
  <div class="clearfix screen-btns">
28
28
  <div class="fr">
29
29
  <vxe-button icon="el-icon-brush" class="button-sty" @click="resetEvent" type="text" status="primary"
30
- plain>{{ $t1('重置') }}
30
+ plain>{{ $t1('刷新') }}
31
31
  </vxe-button>
32
32
  <vxe-button status="warning" icon="el-icon-search" class="button-sty" @click="searchEvent">{{
33
33
  $t1('搜索')
@@ -20,7 +20,7 @@
20
20
  </div>
21
21
  <div class="fr">
22
22
  <vxe-button icon="el-icon-brush" class="button-sty" @click="resetEvent" type="text" status="primary"
23
- plain>{{ $t1('重置') }}
23
+ plain>{{ $t1('刷新') }}
24
24
  </vxe-button>
25
25
  <vxe-button status="warning" icon="el-icon-search" class="button-sty" @click="searchEvent">
26
26
  {{ $t1('搜索') }}
@@ -28,7 +28,7 @@
28
28
  </div>
29
29
  <div class="fr">
30
30
  <vxe-button icon="el-icon-brush" class="button-sty" @click="resetEvent" type="text" status="primary"
31
- plain>{{ $t1('重置') }}
31
+ plain>{{ $t1('刷新') }}
32
32
  </vxe-button>
33
33
  <vxe-button status="warning" icon="el-icon-search" class="button-sty" @click="searchEvent">
34
34
  {{ $t1('搜索') }}
@@ -53,7 +53,7 @@
53
53
  </div>
54
54
  <div class="fr">
55
55
  <vxe-button icon="el-icon-brush" class="button-sty" @click="resetEvent" type="text" status="primary"
56
- plain>{{ $t1('重置') }}
56
+ plain>{{ $t1('刷新') }}
57
57
  </vxe-button>
58
58
  <vxe-button status="warning" icon="el-icon-search" class="button-sty" @click="searchEvent">
59
59
  {{ $t1('搜索') }}
@@ -34,7 +34,7 @@
34
34
  type="text"
35
35
  status="primary"
36
36
  plain
37
- >{{ $t1("重置") }}
37
+ >{{ $t1("刷新") }}
38
38
  </vxe-button>
39
39
  <vxe-button
40
40
  status="warning"
@@ -27,7 +27,7 @@
27
27
  <div class="clearfix screen-btns">
28
28
  <div class="fr">
29
29
  <vxe-button icon="el-icon-brush" class="button-sty" @click="resetEvent" type="text" status="primary"
30
- plain>{{ $t1('重置') }}
30
+ plain>{{ $t1('刷新') }}
31
31
  </vxe-button>
32
32
  <vxe-button status="warning" icon="el-icon-search" class="button-sty" @click="searchEvent">{{
33
33
  $t1('搜索')
@@ -19,7 +19,7 @@
19
19
  </div>
20
20
  <div class="fr">
21
21
  <vxe-button icon="el-icon-brush" class="button-sty" @click="resetEvent" type="text" status="primary"
22
- plain>{{ $t1('重置') }}
22
+ plain>{{ $t1('刷新') }}
23
23
  </vxe-button>
24
24
  <vxe-button status="warning" icon="el-icon-search" class="button-sty" @click="searchEvent">
25
25
  {{ $t1('搜索') }}
@@ -27,7 +27,7 @@
27
27
  <div class="clearfix screen-btns">
28
28
  <div class="fr">
29
29
  <vxe-button icon="el-icon-brush" class="button-sty" @click="resetEvent" type="text" status="primary"
30
- plain>{{ $t1('重置') }}
30
+ plain>{{ $t1('刷新') }}
31
31
  </vxe-button>
32
32
  <vxe-button status="warning" icon="el-icon-search" class="button-sty" @click="searchEvent">
33
33
  {{ $t1('搜索') }}
@@ -27,7 +27,7 @@
27
27
  <div class="clearfix screen-btns">
28
28
  <div class="fr">
29
29
  <vxe-button icon="el-icon-brush" class="button-sty" @click="resetEvent" type="text" status="primary"
30
- plain>{{ $t1('重置') }}
30
+ plain>{{ $t1('刷新') }}
31
31
  </vxe-button>
32
32
  <vxe-button status="warning" icon="el-icon-search" class="button-sty" @click="searchEvent">
33
33
  {{ $t1('搜索') }}
@@ -24,7 +24,7 @@
24
24
  </div>
25
25
  <div class="fr">
26
26
  <vxe-button icon="el-icon-brush" class="button-sty" @click="resetEvent" type="text" status="primary"
27
- plain>{{ $t1('重置') }}
27
+ plain>{{ $t1('刷新') }}
28
28
  </vxe-button>
29
29
  <vxe-button status="warning" icon="el-icon-search" class="button-sty" @click="searchEvent">
30
30
  {{ $t1('搜索') }}
@@ -51,7 +51,7 @@
51
51
  </template>
52
52
  <template #buttonRight>
53
53
  <vxe-button icon="el-icon-brush" class="button-sty" @click="resetEvent" type="text" status="primary"
54
- plain>{{ $t1('重置') }}
54
+ plain>{{ $t1('刷新') }}
55
55
  </vxe-button>
56
56
  <vxe-button status="warning" icon="el-icon-search" class="button-sty" @click="searchEvent">
57
57
  {{ $t1('搜索') }}
@@ -20,7 +20,7 @@
20
20
  </div>
21
21
  <div class="fr">
22
22
  <vxe-button icon="el-icon-brush" class="button-sty" @click="resetEvent" type="text" status="primary"
23
- plain>{{ $t1('重置') }}
23
+ plain>{{ $t1('刷新') }}
24
24
  </vxe-button>
25
25
  <vxe-button status="warning" icon="el-icon-search" class="button-sty" @click="searchEvent">
26
26
  {{ $t1('搜索') }}
@@ -31,7 +31,7 @@
31
31
  </div>
32
32
  <div class="fr">
33
33
  <vxe-button icon="el-icon-brush" class="button-sty" @click="resetEvent" type="text" status="primary"
34
- plain>{{ $t1('重置') }}
34
+ plain>{{ $t1('刷新') }}
35
35
  </vxe-button>
36
36
  <vxe-button status="warning" icon="el-icon-search" class="button-sty" @click="searchEvent">
37
37
  {{ $t1('搜索') }}
@@ -28,7 +28,7 @@
28
28
  </div>
29
29
  <div class="fr">
30
30
  <vxe-button icon="el-icon-brush" class="button-sty" @click="resetEvent" type="text" status="primary"
31
- plain>{{ $t1('重置') }}
31
+ plain>{{ $t1('刷新') }}
32
32
  </vxe-button>
33
33
  <vxe-button status="warning" icon="el-icon-search" class="button-sty" @click="searchEvent">
34
34
  {{ $t1('搜索') }}
@@ -27,7 +27,7 @@
27
27
  <div class="clearfix screen-btns">
28
28
  <div class="fr">
29
29
  <vxe-button icon="el-icon-brush" class="button-sty" @click="resetEvent" type="text" status="primary"
30
- plain>{{ $t1('重置') }}
30
+ plain>{{ $t1('刷新') }}
31
31
  </vxe-button>
32
32
  <vxe-button status="warning" icon="el-icon-search" class="button-sty" @click="searchEvent">
33
33
  {{ $t1('搜索') }}
@@ -21,7 +21,7 @@
21
21
  </div>
22
22
  <div class="fr">
23
23
  <vxe-button icon="el-icon-brush" class="button-sty" @click="resetEvent" type="text" status="primary"
24
- plain>{{$t1('重置')}}
24
+ plain>{{$t1('刷新')}}
25
25
  </vxe-button>
26
26
  <vxe-button status="warning" icon="el-icon-search" class="button-sty" @click="searchEvent">{{ $t1('搜索') }}
27
27
  </vxe-button>
@@ -53,7 +53,7 @@
53
53
  </div>
54
54
  <div class="fr">
55
55
  <vxe-button icon="el-icon-brush" class="button-sty" @click="resetEvent" type="text" status="primary"
56
- plain>{{$t1('重置')}}
56
+ plain>{{$t1('刷新')}}
57
57
  </vxe-button>
58
58
  <vxe-button status="warning" icon="el-icon-search" class="button-sty" @click="searchEvent">{{ $t1('搜索') }}
59
59
  </vxe-button>
@@ -27,7 +27,7 @@
27
27
  <div class="clearfix screen-btns">
28
28
  <div class="fr">
29
29
  <vxe-button icon="el-icon-brush" class="button-sty" @click="resetEvent" type="text" status="primary"
30
- plain>{{$t1('重置')}}
30
+ plain>{{$t1('刷新')}}
31
31
  </vxe-button>
32
32
  <vxe-button status="warning" icon="el-icon-search" class="button-sty" @click="searchEvent">
33
33
  {{ $t1('搜索') }}
@@ -27,7 +27,7 @@
27
27
  <div class="clearfix screen-btns">
28
28
  <div class="fr">
29
29
  <vxe-button icon="el-icon-brush" class="button-sty" @click="resetEvent" type="text" status="primary"
30
- plain>{{ $t1('重置') }}
30
+ plain>{{ $t1('刷新') }}
31
31
  </vxe-button>
32
32
  <vxe-button status="warning" icon="el-icon-search" class="button-sty" @click="searchEvent">
33
33
  {{ $t1('搜索') }}
@@ -18,7 +18,7 @@
18
18
  </div>
19
19
  <div class="fr">
20
20
  <vxe-button icon="el-icon-brush" class="button-sty" @click="resetEvent" type="text" status="primary"
21
- plain>{{ $t1('重置') }}
21
+ plain>{{ $t1('刷新') }}
22
22
  </vxe-button>
23
23
  <vxe-button status="warning" icon="el-icon-search" class="button-sty" @click="searchEvent">
24
24
  {{ $t1('搜索') }}
@@ -27,7 +27,7 @@
27
27
  <div class="clearfix screen-btns">
28
28
  <div class="fr">
29
29
  <vxe-button icon="el-icon-brush" class="button-sty" @click="resetEvent" type="text" status="primary"
30
- plain>{{ $t1('重置') }}
30
+ plain>{{ $t1('刷新') }}
31
31
  </vxe-button>
32
32
  <vxe-button status="warning" icon="el-icon-search" class="button-sty" @click="searchEvent">
33
33
  {{ $t1('搜索') }}