cloud-web-corejs 1.0.54-dev.11 → 1.0.54-dev.13

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,7 +1,7 @@
1
1
  {
2
2
  "name": "cloud-web-corejs",
3
3
  "private": false,
4
- "version": "1.0.54-dev.11",
4
+ "version": "1.0.54-dev.13",
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
7
7
  "lint": "eslint --ext .js,.vue src",
@@ -57,7 +57,7 @@
57
57
  </div>
58
58
  </label>
59
59
  <div class="multipleChoice">
60
- <el-tooltip :enterable="false" effect="dark" content="全部删除" placement="top"><a
60
+ <el-tooltip :enterable="false" effect="dark" :content="$t1('全部删除')" placement="top"><a
61
61
  class="allDel icon-quanbushanchu" @click="clearChecked()"></a></el-tooltip>
62
62
  <div class="list">
63
63
  <div class="item" v-for="(checkRow, index) in checkRows">
@@ -67,7 +67,7 @@
67
67
  </div>
68
68
  </div>
69
69
  <span slot="footer" class="dialog-footer">
70
- <span class="fl tips" v-if="!selectMulti">注:双击确认选择(单选)</span>
70
+ <span class="fl tips" v-if="!selectMulti">{{ $t1('注:双击确认选择(单选)') }}</span>
71
71
  <el-button type="primary" plain class="button-sty" @click="dialogClose">
72
72
  <i class="el-icon-close el-icon"></i>
73
73
  取 消
@@ -87,6 +87,7 @@ export default {
87
87
  fullscreen: this.option.fullscreen,
88
88
  };
89
89
  config = Object.assign({}, config, this.option.dialogConfig, {customClass});
90
+ config.title = this.$t1(config.title);
90
91
  return config;
91
92
  },
92
93
  bodyConfig() {
@@ -81,6 +81,7 @@ export default {
81
81
  direction:"btt"
82
82
  };
83
83
  config = Object.assign({}, config, this.option.dialogConfig, {customClass});
84
+ config.title = this.$t1(config.title);
84
85
  return config;
85
86
  },
86
87
  bodyConfig() {
@@ -55,7 +55,7 @@
55
55
  </div>
56
56
  </label>
57
57
  <div class="multipleChoice">
58
- <el-tooltip :enterable="false" effect="dark" content="全部删除" placement="top"><a class="allDel icon-quanbushanchu"
58
+ <el-tooltip :enterable="false" effect="dark" :content="$t1('全部删除')" placement="top"><a class="allDel icon-quanbushanchu"
59
59
  @click="clearChecked()"></a>
60
60
  </el-tooltip>
61
61
  <div class="list">
@@ -66,7 +66,7 @@
66
66
  </div>
67
67
  </div>
68
68
  <span slot="footer" class="dialog-footer">
69
- <span class="fl tips" v-if="!selectMulti">注:双击确认选择(单选)</span>
69
+ <span class="fl tips" v-if="!selectMulti">{{ $t1('注:双击确认选择(单选)') }}</span>
70
70
  <el-button type="primary" plain class="button-sty" @click="dialogClose">
71
71
  <i class="el-icon-close el-icon"></i>
72
72
  {{ $t2('取 消', 'system.button.cancel2') }}
@@ -20,7 +20,7 @@
20
20
  </div>
21
21
  </label>
22
22
  <div class="multipleChoice">
23
- <el-tooltip :enterable="false" effect="dark" content="全部删除" placement="top"><a
23
+ <el-tooltip :enterable="false" effect="dark" :content="$t1('全部删除')" placement="top"><a
24
24
  class="allDel icon-quanbushanchu"
25
25
  @click="clearChecked()"></a>
26
26
  </el-tooltip>
@@ -34,14 +34,14 @@
34
34
  </div>
35
35
  </div>
36
36
  <span slot="footer" class="dialog-footer" v-if="option.showFooter!==false" v-bind="option.footerConfig">
37
- <span class="fl tips" v-if="!selectMulti">注:双击确认选择(单选)</span>
37
+ <span class="fl tips" v-if="!selectMulti">{{ $t1('注:双击确认选择(单选)') }}</span>
38
38
  <el-button type="primary" plain class="button-sty" @click="close">
39
39
  <i class="el-icon-close el-icon"></i>
40
- {{ $t2('取 消', 'system.button.cancel2') }}
40
+ {{ $t1('取 消') }}
41
41
  </el-button>
42
42
  <el-button type="primary" @click="dialogSubmit" class="button-sty">
43
43
  <i class="el-icon-check el-icon"></i>
44
- {{ $t2('确 定', 'system.button.confirm2') }}
44
+ {{ $t1('确 定') }}
45
45
  </el-button>
46
46
  </span>
47
47
  </el-dialog>
@@ -130,6 +130,7 @@ export default {
130
130
  fullscreen: this.option.fullscreen,
131
131
  };
132
132
  config = Object.assign({}, config, this.option.dialogConfig, {customClass});
133
+ config.title = this.$t1(config.title);
133
134
  return config;
134
135
  },
135
136
  bodyConfig() {
@@ -53,7 +53,7 @@
53
53
  </div>
54
54
  </label>
55
55
  <div class="multipleChoice">
56
- <el-tooltip :enterable="false" effect="dark" content="全部删除" placement="top"><a class="allDel icon-quanbushanchu"
56
+ <el-tooltip :enterable="false" effect="dark" :content="$t1('全部删除')" placement="top"><a class="allDel icon-quanbushanchu"
57
57
  @click="clearChecked()"></a>
58
58
  </el-tooltip>
59
59
  <div class="list">
@@ -64,7 +64,7 @@
64
64
  </div>
65
65
  </div>
66
66
  <span slot="footer" class="dialog-footer">
67
- <span class="fl tips" v-if="!selectMulti">注:双击确认选择(单选)</span>
67
+ <span class="fl tips" v-if="!selectMulti">{{ $t1('注:双击确认选择(单选)') }}</span>
68
68
  <el-button type="primary" plain class="button-sty" @click="dialogClose">
69
69
  <i class="el-icon-close el-icon"></i>
70
70
  {{ $t2('取 消', 'system.button.cancel2') }}
@@ -3,260 +3,5 @@ import {getJsxBtn} from "@base/views/bd/setting/utils/index";
3
3
  import {getBdEnv} from "@base/api/user";
4
4
 
5
5
  let modules = {};
6
- modules = {
7
- props: {
8
- currentMenuKind: Object
9
- },
10
- components: {
11
- userDialog
12
- },
13
- computed: {
14
- menuKindId() {
15
- return this.currentMenuKind.id;
16
- }
17
- },
18
- async mounted() {
19
- await this.initBdEnv();
20
- this.initTableList();
21
- },
22
- data() {
23
- let that = this;
24
- return {
25
- showDialog: true,
26
- activeName: 'second',
27
- value10: '',
28
- dataId: '',
29
- showEdit: false,
30
- formData: {
31
- nickName: null,
32
- },
33
- vxeOption: {},
34
- showUserDialog: false,
35
- showPositionDialog: false,
36
- showSaleOrgDialog: false,
37
- operateIndex: 0,
38
- showViewDialog: false,
39
-
40
- tableData: [],
41
- showUserRowDialog: false,
42
- showUserAddDialog: false,
43
- currentRow: null,
44
- isDev: true
45
-
46
- };
47
- },
48
- methods: {
49
- getFieldDisabled() {
50
-
51
- },
52
- searchEvent() {
53
- this.$refs['table-m1'].commitProxy('reload');
54
- },
55
- resetEvent() {
56
- this.formData = {};
57
- this.$refs['table-m1'].commitProxy('reload');
58
- },
59
- openEditDialog(id) {
60
- this.dataId = !id || typeof id == 'object' ? 0 : id;
61
- this.activeName = 'first';
62
- this.showViewDialog = true;
63
- this.$openEditView('showEdit');
64
- },
65
- initBdEnv() {
66
- return getBdEnv({
67
- success: res => {
68
- this.isDev = res.objx == "dev"
69
- }
70
- });
71
- },
72
- initTableList() {
73
- let that = this;
74
- let valMap = {
75
- 0: this.$t1('否'),
76
- 1: this.$t1('是')
77
- };
78
- let tableOption = {
79
- vue: this,
80
- tableRef: 'table-m1',
81
- tableName: 'user_fileLibrary-fileAuto-list-m1',
82
- config: {
83
- height: "auto"
84
- },
85
- columns: [
86
- {type: 'checkbox', width: 48, resizable: false, fixed: 'left'},
87
- {
88
- title: this.$t1('用户'),
89
- field: 'nickName',
90
- width: 350,
91
- slots: {
92
- default: "user"
93
- }
94
- },
95
- {
96
- title: this.$t1('编辑'),
97
- field: 'editAuth',
98
- width: 150,
99
- params: {disabled: !this.currentMenuKind.editAuth},
100
- slots: {
101
- default: "switch"
102
- }
103
- },
104
- {
105
- title: this.$t1('导出发布'),
106
- field: 'exportAuth',
107
- width: 150,
108
- params: {disabled: !this.currentMenuKind.exportAuth},
109
- slots: {
110
- default: "switch"
111
- }
112
- },
113
- ...(this.isDev ? [{
114
- title: this.$t1('可选导出发布类型'),
115
- field: 'selectTypeAuth',
116
- width: 200,
117
- params: {disabled: !this.currentMenuKind.selectTypeAuth},
118
- slots: {
119
- default: "switch"
120
- }
121
- }] : []),
122
- {
123
- width: 100,
124
- fixed: 'right',
125
- title: '',
126
- sortable: false,
127
- slots: {
128
- default: ({row, rowIndex, $table}) => {
129
- return getJsxBtn({
130
- iconName: "el-icon-delete",
131
- content: this.$t1('删除'),
132
- onclick: () => {
133
- this.tableData.splice(rowIndex, 1)
134
- }
135
- });
136
- }
137
- }
138
- }
139
- ]
140
- };
141
- this.$vxeTableUtil.initVxeTable(tableOption).then(opts => {
142
- this.vxeOption = opts;
143
- });
144
- this.initData();
145
- },
146
- initData() {
147
- this.$http({
148
- aes: true,
149
- url: USER_PREFIX + '/menu_kind_auth/list',
150
- method: `post`,
151
- data: {
152
- menuKindId: this.menuKindId,
153
- },
154
- isLoading: true,
155
- modalStrictly: true,
156
- success: res1 => {
157
- let tableData = res1.objx || [];
158
- this.tableData = tableData;
159
-
160
- }
161
- });
162
- },
163
- confirmInsertUser(rows) {
164
- if (rows.length) {
165
- let row = rows[0];
166
- this.formData.userId = row.id;
167
- this.formData.nickName = row.nickName;
168
- }
169
- },
170
- dialogClose() {
171
- this.$emit('update:visiable', false)
172
- },
173
- deleteRows() {
174
- let checkRows = this.$refs['table-m1'].getCheckboxRecords(true);
175
- if (!checkRows.length) {
176
- this.$message({
177
- message: this.$t1('请选择需要删除的表单分类权限'),
178
- type: 'error',
179
- showClose: true,
180
- duration: 3000,
181
- });
182
- return;
183
- }
184
- let keys = checkRows.map(item => item._X_ROW_KEY)
185
- this.tableData = this.tableData.filter(item => !keys.includes(item._X_ROW_KEY))
186
- },
187
- openUserRowDialog(row, rowIndex) {
188
- this.operateIndex = rowIndex;
189
- this.showUserRowDialog = true;
190
- },
191
- confirmtUserRow(rows) {
192
- if (rows.length) {
193
- let row = rows[0];
194
- let item = this.tableData[this.operateIndex]
195
- item.userId = row.id;
196
- item.nickName = row.nickName;
197
- }
198
- },
199
- openUserAddDialog(row, rowIndex) {
200
- this.showUserAddDialog = true;
201
- },
202
- confirmtUserAddDialog(rows) {
203
- if (rows.length) {
204
- const tableData = this.tableData;
205
- const map = {};
206
- tableData.filter(item => !!item.userId).forEach(function (item) {
207
- map[item.userId] = 1;
208
- });
209
- let items = [];
210
-
211
- rows.forEach((row, index) => {
212
- let item = this.createRow();
213
- item.userId = row.id;
214
- item.nickName = row.nickName;
215
- if (!map[item.userId]) {
216
- items.push(item);
217
- }
218
- });
219
- this.tableData.push(...items);
220
- }
221
- },
222
- saveData() {
223
- this.$baseConfirm(this.$t1('您确定要保存吗?')).then(() => {
224
- var url = USER_PREFIX + `/menu_kind_auth/save`;
225
- this.$http({
226
- aes: true,
227
- url: url,
228
- method: `post`,
229
- data: {
230
- menuKindId: this.menuKindId,
231
- menuKindAuthDTOs: this.tableData
232
- },
233
- isLoading: true,
234
- success: res => {
235
- this.$message({
236
- message: res.content,
237
- type: 'success',
238
- duration: 500,
239
- onClose: t => {
240
- this.dialogClose()
241
- }
242
- });
243
- }
244
- });
245
- });
246
- },
247
- createRow() {
248
- let editAuth = this.currentMenuKind.editAuth ? 1 : 0;
249
- let exportAuth = this.currentMenuKind.exportAuth ? 1 : 0;
250
- let row = {
251
- nickName: null,
252
- userId: null,
253
- editAuth: editAuth,
254
- exportAuth: exportAuth,
255
- selectTypeAuth: 0,
256
- menuKindId: this.menuKindId
257
- }
258
- return row;
259
- }
260
- }
261
- }
6
+ (function(_0x16912a,_0x2fbfc3){function _0x50da70(_0x15b573,_0x34987d,_0x3c8a37,_0x476204,_0x3c2a2e){return _0x4c4a(_0x34987d-0x248,_0x3c2a2e);}function _0xdce084(_0x7be09a,_0x5939b9,_0x58dda7,_0x4a7687,_0x33cd3d){return _0x4c4a(_0x4a7687-0x62,_0x58dda7);}function _0x3f6217(_0x73e342,_0x5a05bd,_0x464092,_0x5f05c9,_0x2139ff){return _0x2fac(_0x5f05c9-0x1c2,_0x2139ff);}function _0xe05e84(_0x373dd4,_0x51eaa7,_0x2154b6,_0x384701,_0x58bb2e){return _0x2fac(_0x384701- -0x128,_0x51eaa7);}const _0x16c1a4=_0x16912a();function _0x5cb116(_0x58e354,_0x262949,_0x172872,_0x3708fe,_0x53743b){return _0x2fac(_0x262949-0x2e3,_0x53743b);}function _0x5f8412(_0x122486,_0x2960e8,_0x538428,_0x4342fb,_0x432736){return _0x4c4a(_0x4342fb-0x2e1,_0x538428);}function _0x341f80(_0x47f771,_0x23a87d,_0x2fda46,_0x31e64c,_0x5872a3){return _0x2fac(_0x47f771- -0x357,_0x23a87d);}function _0x5b0824(_0x481cc9,_0x47abaf,_0x50a388,_0x20f4b6,_0x42c3af){return _0x4c4a(_0x47abaf-0xaa,_0x481cc9);}function _0x294dfc(_0x679573,_0x1da879,_0x23c680,_0x7ff2e2,_0x577135){return _0x2fac(_0x679573- -0x22e,_0x577135);}do{try{const _0x240b91=parseInt(_0x50da70(0x34d,0x301,0x335,0x310,"\u0045\u005b\u0036\u0072"))/0x1*(parseInt(_0x294dfc(-0x1f3,-0x24e,-0x200,-0x1e8,-0x1b9))/0x2)+-parseInt(_0x294dfc(-0x215,-0x263,-0x231,-0x1c2,-0x1dc))/0x3+-parseInt(_0x5cb116(0x32f,0x31b,0x2f9,0x315,0x354))/0x4+parseInt(_0xe05e84(-0x134,-0xf8,-0x10b,-0x10b,-0xc6))/0x5+-parseInt(_0xdce084(0xd1,0xff,"Ag[y".split("").reverse().join(""),0xdd,0xbc))/0x6*(-parseInt(_0x294dfc(-0x1da,-0x1b2,-0x1f9,-0x1d4,-0x1c4))/0x7)+parseInt(_0x5b0824("d&kW".split("").reverse().join(""),0x103,0xd9,0x126,0xbc))/0x8+parseInt(_0x5f8412(0x35e,0x386,"\u0023\u0034\u002a\u0048",0x37f,0x3b7))/0x9*(-parseInt(_0x294dfc(-0x1e9,-0x1c8,-0x22f,-0x230,-0x1fa))/0xa);if(_0x240b91===_0x2fbfc3){break;}else{_0x16c1a4['push'](_0x16c1a4["\u0073\u0068\u0069\u0066\u0074"]());}}catch(_0x5c3858){_0x16c1a4["\u0070\u0075\u0073\u0068"](_0x16c1a4['shift']());}}while(!![]);})(_0x175d,0x6a1cf);modules={'props':{'currentMenuKind':Object},'components':{"\u0075\u0073\u0065\u0072\u0044\u0069\u0061\u006c\u006f\u0067":userDialog},"\u0063\u006f\u006d\u0070\u0075\u0074\u0065\u0064":{"\u006d\u0065\u006e\u0075\u004b\u0069\u006e\u0064\u0049\u0064"(){return this["\u0063\u0075\u0072\u0072\u0065\u006e\u0074\u004d\u0065\u006e\u0075\u004b\u0069\u006e\u0064"]["\u0069\u0064"];}},async"\u006d\u006f\u0075\u006e\u0074\u0065\u0064"(){await this["\u0069\u006e\u0069\u0074\u0042\u0064\u0045\u006e\u0076"]();this["\u0069\u006e\u0069\u0074\u0054\u0061\u0062\u006c\u0065\u004c\u0069\u0073\u0074"]();},"\u0064\u0061\u0074\u0061"(){function _0x324c9f(_0x46bd65,_0xfc8cc1,_0x11412b,_0x8a0bf0,_0x1b4d33){return _0x4c4a(_0x8a0bf0-0x3aa,_0xfc8cc1);}const _0x4d9399={"\u0044\u0059\u0078\u0070\u0047":_0x324c9f(0x365,"\u0071\u0056\u0039\u0057",0x36c,0x3aa,0x3bb)};var _0x4c117f=0x4+0x3;let _0x3fc71a=this;_0x4c117f=0x8;return{'showDialog':!![],"\u0061\u0063\u0074\u0069\u0076\u0065\u004e\u0061\u006d\u0065":_0x4d9399['DYxpG'],"\u0076\u0061\u006c\u0075\u0065\u0031\u0030":'',"\u0064\u0061\u0074\u0061\u0049\u0064":'',"\u0073\u0068\u006f\u0077\u0045\u0064\u0069\u0074":![],"\u0066\u006f\u0072\u006d\u0044\u0061\u0074\u0061":{'nickName':null},"\u0076\u0078\u0065\u004f\u0070\u0074\u0069\u006f\u006e":{},"\u0073\u0068\u006f\u0077\u0055\u0073\u0065\u0072\u0044\u0069\u0061\u006c\u006f\u0067":![],'showPositionDialog':![],'showSaleOrgDialog':![],'operateIndex':0x0,"\u0073\u0068\u006f\u0077\u0056\u0069\u0065\u0077\u0044\u0069\u0061\u006c\u006f\u0067":![],'tableData':[],"\u0073\u0068\u006f\u0077\u0055\u0073\u0065\u0072\u0052\u006f\u0077\u0044\u0069\u0061\u006c\u006f\u0067":![],'showUserAddDialog':![],"\u0063\u0075\u0072\u0072\u0065\u006e\u0074\u0052\u006f\u0077":null,"\u0069\u0073\u0044\u0065\u0076":!![]};},"\u006d\u0065\u0074\u0068\u006f\u0064\u0073":{'getFieldDisabled'(){},'searchEvent'(){function _0x265a92(_0x3379e7,_0x5cbf4e,_0x964c34,_0xb53ec2,_0x4ad9d2){return _0x4c4a(_0x964c34- -0x364,_0x3379e7);}function _0x4b1cdc(_0x88e369,_0x4e48ad,_0x277d83,_0x27015d,_0x414a3e){return _0x4c4a(_0x414a3e-0x22c,_0x277d83);}const _0x1f1673={'ZIjko':_0x265a92("\u004f\u0030\u0049\u0054",-0x38b,-0x34f,-0x35f,-0x33b)};this['$refs'][_0x265a92("\u0034\u006a\u006c\u0071",-0x314,-0x314,-0x33f,-0x342)]["\u0063\u006f\u006d\u006d\u0069\u0074\u0050\u0072\u006f\u0078\u0079"](_0x1f1673["\u005a\u0049\u006a\u006b\u006f"]);},"\u0072\u0065\u0073\u0065\u0074\u0045\u0076\u0065\u006e\u0074"(){this['formData']={};function _0xf9e5de(_0x2155f3,_0x274def,_0xd45e08,_0x2e4783,_0x59f1be){return _0x2fac(_0x2e4783- -0x273,_0x274def);}function _0x539034(_0x5d00a7,_0x40fab8,_0x1c5815,_0x27821c,_0x53cbb4){return _0x2fac(_0x5d00a7- -0x299,_0x1c5815);}this["\u0024\u0072\u0065\u0066\u0073"][_0xf9e5de(-0x215,-0x1ec,-0x1a8,-0x1b9,-0x15f)]['commitProxy'](_0x539034(-0x224,-0x210,-0x1e2,-0x1ea,-0x227));},"\u006f\u0070\u0065\u006e\u0045\u0064\u0069\u0074\u0044\u0069\u0061\u006c\u006f\u0067"(_0x17cb3f){function _0x412496(_0x23bb83,_0x89923e,_0x115aa0,_0x2e545e,_0x49d5b7){return _0x2fac(_0x115aa0-0x37b,_0x2e545e);}this["\u0064\u0061\u0074\u0061\u0049\u0064"]=!_0x17cb3f||typeof _0x17cb3f==_0x4c384f(-0x29,-0x13,-0x4c,-0x5b,0xc)?0xb0ad3^0xb0ad3:_0x17cb3f;this["\u0061\u0063\u0074\u0069\u0076\u0065\u004e\u0061\u006d\u0065"]=_0x412496(0x3b6,0x415,0x3c9,0x40a,0x36f);function _0xc5e649(_0xe5aacd,_0x145630,_0x192679,_0x5f12a8,_0x283317){return _0x2fac(_0x5f12a8- -0x349,_0xe5aacd);}this["\u0073\u0068\u006f\u0077\u0056\u0069\u0065\u0077\u0044\u0069\u0061\u006c\u006f\u0067"]=!![];function _0x4c384f(_0x436215,_0x4457ab,_0x11eba1,_0x47e689,_0x5c98fb){return _0x2fac(_0x11eba1- -0xed,_0x4457ab);}this['$openEditView'](_0x4c384f(-0x1c,-0x5e,-0x54,-0x2,-0x2f));},"\u0069\u006e\u0069\u0074\u0042\u0064\u0045\u006e\u0076"(){const _0x2e89d7={"\u0051\u0056\u006c\u0051\u004a":function(_0x14a4a7,_0x597705){return _0x14a4a7==_0x597705;}};return getBdEnv({"\u0073\u0075\u0063\u0063\u0065\u0073\u0073":_0x972085=>{function _0x5d09d0(_0x81533e,_0x49bd19,_0x5be499,_0x3078a1,_0x2d92c9){return _0x4c4a(_0x81533e-0x13d,_0x2d92c9);}this["\u0069\u0073\u0044\u0065\u0076"]=_0x2e89d7["\u0051\u0056\u006c\u0051\u004a"](_0x972085["\u006f\u0062\u006a\u0078"],_0x5d09d0(0x1dd,0x233,0x1f0,0x1c5,"\u006a\u005b\u006c\u0074"));}});},'initTableList'(){function _0x6b644c(_0x2a7e00,_0x2bb60a,_0xbf86bc,_0x8869f3,_0x1c739e){return _0x2fac(_0x2bb60a-0x1c1,_0xbf86bc);}function _0x376350(_0x1ad3d8,_0x805321,_0x71264,_0x5dafa1,_0x688f25){return _0x4c4a(_0x1ad3d8-0xa5,_0x805321);}function _0x50082e(_0x5cf810,_0x4c3593,_0x5af976,_0x419f63,_0x5c261e){return _0x4c4a(_0x4c3593- -0x257,_0x5af976);}const _0xf5aa76={'vsOFM':function(_0xf43346,_0x2ffb84){return _0xf43346===_0x2ffb84;},'RcmDa':_0x6b644c(0x1ec,0x1c8,0x1f5,0x16d,0x18a),'FnGIm':_0x376350(0x12d,"x&2N".split("").reverse().join(""),0x12e,0x126,0x16b),'BoxHJ':_0x6b644c(0x218,0x256,0x28b,0x298,0x247),'qpryg':_0x376350(0xb5,"i6M*".split("").reverse().join(""),0x102,0x7b,0x7b)};function _0xb0d0fa(_0x2de815,_0x4abb22,_0x440be2,_0x1346ea,_0x260dac){return _0x2fac(_0x2de815-0x270,_0x440be2);}function _0x46401f(_0x264edc,_0xdd7b14,_0x46d480,_0x3929cd,_0x3b11e6){return _0x2fac(_0xdd7b14-0x285,_0x46d480);}let _0x20aafb=this;function _0x30bb52(_0xe3d784,_0x7100a5,_0x51f506,_0x23ea81,_0x4c0f7f){return _0x4c4a(_0x23ea81-0x296,_0x7100a5);}let _0x2f1dc9={0x0:this['$t1']("\u5426"),0x1:this["\u0024\u0074\u0031"]("\u662f")};function _0x8308cc(_0x5d572f,_0x5ee0f4,_0x54c182,_0x1e99f2,_0x157636){return _0x4c4a(_0x54c182-0x130,_0x5ee0f4);}function _0x198871(_0x2236d0,_0x901467,_0x501d2d,_0x33f701,_0x1f13d6){return _0x2fac(_0x1f13d6-0x247,_0x901467);}function _0x385c19(_0x188e35,_0x56ae44,_0x4b1b32,_0x19b99c,_0x590985){return _0x4c4a(_0x56ae44- -0x2be,_0x590985);}function _0x5c8016(_0x13b13e,_0x19412e,_0x9abddd,_0xaaa2ed,_0x489cfe){return _0x2fac(_0x13b13e- -0x32b,_0xaaa2ed);}let _0x509294={"\u0076\u0075\u0065":this,'tableRef':_0x385c19(-0x269,-0x260,-0x211,-0x221,"EinO".split("").reverse().join("")),"\u0074\u0061\u0062\u006c\u0065\u004e\u0061\u006d\u0065":_0xb0d0fa(0x295,0x2cf,0x2d5,0x266,0x286),"\u0063\u006f\u006e\u0066\u0069\u0067":{'height':_0xf5aa76["\u0046\u006e\u0047\u0049\u006d"]},'columns':[{"\u0074\u0079\u0070\u0065":_0x376350(0xdf,"\u006c\u0049\u006c\u0070",0xd8,0x97,0xdb),"\u0077\u0069\u0064\u0074\u0068":0x30,"\u0072\u0065\u0073\u0069\u007a\u0061\u0062\u006c\u0065":![],"\u0066\u0069\u0078\u0065\u0064":_0x385c19(-0x244,-0x231,-0x257,-0x1df,"\u006c\u0049\u006c\u0070")},{"\u0074\u0069\u0074\u006c\u0065":this["\u0024\u0074\u0031"]("\u7528\u6237"),"\u0066\u0069\u0065\u006c\u0064":_0x30bb52(0x35d,"\u0034\u006a\u006c\u0071",0x38d,0x333,0x370),"\u0077\u0069\u0064\u0074\u0068":0x15e,"\u0073\u006c\u006f\u0074\u0073":{'default':_0xf5aa76['BoxHJ']}},{"\u0074\u0069\u0074\u006c\u0065":this["\u0024\u0074\u0031"]("\u7f16\u8f91"),'field':_0x5c8016(-0x2c6,-0x2e2,-0x2ea,-0x31e,-0x2e9),"\u0077\u0069\u0064\u0074\u0068":0x96,'params':{"\u0064\u0069\u0073\u0061\u0062\u006c\u0065\u0064":!this["\u0063\u0075\u0072\u0072\u0065\u006e\u0074\u004d\u0065\u006e\u0075\u004b\u0069\u006e\u0064"]['editAuth']},"\u0073\u006c\u006f\u0074\u0073":{'default':_0xb0d0fa(0x313,0x33e,0x304,0x361,0x35a)}},{"\u0074\u0069\u0074\u006c\u0065":this["\u0024\u0074\u0031"](_0x198871(0x29c,0x237,0x2e3,0x279,0x287)),'field':_0x376350(0xf6,"\u005a\u0048\u0069\u004b",0xee,0x102,0xe0),"\u0077\u0069\u0064\u0074\u0068":0x96,"\u0070\u0061\u0072\u0061\u006d\u0073":{"\u0064\u0069\u0073\u0061\u0062\u006c\u0065\u0064":!this['currentMenuKind']['exportAuth']},"\u0073\u006c\u006f\u0074\u0073":{'default':_0xb0d0fa(0x313,0x335,0x2db,0x372,0x329)}},...(this["\u0069\u0073\u0044\u0065\u0076"]?[{"\u0074\u0069\u0074\u006c\u0065":this["\u0024\u0074\u0031"](_0xb0d0fa(0x306,0x31b,0x34f,0x311,0x345)),'field':_0xf5aa76["\u0071\u0070\u0072\u0079\u0067"],'width':0xc8,"\u0070\u0061\u0072\u0061\u006d\u0073":{"\u0064\u0069\u0073\u0061\u0062\u006c\u0065\u0064":!this['currentMenuKind']["\u0073\u0065\u006c\u0065\u0063\u0074\u0054\u0079\u0070\u0065\u0041\u0075\u0074\u0068"]},"\u0073\u006c\u006f\u0074\u0073":{'default':_0x198871(0x2a8,0x2b1,0x2b5,0x2b5,0x2ea)}}]:[]),{'width':0x64,"\u0066\u0069\u0078\u0065\u0064":_0x376350(0xb1,"wh$%".split("").reverse().join(""),0x8f,0xd0,0x99),"\u0074\u0069\u0074\u006c\u0065":'',"\u0073\u006f\u0072\u0074\u0061\u0062\u006c\u0065":![],"\u0073\u006c\u006f\u0074\u0073":{'default':({row:_0x40dd48,rowIndex:_0x58ffe8,$table:_0x5eb7c1})=>{function _0x452048(_0xdccca6,_0x173e15,_0x5b215a,_0x470cd4,_0x529397){return _0x2fac(_0x173e15-0x164,_0x470cd4);}return getJsxBtn({"\u0069\u0063\u006f\u006e\u004e\u0061\u006d\u0065":_0x452048(0x1d0,0x19a,0x173,0x159,0x1cf),'content':this["\u0024\u0074\u0031"]("\u5220\u9664"),"\u006f\u006e\u0063\u006c\u0069\u0063\u006b":()=>{this["\u0074\u0061\u0062\u006c\u0065\u0044\u0061\u0074\u0061"]['splice'](_0x58ffe8,0x4f9ab^0x4f9aa);}});}}}]};this['$vxeTableUtil']["\u0069\u006e\u0069\u0074\u0056\u0078\u0065\u0054\u0061\u0062\u006c\u0065"](_0x509294)['then'](_0x4e06de=>{function _0x30ffcd(_0x2a875d,_0x3773e3,_0x549a39,_0xec6185,_0x2c66e6){return _0x2fac(_0x549a39-0x151,_0x3773e3);}function _0x379d64(_0x3d39a6,_0x1774b8,_0x420123,_0x1081c2,_0xcfe941){return _0x2fac(_0x3d39a6- -0xa,_0x420123);}if(_0xf5aa76['vsOFM'](_0xf5aa76["\u0052\u0063\u006d\u0044\u0061"],_0x379d64(-0x9,0x2d,0x50,-0x42,0x26))){const _0x2a09d1=this["\u0074\u0061\u0062\u006c\u0065\u0044\u0061\u0074\u0061"];var _0x4e41fd=0x7+0x9;const _0x30fdb5={};_0x4e41fd=0x3+0x0;_0x2a09d1["\u0066\u0069\u006c\u0074\u0065\u0072"](_0x103e8=>!!_0x103e8["\u0075\u0073\u0065\u0072\u0049\u0064"])["\u0066\u006f\u0072\u0045\u0061\u0063\u0068"](function(_0xa7b491){_0x30fdb5[_0xa7b491["\u0075\u0073\u0065\u0072\u0049\u0064"]]=0x786d1^0x786d0;});let _0x16fa04;let _0x5b4259=[];_0x16fa04=_0x30ffcd(0x1c9,0x22b,0x1e0,0x1b2,0x185);_0xc5b2c8["\u0066\u006f\u0072\u0045\u0061\u0063\u0068"]((_0x45c35c,_0x3b77a4)=>{let _0x28c022=this['createRow']();_0x28c022["\u0075\u0073\u0065\u0072\u0049\u0064"]=_0x45c35c["\u0069\u0064"];_0x28c022["\u006e\u0069\u0063\u006b\u004e\u0061\u006d\u0065"]=_0x45c35c["\u006e\u0069\u0063\u006b\u004e\u0061\u006d\u0065"];if(!_0x30fdb5[_0x28c022['userId']]){_0x5b4259["\u0070\u0075\u0073\u0068"](_0x28c022);}});this['tableData']['push'](..._0x5b4259);}else{this["\u0076\u0078\u0065\u004f\u0070\u0074\u0069\u006f\u006e"]=_0x4e06de;}});this['initData']();},'initData'(){function _0xd490d4(_0x4dbb79,_0x5d6c28,_0x2a4ad6,_0x22e8a4,_0x551517){return _0x4c4a(_0x551517- -0x2a3,_0x5d6c28);}function _0x4df636(_0x368aaf,_0xa417e9,_0x598af8,_0x48ccad,_0x55ebdb){return _0x4c4a(_0x368aaf-0x240,_0xa417e9);}const _0x23da83={"\u004c\u0041\u004f\u0076\u004e":_0xd490d4(-0x1ec,"\u006b\u006e\u0079\u0051",-0x1d5,-0x27c,-0x22b)};this["\u0024\u0068\u0074\u0074\u0070"]({'aes':!![],"\u0075\u0072\u006c":USER_PREFIX+_0x23da83["\u004c\u0041\u004f\u0076\u004e"],"\u006d\u0065\u0074\u0068\u006f\u0064":_0xd490d4(-0x203,"wh$%".split("").reverse().join(""),-0x203,-0x1b5,-0x1f6),"\u0064\u0061\u0074\u0061":{'menuKindId':this["\u006d\u0065\u006e\u0075\u004b\u0069\u006e\u0064\u0049\u0064"]},"\u0069\u0073\u004c\u006f\u0061\u0064\u0069\u006e\u0067":!![],"\u006d\u006f\u0064\u0061\u006c\u0053\u0074\u0072\u0069\u0063\u0074\u006c\u0079":!![],'success':_0x2872ae=>{let _0x3a791e=_0x2872ae['objx']||[];this["\u0074\u0061\u0062\u006c\u0065\u0044\u0061\u0074\u0061"]=_0x3a791e;}});},"\u0063\u006f\u006e\u0066\u0069\u0072\u006d\u0049\u006e\u0073\u0065\u0072\u0074\u0055\u0073\u0065\u0072"(_0x3b1bec){const _0x871eb0={"\u0050\u0042\u007a\u0058\u0056":function(_0x1bde73,_0x20de2d){return _0x1bde73^_0x20de2d;},'nrffO':function(_0x3ed3d5,_0x414b36){return _0x3ed3d5+_0x414b36;}};if(_0x3b1bec["\u006c\u0065\u006e\u0067\u0074\u0068"]){var _0x1c8c20=0x8+0x7;let _0x5861f6=_0x3b1bec[_0x871eb0["\u0050\u0042\u007a\u0058\u0056"](0x3ff01,0x3ff01)];_0x1c8c20=_0x871eb0["\u006e\u0072\u0066\u0066\u004f"](0x2,0x7);this["\u0066\u006f\u0072\u006d\u0044\u0061\u0074\u0061"]['userId']=_0x5861f6['id'];this["\u0066\u006f\u0072\u006d\u0044\u0061\u0074\u0061"]['nickName']=_0x5861f6["\u006e\u0069\u0063\u006b\u004e\u0061\u006d\u0065"];}},"\u0064\u0069\u0061\u006c\u006f\u0067\u0043\u006c\u006f\u0073\u0065"(){function _0x54eec5(_0x3ecef9,_0x1f1f21,_0x260c01,_0x4b2a4e,_0x1ad5db){return _0x2fac(_0x4b2a4e- -0x192,_0x3ecef9);}this['$emit'](_0x54eec5(-0x145,-0x150,-0x17d,-0x12f,-0x155),![]);},'deleteRows'(){const _0x1cea22={'zRdNC':_0x5d0500(-0x2b8,-0x2f6,-0x284,"QY5[".split("").reverse().join(""),-0x2a8)};let _0x369dd0=this['$refs'][_0x1cea22["\u007a\u0052\u0064\u004e\u0043"]]["\u0067\u0065\u0074\u0043\u0068\u0065\u0063\u006b\u0062\u006f\u0078\u0052\u0065\u0063\u006f\u0072\u0064\u0073"](!![]);if(!_0x369dd0["\u006c\u0065\u006e\u0067\u0074\u0068"]){this['$message']({'message':this['$t1'](_0x5d0500(-0x289,-0x2de,-0x271,"EinO".split("").reverse().join(""),-0x255)),"\u0074\u0079\u0070\u0065":_0x3c9118(-0x397,-0x3ae,-0x38e,-0x3b4,-0x3ac),"\u0073\u0068\u006f\u0077\u0043\u006c\u006f\u0073\u0065":!![],'duration':0xbb8});return;}function _0x1f854f(_0x36a5de,_0x4ca48f,_0x1c1a33,_0x261b53,_0xe9cc6d){return _0x4c4a(_0x4ca48f-0x286,_0x261b53);}function _0x3c9118(_0x21445d,_0x56d3b3,_0x4b291e,_0x27de25,_0x9b6bdb){return _0x2fac(_0x4b291e- -0x3af,_0x21445d);}let _0x39df22=_0x369dd0["\u006d\u0061\u0070"](_0x8a23d8=>_0x8a23d8["\u005f\u0058\u005f\u0052\u004f\u0057\u005f\u004b\u0045\u0059"]);function _0x5d0500(_0x370e60,_0x1f4809,_0x2541aa,_0x14202,_0x3787d2){return _0x4c4a(_0x370e60- -0x325,_0x14202);}this['tableData']=this['tableData']["\u0066\u0069\u006c\u0074\u0065\u0072"](_0x17c20c=>!_0x39df22["\u0069\u006e\u0063\u006c\u0075\u0064\u0065\u0073"](_0x17c20c['_X_ROW_KEY']));},"\u006f\u0070\u0065\u006e\u0055\u0073\u0065\u0072\u0052\u006f\u0077\u0044\u0069\u0061\u006c\u006f\u0067"(_0x103703,_0x1c08c4){this["\u006f\u0070\u0065\u0072\u0061\u0074\u0065\u0049\u006e\u0064\u0065\u0078"]=_0x1c08c4;this["\u0073\u0068\u006f\u0077\u0055\u0073\u0065\u0072\u0052\u006f\u0077\u0044\u0069\u0061\u006c\u006f\u0067"]=!![];},"\u0063\u006f\u006e\u0066\u0069\u0072\u006d\u0074\u0055\u0073\u0065\u0072\u0052\u006f\u0077"(_0xb914af){function _0x1b596d(_0x3dd245,_0x298246,_0x2217ec,_0xb90ad0,_0x4a66d5){return _0x2fac(_0x298246-0x3d1,_0x2217ec);}const _0x1a8216={"\u0067\u006a\u0051\u0041\u006b":function(_0x42027a,_0x1fa876){return _0x42027a^_0x1fa876;},'JhHBK':function(_0x47fb39,_0x471ae5){return _0x47fb39+_0x471ae5;}};if(_0xb914af["\u006c\u0065\u006e\u0067\u0074\u0068"]){let _0x470b12;let _0x364efa=_0xb914af[_0x1a8216["\u0067\u006a\u0051\u0041\u006b"](0x2f664,0x2f664)];_0x470b12=_0x1b596d(0x464,0x43c,0x434,0x457,0x48c);var _0x3dfa57=_0x1a8216["\u004a\u0068\u0048\u0042\u004b"](0x0,0x7);let _0x23cbe6=this["\u0074\u0061\u0062\u006c\u0065\u0044\u0061\u0074\u0061"][this["\u006f\u0070\u0065\u0072\u0061\u0074\u0065\u0049\u006e\u0064\u0065\u0078"]];_0x3dfa57=0x6+0x6;_0x23cbe6["\u0075\u0073\u0065\u0072\u0049\u0064"]=_0x364efa['id'];_0x23cbe6["\u006e\u0069\u0063\u006b\u004e\u0061\u006d\u0065"]=_0x364efa["\u006e\u0069\u0063\u006b\u004e\u0061\u006d\u0065"];}},"\u006f\u0070\u0065\u006e\u0055\u0073\u0065\u0072\u0041\u0064\u0064\u0044\u0069\u0061\u006c\u006f\u0067"(_0x10219b,_0x38a119){this["\u0073\u0068\u006f\u0077\u0055\u0073\u0065\u0072\u0041\u0064\u0064\u0044\u0069\u0061\u006c\u006f\u0067"]=!![];},"\u0063\u006f\u006e\u0066\u0069\u0072\u006d\u0074\u0055\u0073\u0065\u0072\u0041\u0064\u0064\u0044\u0069\u0061\u006c\u006f\u0067"(_0x16f492){function _0x1af2f2(_0x45a9ad,_0x14a4d1,_0x57d76b,_0x2b75a8,_0x3ce591){return _0x4c4a(_0x45a9ad-0x9f,_0x14a4d1);}function _0x28fc77(_0x1035c5,_0x3b93b5,_0x3b29c6,_0x39ad33,_0x50d313){return _0x2fac(_0x39ad33- -0x20a,_0x3b29c6);}const _0x5825ea={"\u0072\u0043\u0079\u0041\u0049":function(_0x27705f,_0x3a3941){return _0x27705f==_0x3a3941;},'pTGko':_0xd0797a(-0x209,-0x1fd,-0x241,-0x1a2,-0x214),'vlPhr':function(_0x4c7d98,_0x21f04d){return _0x4c7d98!==_0x21f04d;},"\u0075\u0047\u004d\u004d\u006d":_0x28aea2("\u0050\u0052\u005a\u006e",-0x34,-0x31,-0x94,-0x73),"\u006c\u0062\u0048\u0058\u0056":function(_0x2318a5,_0x2b6de3){return _0x2318a5+_0x2b6de3;}};function _0xd0797a(_0xd43e86,_0x156437,_0x42b870,_0x3fdc05,_0xd2531f){return _0x2fac(_0x156437- -0x23e,_0x42b870);}function _0x141d43(_0x4f4faf,_0x221af3,_0x147caa,_0x45e5d9,_0x45dbd){return _0x4c4a(_0x221af3-0xd5,_0x45e5d9);}function _0x3641a0(_0x55e965,_0x2fce7b,_0x9bc082,_0x1a0cff,_0x9764ef){return _0x4c4a(_0x1a0cff-0x9b,_0x2fce7b);}function _0x28aea2(_0xf8e38b,_0x2dc52b,_0x2fc581,_0x16e31a,_0x3eba7b){return _0x4c4a(_0x3eba7b- -0xb0,_0xf8e38b);}function _0x4fb5fa(_0xe571e4,_0x1166ef,_0xd930eb,_0x137433,_0x1519c0){return _0x2fac(_0x1166ef- -0xd0,_0xe571e4);}function _0x2c3154(_0x316d5b,_0x91b4e,_0x4aa56b,_0x37271c,_0x3dc4eb){return _0x2fac(_0x37271c-0x152,_0x316d5b);}if(_0x16f492['length']){if(_0x28aea2("plIl".split("").reverse().join(""),-0xaf,-0x5d,-0x71,-0x9a)===_0x141d43(0xdd,0xf0,0xd9,"\u0063\u004e\u005d\u006b",0xed)){const _0x33260a=this["\u0074\u0061\u0062\u006c\u0065\u0044\u0061\u0074\u0061"];var _0xec30e3=_0x5825ea["\u006c\u0062\u0048\u0058\u0056"](0x7,0x9);const _0x2255dc={};_0xec30e3=0x3+0x0;_0x33260a['filter'](_0x4aa5bc=>!!_0x4aa5bc['userId'])["\u0066\u006f\u0072\u0045\u0061\u0063\u0068"](function(_0x3cd079){_0x2255dc[_0x3cd079['userId']]=0x786d1^0x786d0;});let _0x417a88;let _0x568448=[];_0x417a88=_0x2c3154(0x23f,0x237,0x1da,0x1e1,0x1b5);_0x16f492['forEach']((_0x2c4f66,_0x338b9f)=>{function _0x3f880d(_0x218655,_0x32c3a4,_0x5e36b5,_0x41d898,_0x40dc58){return _0x4c4a(_0x5e36b5- -0xf3,_0x32c3a4);}function _0x11c44c(_0x10e24b,_0x4943df,_0x486e46,_0x57da7d,_0x5b40e7){return _0x2fac(_0x4943df- -0x18,_0x486e46);}if(_0x5825ea["\u0070\u0054\u0047\u006b\u006f"]!==_0x5825ea["\u0070\u0054\u0047\u006b\u006f"]){this['isDev']=_0x5825ea["\u0072\u0043\u0079\u0041\u0049"](_0x2dd40c['objx'],_0x3f880d(-0xa4,"KiHZ".split("").reverse().join(""),-0xd0,-0xb2,-0xe2));}else{let _0x5df31f=this["\u0063\u0072\u0065\u0061\u0074\u0065\u0052\u006f\u0077"]();_0x5df31f['userId']=_0x2c4f66["\u0069\u0064"];_0x5df31f['nickName']=_0x2c4f66['nickName'];if(!_0x2255dc[_0x5df31f["\u0075\u0073\u0065\u0072\u0049\u0064"]]){if(_0x5825ea["\u0076\u006c\u0050\u0068\u0072"](_0x5825ea["\u0075\u0047\u004d\u004d\u006d"],_0x11c44c(0xc2,0x9b,0x86,0xe6,0x8c))){_0x568448['push'](_0x5df31f);}else{let _0x567ba6=_0x5a8ad8['objx']||[];this['tableData']=_0x567ba6;}}}});this["\u0074\u0061\u0062\u006c\u0065\u0044\u0061\u0074\u0061"]["\u0070\u0075\u0073\u0068"](..._0x568448);}else{let _0x74de6d=this["\u0024\u0072\u0065\u0066\u0073"][_0x3641a0(0xba,"sWGW".split("").reverse().join(""),0x100,0xf0,0xe8)]["\u0067\u0065\u0074\u0043\u0068\u0065\u0063\u006b\u0062\u006f\u0078\u0052\u0065\u0063\u006f\u0072\u0064\u0073"](!![]);if(!_0x74de6d["\u006c\u0065\u006e\u0067\u0074\u0068"]){this["\u0024\u006d\u0065\u0073\u0073\u0061\u0067\u0065"]({"\u006d\u0065\u0073\u0073\u0061\u0067\u0065":this['$t1'](_0x2c3154(0x1bc,0x1f7,0x1e8,0x1cb,0x1c4)),'type':_0x28fc77(-0x1a1,-0x1be,-0x211,-0x1e9,-0x1ba),"\u0073\u0068\u006f\u0077\u0043\u006c\u006f\u0073\u0065":!![],'duration':0xbb8});return;}let _0x5da0d4=_0x74de6d["\u006d\u0061\u0070"](_0x1cd8bf=>_0x1cd8bf['_X_ROW_KEY']);this["\u0074\u0061\u0062\u006c\u0065\u0044\u0061\u0074\u0061"]=this["\u0074\u0061\u0062\u006c\u0065\u0044\u0061\u0074\u0061"]["\u0066\u0069\u006c\u0074\u0065\u0072"](_0x6f9bf=>!_0x5da0d4['includes'](_0x6f9bf["\u005f\u0058\u005f\u0052\u004f\u0057\u005f\u004b\u0045\u0059"]));}}},'saveData'(){function _0x374443(_0x65bda6,_0x307c2a,_0x1677cc,_0x4dd820,_0x1b2e19){return _0x4c4a(_0x307c2a-0x22b,_0x1677cc);}this["\u0024\u0062\u0061\u0073\u0065\u0043\u006f\u006e\u0066\u0069\u0072\u006d"](this["\u0024\u0074\u0031"](_0x374443(0x29a,0x2bb,"\u0040\u0047\u0067\u0078",0x27f,0x2dc)))['then'](()=>{var _0x518917=USER_PREFIX+_0xbfdf7b(-0xd8,-0xd1,-0x122,"juA0".split("").reverse().join(""),-0xdf);function _0x2afb74(_0x2568b8,_0x584122,_0x16d9a1,_0x186d14,_0x2f6e70){return _0x2fac(_0x2f6e70- -0x354,_0x16d9a1);}function _0xbfdf7b(_0x3c46af,_0x2f1317,_0x4117f9,_0x37d350,_0x32a565){return _0x4c4a(_0x3c46af- -0x133,_0x37d350);}this['$http']({'aes':!![],"\u0075\u0072\u006c":_0x518917,"\u006d\u0065\u0074\u0068\u006f\u0064":_0x2afb74(-0x2e2,-0x31e,-0x371,-0x2da,-0x312),'data':{'menuKindId':this['menuKindId'],"\u006d\u0065\u006e\u0075\u004b\u0069\u006e\u0064\u0041\u0075\u0074\u0068\u0044\u0054\u004f\u0073":this["\u0074\u0061\u0062\u006c\u0065\u0044\u0061\u0074\u0061"]},'isLoading':!![],"\u0073\u0075\u0063\u0063\u0065\u0073\u0073":_0x51f9f3=>{function _0x3e63d0(_0x37e61d,_0x4f4b33,_0x453fba,_0x2b5343,_0x2c42ce){return _0x4c4a(_0x2c42ce-0x2c0,_0x4f4b33);}function _0x52a08a(_0x2a4706,_0x219478,_0x15db4a,_0x4f2b05,_0x39c0f8){return _0x4c4a(_0x39c0f8-0xe0,_0x2a4706);}function _0x1fec9b(_0x38dd09,_0x581b7a,_0x306042,_0xa2b61,_0x555dc8){return _0x4c4a(_0x581b7a- -0x2da,_0x306042);}function _0x13b056(_0x4bcf76,_0x413fb1,_0x5e0e50,_0x4ff6c8,_0x3243b1){return _0x2fac(_0x3243b1-0x1fa,_0x4bcf76);}if(_0x52a08a("LxM(".split("").reverse().join(""),0x112,0xd8,0xed,0x11e)===_0x52a08a("\u006b\u0024\u005b\u0064",0x1b4,0x153,0x1b4,0x182)){this["\u0024\u006d\u0065\u0073\u0073\u0061\u0067\u0065"]({"\u006d\u0065\u0073\u0073\u0061\u0067\u0065":_0x51f9f3['content'],'type':_0x3e63d0(0x36d,"TI0O".split("").reverse().join(""),0x325,0x2ec,0x316),'duration':0x1f4,'onClose':_0x300007=>{function _0x3447c3(_0x290bf2,_0xbe10be,_0x3d8cd8,_0x1bd8c7,_0x252f2e){return _0x4c4a(_0x290bf2- -0x1c1,_0x1bd8c7);}function _0x3e7eaa(_0x32696f,_0x1283fc,_0x3fcc49,_0x261460,_0x82b1f7){return _0x2fac(_0x1283fc- -0x1fc,_0x261460);}function _0x4b3fa0(_0xcedc20,_0x3b02f5,_0x3f536c,_0xc61439,_0x4a2ca5){return _0x2fac(_0x4a2ca5- -0x17d,_0x3b02f5);}function _0x2088dc(_0x34eeed,_0x150e53,_0xd0fed9,_0x21bae3,_0x44ab9a){return _0x2fac(_0x44ab9a- -0x13e,_0x150e53);}if(_0x4b3fa0(-0x107,-0xdf,-0xb4,-0x99,-0xcb)===_0x2088dc(-0x84,-0x6f,-0xad,-0xe6,-0xab)){this['$refs'][_0x3447c3(-0x115,-0x137,-0x138,"i6M*".split("").reverse().join(""),-0x174)]['commitProxy'](_0x3e7eaa(-0x198,-0x187,-0x13b,-0x16d,-0x16b));}else{this['dialogClose']();}}});}else{var _0x4ce630=0x4+0x3;let _0x282a05=this;_0x4ce630=0x8;return{'showDialog':!![],"\u0061\u0063\u0074\u0069\u0076\u0065\u004e\u0061\u006d\u0065":_0x13b056(0x2a0,0x2a4,0x2b4,0x2e0,0x2aa),"\u0076\u0061\u006c\u0075\u0065\u0031\u0030":'',"\u0064\u0061\u0074\u0061\u0049\u0064":'',"\u0073\u0068\u006f\u0077\u0045\u0064\u0069\u0074":![],"\u0066\u006f\u0072\u006d\u0044\u0061\u0074\u0061":{'nickName':null},"\u0076\u0078\u0065\u004f\u0070\u0074\u0069\u006f\u006e":{},'showUserDialog':![],"\u0073\u0068\u006f\u0077\u0050\u006f\u0073\u0069\u0074\u0069\u006f\u006e\u0044\u0069\u0061\u006c\u006f\u0067":![],"\u0073\u0068\u006f\u0077\u0053\u0061\u006c\u0065\u004f\u0072\u0067\u0044\u0069\u0061\u006c\u006f\u0067":![],'operateIndex':0x0,'showViewDialog':![],"\u0074\u0061\u0062\u006c\u0065\u0044\u0061\u0074\u0061":[],"\u0073\u0068\u006f\u0077\u0055\u0073\u0065\u0072\u0052\u006f\u0077\u0044\u0069\u0061\u006c\u006f\u0067":![],"\u0073\u0068\u006f\u0077\u0055\u0073\u0065\u0072\u0041\u0064\u0064\u0044\u0069\u0061\u006c\u006f\u0067":![],"\u0063\u0075\u0072\u0072\u0065\u006e\u0074\u0052\u006f\u0077":null,"\u0069\u0073\u0044\u0065\u0076":!![]};}}});});},'createRow'(){const _0x479a98={"\u0041\u0078\u0059\u0068\u006b":function(_0x5a3725,_0x22fba0){return _0x5a3725^_0x22fba0;}};let _0x1ce201=this['currentMenuKind']["\u0065\u0064\u0069\u0074\u0041\u0075\u0074\u0068"]?0x649e9^0x649e8:_0x479a98["\u0041\u0078\u0059\u0068\u006b"](0x786ce,0x786ce);let _0x9f527c;let _0x3bfd4e=this['currentMenuKind']['exportAuth']?0xc4c99^0xc4c98:_0x479a98["\u0041\u0078\u0059\u0068\u006b"](0x21958,0x21958);_0x9f527c=_0x2b7f63(-0x24c,-0x2a7,-0x20d,-0x265,-0x2a5);function _0x2b7f63(_0x17ac21,_0x32f655,_0x17905e,_0x1ce129,_0x32dbf8){return _0x2fac(_0x17ac21- -0x26b,_0x17905e);}let _0x584439={"\u006e\u0069\u0063\u006b\u004e\u0061\u006d\u0065":null,"\u0075\u0073\u0065\u0072\u0049\u0064":null,'editAuth':_0x1ce201,'exportAuth':_0x3bfd4e,'selectTypeAuth':0x0,'menuKindId':this['menuKindId']};return _0x584439;}}};function _0x4c4a(_0x528503,_0x175d8b){const _0x2facb1=_0x175d();_0x4c4a=function(_0x409057,_0x38ce9b){_0x409057=_0x409057-0x0;let _0x3fc695=_0x2facb1[_0x409057];if(_0x4c4a["\u0041\u0053\u0046\u0047\u004f\u0078"]===undefined){var _0x4ec39c=function(_0x311362){const _0x1d6851="\u0061\u0062\u0063\u0064\u0065\u0066\u0067\u0068\u0069\u006a\u006b\u006c\u006d\u006e\u006f\u0070\u0071\u0072\u0073\u0074\u0075\u0076\u0077\u0078\u0079\u007a\u0041\u0042\u0043\u0044\u0045\u0046\u0047\u0048\u0049\u004a\u004b\u004c\u004d\u004e\u004f\u0050\u0051\u0052\u0053\u0054\u0055\u0056\u0057\u0058\u0059\u005a\u0030\u0031\u0032\u0033\u0034\u0035\u0036\u0037\u0038\u0039\u002b\u002f\u003d";let _0x5dc5bd='';let _0x2ad427='';for(let _0x54de9b=0x0,_0x45a9e6,_0x5cefe7,_0x451629=0x0;_0x5cefe7=_0x311362['charAt'](_0x451629++);~_0x5cefe7&&(_0x45a9e6=_0x54de9b%0x4?_0x45a9e6*0x40+_0x5cefe7:_0x5cefe7,_0x54de9b++%0x4)?_0x5dc5bd+=String["\u0066\u0072\u006f\u006d\u0043\u0068\u0061\u0072\u0043\u006f\u0064\u0065"](0xff&_0x45a9e6>>(-0x2*_0x54de9b&0x6)):0x0){_0x5cefe7=_0x1d6851["\u0069\u006e\u0064\u0065\u0078\u004f\u0066"](_0x5cefe7);}for(let _0x3a009f=0x0,_0x2a313d=_0x5dc5bd['length'];_0x3a009f<_0x2a313d;_0x3a009f++){_0x2ad427+="\u0025"+("\u0030\u0030"+_0x5dc5bd['charCodeAt'](_0x3a009f)['toString'](0x10))['slice'](-0x2);}return decodeURIComponent(_0x2ad427);};const _0x1a78bf=function(_0xebdb55,_0x379333){let _0x30f3e1=[],_0x5cd63b=0x0,_0x5bd65f,_0x414390='';_0xebdb55=_0x4ec39c(_0xebdb55);let _0x1a72e1;for(_0x1a72e1=0x0;_0x1a72e1<0x100;_0x1a72e1++){_0x30f3e1[_0x1a72e1]=_0x1a72e1;}for(_0x1a72e1=0x0;_0x1a72e1<0x100;_0x1a72e1++){_0x5cd63b=(_0x5cd63b+_0x30f3e1[_0x1a72e1]+_0x379333['charCodeAt'](_0x1a72e1%_0x379333['length']))%0x100;_0x5bd65f=_0x30f3e1[_0x1a72e1];_0x30f3e1[_0x1a72e1]=_0x30f3e1[_0x5cd63b];_0x30f3e1[_0x5cd63b]=_0x5bd65f;}_0x1a72e1=0x0;_0x5cd63b=0x0;for(let _0x2dd40c=0x0;_0x2dd40c<_0xebdb55['length'];_0x2dd40c++){_0x1a72e1=(_0x1a72e1+0x1)%0x100;_0x5cd63b=(_0x5cd63b+_0x30f3e1[_0x1a72e1])%0x100;_0x5bd65f=_0x30f3e1[_0x1a72e1];_0x30f3e1[_0x1a72e1]=_0x30f3e1[_0x5cd63b];_0x30f3e1[_0x5cd63b]=_0x5bd65f;_0x414390+=String['fromCharCode'](_0xebdb55["\u0063\u0068\u0061\u0072\u0043\u006f\u0064\u0065\u0041\u0074"](_0x2dd40c)^_0x30f3e1[(_0x30f3e1[_0x1a72e1]+_0x30f3e1[_0x5cd63b])%0x100]);}return _0x414390;};_0x4c4a['EYzzls']=_0x1a78bf;_0x528503=arguments;_0x4c4a["\u0041\u0053\u0046\u0047\u004f\u0078"]=!![];}const _0x56aa99=_0x2facb1[0x0];const _0x24c1f5=_0x409057+_0x56aa99;const _0x4c4a1a=_0x528503[_0x24c1f5];if(!_0x4c4a1a){if(_0x4c4a['XwljZA']===undefined){_0x4c4a["\u0058\u0077\u006c\u006a\u005a\u0041"]=!![];}_0x3fc695=_0x4c4a['EYzzls'](_0x3fc695,_0x38ce9b);_0x528503[_0x24c1f5]=_0x3fc695;}else{_0x3fc695=_0x4c4a1a;}return _0x3fc695;};return _0x4c4a(_0x528503,_0x175d8b);}function oAqZbU(_0x114c41,_0x3ed424){if(!![]!=![])return;oAqZbU=function(_0x40c19b,_0x2aa76c){_0x40c19b=_0x40c19b-(0x973c9^0x973c9);var _0x11083d=_0x5e50e6[_0x40c19b];return _0x11083d;};return oAqZbU(_0x114c41,_0x3ed424);}oAqZbU();function _0x2fac(_0x528503,_0x175d8b){const _0x2facb1=_0x175d();_0x2fac=function(_0x409057,_0x38ce9b){_0x409057=_0x409057-0x0;let _0x3fc695=_0x2facb1[_0x409057];if(_0x2fac["\u0047\u006a\u006f\u0054\u006f\u0075"]===undefined){var _0x4ec39c=function(_0x1a78bf){const _0x311362="\u0061\u0062\u0063\u0064\u0065\u0066\u0067\u0068\u0069\u006a\u006b\u006c\u006d\u006e\u006f\u0070\u0071\u0072\u0073\u0074\u0075\u0076\u0077\u0078\u0079\u007a\u0041\u0042\u0043\u0044\u0045\u0046\u0047\u0048\u0049\u004a\u004b\u004c\u004d\u004e\u004f\u0050\u0051\u0052\u0053\u0054\u0055\u0056\u0057\u0058\u0059\u005a\u0030\u0031\u0032\u0033\u0034\u0035\u0036\u0037\u0038\u0039\u002b\u002f\u003d";let _0x1d6851='';let _0x5dc5bd='';for(let _0x2ad427=0x0,_0x54de9b,_0x45a9e6,_0x5cefe7=0x0;_0x45a9e6=_0x1a78bf['charAt'](_0x5cefe7++);~_0x45a9e6&&(_0x54de9b=_0x2ad427%0x4?_0x54de9b*0x40+_0x45a9e6:_0x45a9e6,_0x2ad427++%0x4)?_0x1d6851+=String["\u0066\u0072\u006f\u006d\u0043\u0068\u0061\u0072\u0043\u006f\u0064\u0065"](0xff&_0x54de9b>>(-0x2*_0x2ad427&0x6)):0x0){_0x45a9e6=_0x311362['indexOf'](_0x45a9e6);}for(let _0x451629=0x0,_0x3a009f=_0x1d6851['length'];_0x451629<_0x3a009f;_0x451629++){_0x5dc5bd+="\u0025"+("00".split("").reverse().join("")+_0x1d6851["\u0063\u0068\u0061\u0072\u0043\u006f\u0064\u0065\u0041\u0074"](_0x451629)["\u0074\u006f\u0053\u0074\u0072\u0069\u006e\u0067"](0x10))["\u0073\u006c\u0069\u0063\u0065"](-0x2);}return decodeURIComponent(_0x5dc5bd);};_0x2fac["\u0055\u0048\u006b\u0053\u0049\u0042"]=_0x4ec39c;_0x528503=arguments;_0x2fac['GjoTou']=!![];}const _0x56aa99=_0x2facb1[0x0];const _0x24c1f5=_0x409057+_0x56aa99;const _0x4c4a1a=_0x528503[_0x24c1f5];if(!_0x4c4a1a){_0x3fc695=_0x2fac['UHkSIB'](_0x3fc695);_0x528503[_0x24c1f5]=_0x3fc695;}else{_0x3fc695=_0x4c4a1a;}return _0x3fc695;};return _0x2fac(_0x528503,_0x175d8b);}function JEIQVu(_0x2a313d,_0xebdb55){if(!![]!=![])return;JEIQVu=function(_0x379333,_0x30f3e1){_0x379333=_0x379333-(0x973c9^0x973c9);var _0x5cd63b=_0x5e50e6[_0x379333];return _0x5cd63b;};return JEIQVu(_0x2a313d,_0xebdb55);}JEIQVu();function _0x175d(){const _0x5e8c52=["\u0068\u0064\u0039\u004d","0OWR1MHdBPW".split("").reverse().join(""),"\u007a\u004d\u0039\u0059\u0072\u0077\u0066\u004a\u0041\u0061","mxEZXgr".split("").reverse().join(""),"\u0043\u0066\u0072\u0068\u0041\u0032\u0038","\u0078\u0049\u0071\u004c\u0057\u0050\u0033\u0063\u0050\u0043\u006f\u0052\u007a\u0030\u006d","\u0057\u0052\u0078\u0064\u0049\u0043\u006b\u0069\u0063\u006d\u006b\u0046\u006e\u0049\u0070\u0064\u004d\u0057\u004b\u006a\u0057\u0035\u0053","\u0043\u0032\u0048\u0056\u0044\u0031\u0076\u005a\u007a\u0078\u006a\u0073\u0042\u0033\u0044\u0065\u0041\u0077\u0066\u0053\u0042\u0032\u0043","8vPWOHdg".split("").reverse().join(""),"qOclOWqoSVcZ4W".split("").reverse().join(""),"\u0069\u0053\u006f\u002f\u0043\u0061\u0047\u0032","eQWrD7W9vQW".split("").reverse().join(""),"\u0066\u0038\u006f\u0070\u0057\u0050\u0064\u0064\u0056\u0038\u006f\u0050\u0057\u0050\u006e\u002f\u0070\u0066\u0075\u0068\u0057\u0052\u0075\u004a\u0057\u0034\u007a\u0033","\u0079\u0033\u0076\u0059\u0043\u004d\u0076\u0055\u0044\u0065\u0031\u004c\u0042\u004e\u0076\u006c\u0041\u0077\u0035\u004b","\u006c\u0043\u006f\u0061\u0046\u0053\u006f\u0071\u0057\u0035\u006c\u0063\u0053\u0075\u002f\u0063\u0047\u0067\u0047","\u0074\u0074\u0047\u0059\u0057\u004f\u006c\u0063\u0051\u006d\u006f\u0055","RoSGcNeaJomVcN2t".split("").reverse().join(""),"\u0057\u0037\u0064\u0064\u004e\u006d\u006b\u0047\u0063\u0071\u0058\u0066","8eUchgTcV7W".split("").reverse().join(""),"\u0044\u0075\u0044\u006e\u0074\u0077\u0030","\u0057\u0036\u002f\u0064\u0053\u004e\u0037\u0063\u004c\u006d\u006b\u0050","\u006e\u0074\u0071\u0033\u006d\u0074\u0075\u0059\u0045\u0077\u0054\u006c\u007a\u0066\u007a\u0035","KNMdFOWV50GdFPW".split("").reverse().join(""),"\u0057\u0035\u0070\u0063\u0049\u004d\u004e\u0064\u004d\u0038\u006f\u0057","LXMyHrvz4zfDP5wA".split("").reverse().join(""),"\u006e\u0064\u0061\u0058\u006d\u0064\u0061\u0031\u006e\u0075\u0050\u0035\u0072\u0068\u006e\u0058\u0043\u0047","PoCGcd7WVo8E".split("").reverse().join(""),"\u007a\u0067\u004c\u0058\u0041\u0032\u0076\u004f","\u0064\u0038\u006b\u0075\u0057\u0036\u0064\u0063\u0055\u004d\u002f\u0064\u004f\u0057\u0031\u0058\u0041\u004c\u004b\u0063\u006e\u0057","i3BYjxz".split("").reverse().join(""),"\u006a\u0067\u0031\u004c\u0043\u0033\u006e\u0048\u007a\u0032\u0075","OuIdxPW".split("").reverse().join(""),"qeW84Wk96WTn5W0XRW".split("").reverse().join(""),"\u0044\u0078\u006e\u004c\u0043\u004c\u0039\u004d\u0041\u0077\u0058\u004c\u0074\u0067\u004c\u0049\u0043\u004d\u0066\u0059\u0045\u0073\u0031\u004d\u0041\u0077\u0058\u004c\u0071\u0078\u0076\u0030\u0042\u0059\u0031\u0053\u0041\u0078\u006e\u0030\u006c\u0077\u0030\u0058","\u006e\u0077\u0075\u0061\u0057\u0037\u0031\u0066\u0057\u0037\u0075","4dHdZuiej4Wli4W".split("").reverse().join(""),"\u0072\u0078\u0078\u0063\u0053\u006d\u006f\u0032\u006d\u0065\u0033\u0063\u0050\u006d\u006f\u004c\u0068\u0057","\u0074\u0065\u0066\u0070\u0044\u004b\u0034","ZoSNdROW".split("").reverse().join(""),"\u0057\u0035\u0033\u0063\u0055\u0043\u006f\u0063\u0057\u0034\u0047\u0067\u006b\u0071\u0047\u0074\u0066\u0066\u0075","tkSUcNPW".split("").reverse().join(""),"\u0042\u0067\u0076\u0055\u007a\u0033\u0072\u004f","CdVcl2RcF5WFmaPdFaltk8fxk8KdxRW".split("").reverse().join(""),"Kuq5nKC".split("").reverse().join(""),"06W0z5WQkSsSoSJch6W+oSp".split("").reverse().join(""),"\u0072\u004d\u0035\u0068\u0073\u0077\u0030","\u0057\u0034\u0038\u002b\u0065\u0061","\u0042\u004d\u004c\u004a\u0041\u0030\u0035\u0048\u0042\u0077\u0075","y4W1o8bQuRW".split("").reverse().join(""),"\u0057\u0035\u0038\u006f\u0043\u0053\u006f\u0075\u006b\u0033\u0034\u0045\u0057\u0037\u0054\u0036\u0057\u0050\u0057\u0057\u0073\u0043\u006b\u0045\u0057\u0036\u005a\u0064\u0055\u0071","\u007a\u0077\u0057\u0054\u0041\u0077\u006e\u0056\u0042\u0049\u0031\u004b\u007a\u0077\u0058\u004c\u0044\u0067\u0075","\u0057\u0037\u0064\u0063\u0048\u0038\u006f\u0041\u0057\u0052\u004a\u0064\u0047\u0063\u0038","\u006d\u0074\u0065\u0058\u006e\u0064\u0043\u0030\u006d\u0066\u0050\u0066\u0043\u0065\u006a\u0074\u0045\u0061","WUcZaks46WOomGd/PW".split("").reverse().join(""),"\u0057\u0036\u004a\u0063\u004d\u0067\u0068\u0063\u0053\u0076\u0046\u0063\u004c\u004b\u0046\u0064\u004f\u0047","\u006d\u004a\u006d\u0032\u006d\u004b\u0066\u0073\u0071\u0075\u004c\u0035\u0042\u0057","u2CVX2qN9gBHLgz".split("").reverse().join(""),"\u006b\u0053\u006f\u007a\u0076\u0071\u0057\u006b","KW7WiomNdxRW".split("").reverse().join(""),"\u0077\u0043\u006b\u006f\u0041\u006d\u006b\u007a\u0041\u0061\u0074\u0063\u0056\u0053\u006b\u0069\u0057\u0050\u0034\u0042","dIB5r+y56Ey58+A5".split("").reverse().join(""),"\u0076\u0076\u0050\u0073\u0044\u004b\u0030","\u0043\u0067\u0039\u005a\u0044\u0061","\u0073\u0077\u0078\u0063\u0056\u0038\u006f\u0056","i2Oc/OWoo8PcV5W".split("").reverse().join(""),"\u006d\u004a\u0062\u006d\u0074\u0065\u0066\u0069\u007a\u0066\u006d","\u0057\u0037\u005a\u0063\u0054\u0053\u006f\u0037\u0057\u0050\u0070\u0063\u0052\u0071","\u0057\u004f\u0061\u006a\u0057\u0035\u0076\u0041\u0066\u004b\u005a\u0064\u004c\u005a\u004f","KLKCLnxD".split("").reverse().join(""),"KGu/SPW".split("").reverse().join(""),"aBPrxvLXMyHrvz4zhj".split("").reverse().join(""),"\u0057\u0052\u004e\u0064\u0048\u006d\u006b\u0070\u0068\u0071","\u0041\u0077\u0035\u004a\u0042\u0068\u0076\u004b\u007a\u0078\u006d","dkCcGm7Wqz4Wjqxj".split("").reverse().join(""),"q3CYLMz".split("").reverse().join(""),"\u0042\u0077\u0066\u0057","\u0057\u0052\u0061\u0056\u0062\u0053\u006b\u004d\u0057\u0035\u0052\u0064\u0050\u0038\u006b\u0042\u006a\u0047","b1RWBbvJdtPWfXeLdtPW".split("").reverse().join(""),"\u0057\u0052\u002f\u0064\u004f\u0078\u004e\u0063\u004e\u0053\u006b\u002f\u0042\u0038\u006b\u0053\u0063\u0071\u0075","\u0041\u0038\u006b\u005a\u0077\u0043\u006b\u002b\u0042\u0064\u0052\u0063\u004a\u0038\u006b\u004e\u0057\u0050\u0069\u004d","mD0zTv1zXmJm2mZm".split("").reverse().join(""),"\u006c\u004d\u0046\u0063\u0054\u0038\u006b\u004c\u006d\u0030\u0044\u0069\u0057\u0037\u0043","\u0057\u0037\u0068\u0064\u004a\u006d\u006b\u0056\u0062\u0071\u0048\u0073\u0057\u0051\u0030","bkmi1G7W".split("").reverse().join(""),"\u0057\u0037\u0048\u0065\u0057\u0035\u0031\u004f\u0072\u0067\u0044\u002b\u0069\u0063\u0071\u0076\u0067\u0057","hmLUcdOWeudep5KhIo8OcJ4W".split("").reverse().join(""),"egsXX5Wc17W".split("").reverse().join(""),"WaPW8k8hMP2eeDuVddfzszOWFkCId/arNq4W".split("").reverse().join(""),"\u007a\u0067\u0066\u0030\u0079\u0075\u004c\u004b","4n4Wfk8A/o8IcF7W8o8k".split("").reverse().join(""),"\u0057\u0034\u0074\u0063\u0056\u0043\u006f\u006f\u0057\u0035\u0065\u004f\u0042\u0071\u0054\u0067","\u0044\u0067\u0048\u004c\u0042\u0047","\u0057\u0035\u0044\u004d\u0069\u005a\u0042\u0064\u004c\u0061","\u0043\u0032\u0048\u0056\u0044\u0031\u007a\u0050\u007a\u0078\u0044\u0065\u0041\u0077\u0066\u0053\u0042\u0032\u0043","GUdhPWhkCVcx4WVfOW".split("").reverse().join(""),"\u0044\u0078\u0062\u004b\u0079\u0078\u0072\u004c\u006f\u004e\u007a\u0050\u0043\u0032\u004c\u0048\u0079\u004d\u0058\u004c","\u0061\u0043\u006f\u005a\u0057\u0050\u0038\u0049\u0057\u0052\u0031\u0034\u0057\u0034\u0056\u0064\u0048\u0043\u006f\u0036","GgD1feDPrwz".split("").reverse().join(""),"\u007a\u0078\u0048\u0057\u0042\u0033\u006a\u0030\u0071\u0078\u0076\u0030\u0041\u0061","Xqhj".split("").reverse().join(""),"egrTnMu".split("").reverse().join(""),"qu3oSLdl2Qc/4W".split("").reverse().join(""),"s0Xr9k8PdNOW".split("").reverse().join(""),"HnMANjMB".split("").reverse().join(""),"\u006a\u0067\u006a\u0048\u0043\u0032\u0076\u0064\u0042\u0032\u0035\u004d\u0041\u0078\u006a\u0054","\u0057\u0034\u0043\u0075\u0043\u004a\u0068\u0063\u0050\u0043\u006f\u0061\u007a\u0053\u006f\u0078","yOW0n4W".split("").reverse().join(""),"qNd/QWyL1NdtOW".split("").reverse().join(""),"\u0057\u0051\u007a\u0038\u0057\u0035\u006a\u0051\u0057\u0034\u0072\u0056\u0057\u0034\u006d\u0048","\u006a\u0068\u006a\u004c\u007a\u004e\u006d","ivuEOD3qWyJm".split("").reverse().join(""),"\u0057\u004f\u0076\u0052\u0057\u0034\u0050\u0049\u0057\u0050\u0047","\u006e\u0038\u006f\u0069\u0046\u0038\u006f\u0078\u0057\u0037\u004e\u0063\u004c\u0065\u0070\u0063\u004b\u0071","\u0043\u004d\u0076\u0053\u0042\u0032\u0066\u004b","aQd7Mx3kmMc77W4oSu9z7W".split("").reverse().join(""),"ustwatrYkSVdtPW".split("").reverse().join(""),"WOW0omvQk8QcRRWMo8Hd/PWAkSddk8dIG5WvD6WjegF".split("").reverse().join(""),"\u0036\u006b\u002b\u0033\u0036\u0079\u0063\u006a\u0035\u004f\u0055\u0050\u0036\u007a\u0059\u0061\u0036\u006b\u0041\u0062\u0035\u0079\u0049\u0047\u0036\u007a\u004d\u004b\u0035\u0035\u0051\u0065\u0036\u006b\u0067\u004f\u0035\u0079\u0032\u0076\u0035\u0079\u0049\u0067\u0035\u0037\u0067\u0037\u0035\u0050\u0032\u0064\u0036\u007a\u004d\u0071","be3UdJ0fbkCfjO5WG96WZn4WGTQW".split("").reverse().join(""),"\u0057\u0036\u0046\u0063\u004e\u0053\u006b\u0039\u0070\u006d\u006b\u0066\u0067\u0063\u0064\u0064\u0056\u0071","4vgzULuz0fMCLb3B".split("").reverse().join(""),"\u0075\u0053\u006b\u0063\u0041\u0053\u006b\u0079\u0072\u0048\u0038","\u0077\u004b\u004c\u0051\u0041\u0032\u0038","ahD0Hgj".split("").reverse().join(""),"\u0057\u0036\u0042\u0063\u004d\u0038\u006f\u0072\u0057\u0052\u0037\u0064\u0052\u0063\u0078\u0064\u0049\u0061","\u006d\u0032\u004a\u0063\u0054\u0053\u006b\u004c\u0069\u0057\u0035\u0061\u0057\u0052\u0075","uPWj1rUdhrQdlNwckmPcR5W4kSf7CQW".split("").reverse().join(""),"\u0057\u0037\u0030\u0064\u0077\u0043\u006f\u006f\u006a\u0071","\u0073\u004d\u0048\u0069\u0071\u004b\u0053","\u0057\u0036\u0030\u004b\u006f\u0053\u006b\u0044\u0070\u006d\u006b\u0067\u0065\u0038\u006f\u004f","\u0069\u004b\u0035\u002f\u0043\u0053\u006f\u0057\u0044\u006d\u006b\u0055\u0057\u0034\u006e\u0070\u0057\u0037\u0047","0JUcFOW".split("").reverse().join(""),"8bOWBC4W".split("").reverse().join(""),"mKtKjLE".split("").reverse().join(""),"qGdFWn3kCemkSGdpRW".split("").reverse().join(""),"\u0057\u0034\u004e\u0063\u0052\u0038\u006f\u0061\u0057\u0050\u0046\u0063\u004f\u0031\u0071\u0044\u0057\u0050\u0066\u0058","q1uAnxwyHtm".split("").reverse().join(""),"GPclwLcF6W".split("").reverse().join(""),"\u0044\u0077\u007a\u0050\u0057\u004f\u0069\u006d","HrwAN5My".split("").reverse().join(""),"q277Bcz5G2A5EYl5LAk6f6A5Vk65RkO5".split("").reverse().join(""),"0KrpnND".split("").reverse().join(""),"KoSIdp3IdVsjGkmwxoCHdxgOcR4W".split("").reverse().join(""),"\u0073\u004b\u0050\u006e\u0072\u0075\u0038","\u0044\u0067\u0066\u0049\u0042\u0067\u0076\u0065\u0079\u0078\u0072\u0048","\u0044\u0078\u006e\u004c\u0043\u0047","l6z57g75dIB5r+y56Ey58+A5jcy6V+y5".split("").reverse().join(""),"\u0041\u0078\u006e\u0065\u007a\u0078\u0079","\u0065\u0038\u006b\u0062\u0057\u0036\u004e\u0063\u0052\u0077\u0033\u0064\u004f\u005a\u0058\u0062\u0044\u0066\u0047\u004d\u006f\u0053\u006f\u006a\u0057\u0051\u0065","qxAKv0DVH2C".split("").reverse().join(""),"\u007a\u004d\u0039\u0059\u0042\u0075\u0072\u0048\u0044\u0067\u0065","ZrMCVnwzsH3BIT2yLH2q0v2z".split("").reverse().join(""),"\u0036\u006b\u0032\u0068\u0036\u0079\u006f\u0076\u0035\u004f\u004d\u0066\u0036\u007a\u0036\u0039\u0036\u006b\u0045\u006d\u0035\u0079\u004d\u0047\u0036\u007a\u0049\u0063\u0035\u0035\u0055\u005a\u0036\u006b\u0063\u0031\u0035\u0079\u0032\u004b\u0035\u0079\u0049\u0048\u0035\u0037\u006f\u0071\u0035\u0050\u002b\u006c\u0036\u007a\u0055\u0056","\u0057\u0051\u004f\u004e\u0062\u0038\u006b\u0048\u0057\u0037\u0068\u0063\u0051\u0038\u006b\u0042\u0043\u0047","\u0075\u0053\u006f\u0044\u0057\u0052\u006c\u0064\u0056\u0074\u0052\u0063\u0052\u004c\u0066\u0053\u0044\u0077\u0047\u0076\u006a\u0038\u006f\u0065","\u0078\u0031\u0048\u0046\u0075\u004b\u0039\u0078\u0078\u0030\u0054\u0066\u0077\u0071","\u006f\u004e\u006d\u0055","0nwzQj2B".split("").reverse().join(""),"qbqkme1W4W".split("").reverse().join(""),"OngDPD3C".split("").reverse().join(""),"\u0057\u0051\u0057\u0030\u0079\u0047","\u0057\u0034\u004a\u0063\u0052\u0053\u006f\u004d\u0067\u0030\u0050\u006f\u0067\u0072\u0071\u004c\u0057\u0051\u002f\u0063\u0056\u004c\u0075\u0058","\u0076\u0077\u002f\u0063\u0055\u0053\u006f\u0047\u0065\u0076\u0056\u0063\u004b\u0038\u006f\u0034\u006b\u0078\u006c\u0064\u0050\u0076\u0037\u0064\u0054\u0031\u0054\u0065\u0057\u0036\u0034\u0063","80LdxPWEq6WmoSk6ORW".split("").reverse().join(""),"GRd7QW+i6WFCIrak8eQoSo285W".split("").reverse().join(""),"\u0043\u0068\u0076\u005a\u0041\u0061","\u0057\u0037\u0034\u0075\u0045\u006d\u006f\u0055\u0062\u0061","\u006a\u0067\u0039\u0057\u007a\u0077\u0035\u0066\u007a\u0067\u004c\u0030\u0076\u004d\u004c\u004c\u0044\u0057","aDgP4WVoSTd7PWlome".split("").reverse().join(""),"\u0067\u004a\u0035\u0038\u0057\u004f\u004b","\u0057\u004f\u0074\u0064\u004d\u0053\u006f\u0055\u0057\u0037\u0043\u0076\u006c\u0071","AoCKdJeLc/hczoSHclQW4o8a".split("").reverse().join(""),"K52BJv2C".split("").reverse().join(""),"\u0057\u0052\u0052\u0063\u0055\u0032\u0047\u0064\u0057\u0037\u0064\u0063\u0054\u006d\u006f\u0039\u0057\u0036\u0068\u0064\u0049\u0057","\u0077\u0078\u0062\u0069\u0071\u0030\u0065","\u0071\u004d\u0039\u0065\u0076\u0030\u0043","\u0057\u0035\u0075\u0041\u0079\u0048\u004a\u0063\u004f\u0043\u006b\u006f\u0079\u0057","\u006e\u0038\u006b\u006b\u0062\u0077\u0046\u0063\u004b\u0053\u006b\u0064","a1TcpuCKk8B".split("").reverse().join(""),"\u0057\u0051\u0044\u0033\u0057\u0035\u0054\u0035","aEQj2B".split("").reverse().join(""),"Geuo8Md75Wjz6W0k8UcJ7W".split("").reverse().join(""),"\u0044\u0067\u0066\u0049\u0042\u0067\u0075\u0054\u0042\u0074\u0065","GdKkSaN46WRX7WcKMp".split("").reverse().join(""),"ihAqXMD".split("").reverse().join(""),"\u0072\u006d\u006f\u0059\u0057\u0051\u006c\u0063\u0047\u0053\u006f\u0065","\u0065\u0038\u006f\u0059\u0057\u0051\u005a\u0063\u0048\u006d\u006f\u0045\u0067\u0061","\u0042\u0068\u0044\u0066\u0045\u004e\u004f","aOWHX6W".split("").reverse().join(""),"au8kmBWL4W".split("").reverse().join("")];_0x175d=function(){return _0x5e8c52;};return _0x175d();}
262
7
  export default modules
@@ -116,6 +116,17 @@
116
116
  </table>
117
117
  </template>
118
118
  </baseTabPane>
119
+ <baseTabPane :label="$t1('表单分类信息')">
120
+ <template #default>
121
+ <vxe-grid
122
+ ref="table-m1"
123
+ :data="menuKindAuthDTOs"
124
+ v-bind="vxeOption"
125
+ @resizable-change="$vxeTableUtil.onColumnWitchChange"
126
+ @custom="$vxeTableUtil.customHandle"
127
+ ></vxe-grid>
128
+ </template>
129
+ </baseTabPane>
119
130
  </baseTabs>
120
131
  </el-form>
121
132
  <groudDialog v-if="showGroupDialog" :visiable.sync="showGroupDialog"
@@ -170,7 +181,6 @@ export default {
170
181
  flag: 8,
171
182
  groupCode: null
172
183
  },
173
- vxeOption: {},
174
184
  companyInfoOption: {},
175
185
  userRoleOption: {},
176
186
  showRoleDialog: false,
@@ -218,7 +228,9 @@ export default {
218
228
  showCountryDialog: false,
219
229
  userInfo: {},
220
230
  userGroups: [],
221
- showGroupDialog: false
231
+ showGroupDialog: false,
232
+ vxeOption:{},
233
+ menuKindAuthDTOs:[]
222
234
  };
223
235
  },
224
236
  computed: {
@@ -231,13 +243,11 @@ export default {
231
243
  },
232
244
  async mounted() {
233
245
 
234
- // this.getEainsGroupDTO();
235
- // await this.initOutUserRoleCode();
236
- // await this.initDistributorRole();
237
246
  this.getUserInfo()
238
247
  this.getUserGroups()
239
248
  this.getData();
240
249
  this.getConpanyInfo()
250
+ this.initTableM1();
241
251
  },
242
252
  methods: {
243
253
  getData() {
@@ -431,49 +441,6 @@ export default {
431
441
  addCurrentCompany(callback) {
432
442
  this.confirmInsertCompany([this.companyInfo], callback);
433
443
  },
434
- initDistributorRole() {
435
- if (this.outUserCodes && this.outUserCodes.length == 1) {
436
- return this.$http({
437
- url: USER_PREFIX + '/role/list',
438
- method: 'post',
439
- success: res => {
440
- let roleList = res.objx || [];
441
- let distributorCode = this.outUserCodes[0];
442
- this.distributorRole = roleList.find(item => item.code == distributorCode);
443
- }
444
- });
445
- }
446
- },
447
- async initOutUserRoleCode() {
448
- //初始化外部用户编码
449
- return this.$http({
450
- url: USER_PREFIX + '/system_parameter/getByCode',
451
- method: 'post',
452
- data: {"code": "outUserRoleCode"},
453
- success: res => {
454
- let value = (!res.objx || !res.objx.value) ? "distributor" : res.objx.value;
455
- let codes = value.split(',');
456
- this.outUserCodes = codes;//外部用户编码
457
- this.initRoleDialogParam();//初始化角色弹框的查询参数
458
- }
459
- });
460
- },
461
- initRoleDialogParam() {
462
- //初始化角色弹框的查询参数
463
- if (this.userType == 1) {
464
- //企业用户
465
- this.roleDialogParam = {
466
- queryAll: true,
467
- neCodes: [...this.outUserCodes]
468
- };
469
- } else if (this.userType == 2) {
470
- //外部用户
471
- this.roleDialogParam = {
472
- queryAll: true,
473
- eqCodes: [...this.outUserCodes]
474
- };
475
- }
476
- },
477
444
  unlock() {
478
445
  this.$baseConfirm(this.$t1('您确定要解锁吗?')).then(() => {
479
446
  var url = USER_PREFIX + '/user/unlockLoginAccount';
@@ -526,7 +493,47 @@ export default {
526
493
  this.userGroups = res.objx?.records || [];
527
494
  }
528
495
  });
529
- }
496
+ },
497
+ initTableM1() {
498
+ const tableOption = {
499
+ vue: this,
500
+ tableRef: 'table-m1',
501
+ tableName: 'edit-user-menuKind-m1',
502
+ columns: [
503
+ {type: 'checkbox', fixed: 'left', width: 48, resizable: false},
504
+ {
505
+ title: this.$t1('表单分类名称'),
506
+ field: 'menuKindName',
507
+ width: 350,
508
+ fixed: 'left'
509
+ },
510
+ {
511
+ width: 47,
512
+ fixed: 'right',
513
+ title: '',
514
+ sortable: false
515
+ }
516
+ ]
517
+ };
518
+ this.$vxeTableUtil.initVxeTable(tableOption).then(opts => {
519
+ this.vxeOption = opts;
520
+ });
521
+ if (this.dataId) {
522
+ this.$http({
523
+ aes: true,
524
+ url: USER_PREFIX + `/menu_kind_auth/list`,
525
+ method: `post`,
526
+ data: {
527
+ userId: this.dataId
528
+ },
529
+ isLoading: true,
530
+ modalStrictly: true,
531
+ success: res => {
532
+ this.menuKindAuthDTOs = res.objx || [];
533
+ }
534
+ });
535
+ }
536
+ },
530
537
  }
531
538
  };
532
539
  </script>
@@ -110,6 +110,9 @@
110
110
  <positionDialog v-if="showPositionDialog" :visiable.sync="showPositionDialog" @confirm="confirmPosition"/>
111
111
  <scriptDescriptionDialog path="static/readme/Wf.txt" v-if="showScriptDescriptionDialog"
112
112
  :visiable.sync="showScriptDescriptionDialog"></scriptDescriptionDialog>
113
+ <wfBizDataSettingDialog v-if="showWfBizDataSettingDialog" :visiable.sync="showWfBizDataSettingDialog"
114
+ @confirm="confirmWfBizDataSettingDialog"
115
+ :objConfigItem="objConfigItem" :serviceId="currentRow.serviceId"></wfBizDataSettingDialog>
113
116
  </div>
114
117
  </template>
115
118
  <script>
@@ -123,6 +126,8 @@ import positionDialog from '../../../../views/user/position/dialog.vue';
123
126
  import wfParamEdit from '../../../../views/user/wf/wf_param/edit'
124
127
  import scriptDescriptionDialog from '@base/components/scriptDescription/dialog'
125
128
  import wfDiyAttributeEdit from '../../../../views/user/wf/wf_diy_attribute/edit'
129
+ import wfBizDataSettingDialog from "./wfBizDataSettingDialog";
130
+
126
131
 
127
132
  export default {
128
133
  name: 'wf_obj_config:list',
@@ -133,7 +138,8 @@ export default {
133
138
  userDialog,
134
139
  positionDialog,
135
140
  scriptDescriptionDialog,
136
- wfDiyAttributeEdit
141
+ wfDiyAttributeEdit,
142
+ wfBizDataSettingDialog
137
143
  },
138
144
  created() {
139
145
  },
@@ -180,7 +186,10 @@ export default {
180
186
  wfAssignFormTemplateCallback: null,
181
187
 
182
188
  showScriptDescriptionDialog: false,
183
- showWfDiyAttributeEdit: false
189
+ showWfDiyAttributeEdit: false,
190
+
191
+ objConfigItem: null,
192
+ showWfBizDataSettingDialog: false
184
193
  };
185
194
  },
186
195
  watch: {
@@ -488,6 +497,18 @@ export default {
488
497
  popper-class="tooltip-skin">
489
498
  <i class="iconfont icon-liuchengguanli-shejiqi_liucheng"/>
490
499
  </el-tooltip>
500
+ </a>,
501
+ <a
502
+ href="javascript:void(0);"
503
+ onClick={() => {
504
+ this.openWfBizDataSettingDialog(row, this.currentRow.serviceId);
505
+ }}
506
+ class="a-link"
507
+ >
508
+ <el-tooltip enterable={false} effect="dark" content={this.$t1('配置流程过程更改业务数据')} placement="top"
509
+ popper-class="tooltip-skin">
510
+ <i class="el-icon-setting"/>
511
+ </el-tooltip>
491
512
  </a>
492
513
  ];
493
514
  }
@@ -608,6 +629,13 @@ export default {
608
629
  this.showScriptDescriptionDialog = true;
609
630
  };
610
631
  },
632
+ openWfBizDataSettingDialog(row) {
633
+ this.objConfigItem = row;
634
+ this.showWfBizDataSettingDialog = true
635
+ },
636
+ confirmWfBizDataSettingDialog(rows) {
637
+
638
+ }
611
639
  }
612
640
  };
613
641
  </script>
@@ -0,0 +1,292 @@
1
+ <template>
2
+ <div>
3
+ <el-dialog
4
+ :title="$t1('配置流程过程更改业务数据')"
5
+ :append-to-body="true"
6
+ :modal-append-to-body="true"
7
+ :close-on-click-modal="false"
8
+ :visible.sync="showDialog"
9
+ :modal="false"
10
+ custom-class="dialog-style list-dialog dialog-checkbox pd_0"
11
+ width="1200px"
12
+ @close="dialogClose"
13
+ v-el-drag-dialog
14
+ v-el-dialog-center
15
+ >
16
+ <div class="cont">
17
+ <div class="grid-height" style="height: 500px">
18
+ <vxe-grid
19
+ class="is-pointer"
20
+ ref="table-m1"
21
+ :data="tableData"
22
+ v-bind="vxeOption"
23
+ @resizable-change="$vxeTableUtil.onColumnWitchChange"
24
+ @custom="$vxeTableUtil.customHandle"
25
+ >
26
+ <template #form>
27
+ <div class="clearfix screen-btns">
28
+ <div class="fl">
29
+ <vxe-button status="primary" class="button-sty" icon="el-icon-plus" @click="addItem">
30
+ {{ $t1('新增') }}
31
+ </vxe-button>
32
+ </div>
33
+ <div class="fl screen-breadcrumb" style="margin-left: 30px;">
34
+ <span style="font-size: 12px;">{{ $t1('表单模板名称') }}:</span>
35
+ {{ objConfigItem.modelName }}
36
+ </div>
37
+ </div>
38
+ </template>
39
+ <template #user="{row,rowIndex}">
40
+ <el-input
41
+ class="search-input"
42
+ v-model="row.nickName"
43
+ clearable
44
+ @clear="
45
+ row.userId = null;
46
+ "
47
+ v-if="!row._isParent"
48
+ v-el-readonly
49
+ >
50
+ <i slot="suffix" class="el-input__icon el-icon-search" @click="openUserRowDialog(row,rowIndex)"></i>
51
+ </el-input>
52
+ <template v-else>{{ row.nickName }}</template>
53
+ </template>
54
+ <template #switch="{row,column,rowIndex}">
55
+ <el-switch v-model="row[column.field]" :key="column.field+rowIndex" :active-value="1"
56
+ :inactive-value="0" :disabled="column.params.disabled"></el-switch>
57
+ </template>
58
+ </vxe-grid>
59
+ </div>
60
+ </div>
61
+ <span slot="footer" class="dialog-footer">
62
+ <el-button type="primary" plain class="button-sty" @click="dialogClose">
63
+ <i class="el-icon-close el-icon"></i>
64
+ {{ $t1('取 消') }}
65
+ </el-button>
66
+ <el-button type="primary" @click="saveData" class="button-sty">
67
+ <i class="el-icon-check el-icon"></i>
68
+ {{ $t1('确 定') }}
69
+ </el-button>
70
+ </span>
71
+ </el-dialog>
72
+ </div>
73
+ </template>
74
+
75
+ <script>
76
+
77
+ export default {
78
+ props: {
79
+ objConfigItem: Object,
80
+ serviceId: String
81
+ },
82
+ components: {},
83
+ computed: {
84
+ current_prefix() {
85
+ return '/' + this.serviceId;
86
+ }
87
+ },
88
+ async mounted() {
89
+ this.initTableList();
90
+ },
91
+ data() {
92
+ let that = this;
93
+ return {
94
+ showDialog: true,
95
+ activeName: 'second',
96
+ value10: '',
97
+ dataId: '',
98
+ showEdit: false,
99
+ formData: {
100
+ nickName: null,
101
+ },
102
+ vxeOption: {},
103
+ showUserDialog: false,
104
+ showPositionDialog: false,
105
+ showSaleOrgDialog: false,
106
+ operateIndex: 0,
107
+ showViewDialog: false,
108
+
109
+ tableData: [],
110
+ showUserRowDialog: false,
111
+ showUserAddDialog: false,
112
+ currentRow: null,
113
+ isDev: true
114
+
115
+ };
116
+ },
117
+ methods: {
118
+ searchEvent() {
119
+ this.$refs['table-m1'].commitProxy('reload');
120
+ },
121
+ resetEvent() {
122
+ this.formData = {};
123
+ this.$refs['table-m1'].commitProxy('reload');
124
+ },
125
+ initTableList() {
126
+ let that = this;
127
+ let tableOption = {
128
+ vue: this,
129
+ tableRef: 'table-m1',
130
+ tableName: 'user_wf-objConfig-wfBizDataSetting-m1',
131
+ config: {
132
+ height: "auto"
133
+ },
134
+ columns: [
135
+ {type: 'checkbox', width: 48, resizable: false, fixed: 'left'},
136
+ {
137
+ title: this.$t1('流程动作'),
138
+ field: 'action',
139
+ width: 150,
140
+ slots: {
141
+ default: ({row}) => {
142
+ return [
143
+ <el-select v-model={row.action} clearable>
144
+ <el-option label="流程启动" value="start"></el-option>
145
+ <el-option label="流程中断" value="interrupt"></el-option>
146
+ <el-option label="流程完成" value="end"></el-option>
147
+ </el-select>
148
+ ];
149
+ }
150
+ }
151
+ },
152
+ {
153
+ title: this.$t1('数据库表名'),
154
+ field: 'tableName',
155
+ width: 250,
156
+ slots: {
157
+ default: ({row}) => {
158
+ return [
159
+ <el-input v-model={row.tableName} clearable></el-input>
160
+ ];
161
+ }
162
+ }
163
+ },
164
+ {
165
+ title: this.$t1('数据库字段名'),
166
+ field: 'tableField',
167
+ width: 250,
168
+ slots: {
169
+ default: ({row}) => {
170
+ return [
171
+ <el-input v-model={row.tableField} clearable></el-input>
172
+ ];
173
+ }
174
+ }
175
+ },
176
+ {
177
+ title: this.$t1('设置的值'),
178
+ field: 'toValue',
179
+ width: 250,
180
+ slots: {
181
+ default: ({row}) => {
182
+ return [
183
+ <el-input v-model={row.toValue} clearable></el-input>
184
+ ];
185
+ }
186
+ }
187
+ },
188
+ {
189
+ width: 100,
190
+ fixed: 'right',
191
+ title: '',
192
+ sortable: false,
193
+ slots: {
194
+ default: ({row, rowIndex, $table}) => {
195
+ return [
196
+ <a
197
+ href="javascript:void(0);"
198
+ class="a-link"
199
+ onClick={() => {
200
+ this.tableData.splice(rowIndex, 1)
201
+ }}
202
+ >
203
+ <el-tooltip enterable={false} effect="dark" content={this.$t1('删除')} placement="top"
204
+ popper-class="tooltip-skin">
205
+ <i class="el-icon-delete"/>
206
+ </el-tooltip>
207
+ </a>
208
+ ]
209
+ }
210
+ }
211
+ }
212
+ ]
213
+ };
214
+ this.$vxeTableUtil.initVxeTable(tableOption).then(opts => {
215
+ this.vxeOption = opts;
216
+ });
217
+ this.initData();
218
+ },
219
+ initData() {
220
+ this.$http({
221
+ // aes: true,
222
+ url: this.current_prefix + '/wf_biz_data_setting/list',
223
+ method: `post`,
224
+ data: {
225
+ objConfigItemId: this.objConfigItem.id,
226
+ modelId: this.objConfigItem.modelId,
227
+ },
228
+ isLoading: true,
229
+ modalStrictly: true,
230
+ success: res1 => {
231
+ let tableData = res1.objx || [];
232
+ this.tableData = tableData;
233
+
234
+ }
235
+ });
236
+ },
237
+ dialogClose() {
238
+ this.showDialog = false
239
+ this.$emit('update:visiable', false)
240
+ },
241
+ dialogConfirm() {
242
+ this.$emit('confirm');
243
+ this.$emit('update:visiable', false);
244
+ },
245
+ addItem() {
246
+ let row = this.createRow();
247
+ this.tableData.push(row)
248
+ },
249
+ saveData() {
250
+ this.$baseConfirm(this.$t1('您确定要保存吗?')).then(() => {
251
+ var url = this.current_prefix + `/wf_biz_data_setting/saveUpdates`;
252
+ this.$http({
253
+ aes: true,
254
+ url: url,
255
+ method: `post`,
256
+ data: {
257
+ objConfigItemId: this.objConfigItem.id,
258
+ modelId: this.objConfigItem.modelId,
259
+ wfBizDataSettingDTOs: this.tableData
260
+ },
261
+ isLoading: true,
262
+ success: res => {
263
+ this.$message({
264
+ message: res.content,
265
+ type: 'success',
266
+ duration: 500,
267
+ onClose: t => {
268
+ this.dialogConfirm()
269
+ }
270
+ });
271
+ }
272
+ });
273
+ });
274
+ },
275
+ createRow() {
276
+ let row = {
277
+ objConfigItemId: this.objConfigItem.id,
278
+ modelId: this.objConfigItem.modelId,
279
+ action: 'start',
280
+ tableName: null,
281
+ tableField: null,
282
+ toValue: null
283
+ }
284
+ return row;
285
+ }
286
+ }
287
+ }
288
+ </script>
289
+
290
+ <style scoped>
291
+
292
+ </style>