gds-plus-design-vue 1.1.4 → 1.1.8
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/lib/chartbi.48631362.mjs +44076 -0
- package/lib/chartbi.afd83839.js +80 -0
- package/lib/element-theme-chalk.ae828c17.js +2 -0
- package/lib/gd-initial.js +33 -0
- package/lib/gd-initial.mjs +80932 -99
- package/lib/main.2eb05c0d.js +1 -0
- package/lib/main.85f07438.mjs +68 -0
- package/lib/main.9bdd200f.mjs +87 -0
- package/lib/main.e62fbc84.mjs +939 -0
- package/lib/main.ef020e08.js +1 -0
- package/lib/main.f13b92a2.js +1 -0
- package/lib/messages.083c4ede.js +9 -0
- package/lib/messages.7e85146d.mjs +5802 -0
- package/lib/style.css +2 -2
- package/lib/system.account.25a9471c.mjs +2552 -0
- package/lib/system.account.88600238.js +216 -0
- package/lib/system.config.327aded6.js +1 -0
- package/lib/system.config.9c46f279.mjs +373 -0
- package/lib/system.datasource.4b0951ba.mjs +511 -0
- package/lib/system.datasource.8a0c7e0f.js +1 -0
- package/lib/system.dict.65f25e4e.mjs +996 -0
- package/lib/system.dict.72594c98.js +1 -0
- package/lib/system.duplicatechecking.2e9b8df8.js +1 -0
- package/lib/system.duplicatechecking.b05f1617.mjs +2130 -0
- package/lib/system.email.15594778.js +41 -0
- package/lib/system.email.6369f5b4.mjs +7432 -0
- package/lib/system.fieldsecurity.7de4ee1d.mjs +1745 -0
- package/lib/system.fieldsecurity.d57edb47.js +1 -0
- package/lib/system.file.b3558a8b.js +1 -0
- package/lib/system.file.f152d4fe.mjs +489 -0
- package/lib/system.log.30e5157c.mjs +1450 -0
- package/lib/system.log.f243e7d0.js +1 -0
- package/lib/system.machine.325b256e.mjs +94 -0
- package/lib/system.machine.332fb31c.js +1 -0
- package/lib/system.notice.662195f6.js +1 -0
- package/lib/system.notice.e2fe81dc.mjs +636 -0
- package/lib/system.noticereceived.15cf2fce.js +1 -0
- package/lib/system.noticereceived.20f38964.mjs +158 -0
- package/lib/system.onlineuser.90c08aef.mjs +184 -0
- package/lib/system.onlineuser.e0c261ed.js +1 -0
- package/lib/system.org.65452f67.js +1 -0
- package/lib/system.org.b8d59e5d.mjs +421 -0
- package/lib/system.permissions.5524b210.mjs +212 -0
- package/lib/system.permissions.a45b5b80.js +9 -0
- package/lib/system.plugin.07b3c38e.js +1 -0
- package/lib/system.plugin.4911a33d.mjs +946 -0
- package/lib/system.pos.6ed35c39.js +1 -0
- package/lib/system.pos.c274f13c.mjs +312 -0
- package/lib/system.promptmanagement.67475aac.js +1 -0
- package/lib/system.promptmanagement.e9976712.mjs +805 -0
- package/lib/system.role.0a1f11ad.js +1 -0
- package/lib/system.role.e5d08307.mjs +1543 -0
- package/lib/system.timers.69f1792a.mjs +3160 -0
- package/lib/system.timers.ef6b6796.js +38 -0
- package/lib/system.translation.48ff0b03.mjs +665 -0
- package/lib/system.translation.8f7e4144.js +1 -0
- package/lib/system.user.30451246.mjs +1432 -0
- package/lib/system.user.e0e4ac12.js +14 -0
- package/lib/system.useraffiliation.1e74fa9e.mjs +1025 -0
- package/lib/system.useraffiliation.f3c88a51.js +1 -0
- package/lib/system.webresource.5049d97b.js +1 -0
- package/lib/system.webresource.e9518d87.mjs +723 -0
- package/lib/system.welcome.3f1cce96.mjs +45 -0
- package/lib/system.welcome.b109df88.js +1 -0
- package/locale/en_US.js +249 -18
- package/locale/id_ID.js +250 -19
- package/locale/vi_VN.js +250 -19
- package/locale/zh_CN.js +258 -25
- package/package.json +105 -104
- package/lib/gd-initial.umd.js +0 -433
- package/lib/index.a0c53741.mjs +0 -146905
- package/lib/main.06db53a0.mjs +0 -919
|
@@ -0,0 +1,373 @@
|
|
|
1
|
+
import { m as i, n as d } from "./chartbi.48631362.mjs";
|
|
2
|
+
import { t as c, b as u, c as g, d as p, e as f } from "./messages.7e85146d.mjs";
|
|
3
|
+
const h = {
|
|
4
|
+
data() {
|
|
5
|
+
return {
|
|
6
|
+
tableColumns: [
|
|
7
|
+
{
|
|
8
|
+
type: "selection",
|
|
9
|
+
width: "60",
|
|
10
|
+
fixed: !0
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
transKey: "gd.sysConfig.name",
|
|
14
|
+
prop: "name",
|
|
15
|
+
label: "\u53C2\u6570\u540D\u79F0",
|
|
16
|
+
type: "slot",
|
|
17
|
+
slotType: "name",
|
|
18
|
+
align: "left",
|
|
19
|
+
fixed: !0,
|
|
20
|
+
renderHeader: (t, ...e) => this.renderHeader(t, ...e, {
|
|
21
|
+
effectType: "input"
|
|
22
|
+
}),
|
|
23
|
+
showOverflowTooltip: !0
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
transKey: "gd.sysConfig.code",
|
|
27
|
+
prop: "code",
|
|
28
|
+
label: "\u552F\u4E00\u7F16\u7801",
|
|
29
|
+
align: "left",
|
|
30
|
+
fixed: !0,
|
|
31
|
+
renderHeader: (t, ...e) => this.renderHeader(t, ...e, {
|
|
32
|
+
effectType: "input"
|
|
33
|
+
})
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
transKey: "gd.sysConfig.value",
|
|
37
|
+
prop: "value",
|
|
38
|
+
label: "\u53C2\u6570\u503C",
|
|
39
|
+
align: "left"
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
transKey: "gd.sysConfig.groupCode",
|
|
43
|
+
prop: "groupcode",
|
|
44
|
+
label: "\u6240\u5C5E\u5206\u7C7B",
|
|
45
|
+
type: "slot",
|
|
46
|
+
slotType: "groupcode",
|
|
47
|
+
align: "left",
|
|
48
|
+
showOverflowTooltip: !0
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
transKey: "gd.sysConfig.remark",
|
|
52
|
+
prop: "remark",
|
|
53
|
+
label: "\u5907\u6CE8",
|
|
54
|
+
align: "left"
|
|
55
|
+
}
|
|
56
|
+
],
|
|
57
|
+
formColumns: [
|
|
58
|
+
{
|
|
59
|
+
transKey: "gd.sysConfig.name",
|
|
60
|
+
effectType: "input",
|
|
61
|
+
prop: "name",
|
|
62
|
+
label: "\u53C2\u6570\u540D",
|
|
63
|
+
placeholder: "\u8BF7\u8F93\u5165",
|
|
64
|
+
placeholderTransKey: "gd.placeholder.input",
|
|
65
|
+
disabled: !1,
|
|
66
|
+
rules: [{
|
|
67
|
+
required: !0,
|
|
68
|
+
message: "\u8BF7\u8F93\u5165",
|
|
69
|
+
transKey: "gd.placeholder.input",
|
|
70
|
+
trigger: "change"
|
|
71
|
+
}]
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
transKey: "gd.sysConfig.code",
|
|
75
|
+
effectType: "input",
|
|
76
|
+
prop: "code",
|
|
77
|
+
label: "\u552F\u4E00\u7F16\u7801",
|
|
78
|
+
placeholder: "\u8BF7\u8F93\u5165",
|
|
79
|
+
placeholderTransKey: "gd.placeholder.input",
|
|
80
|
+
disabled: !1,
|
|
81
|
+
rules: [{
|
|
82
|
+
required: !0,
|
|
83
|
+
message: "\u8BF7\u8F93\u5165",
|
|
84
|
+
transKey: "gd.placeholder.input",
|
|
85
|
+
trigger: "change"
|
|
86
|
+
}]
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
transKey: "gd.sysConfig.systemParameter",
|
|
90
|
+
prop: "sysflag",
|
|
91
|
+
label: "\u7CFB\u7EDF\u53C2\u6570",
|
|
92
|
+
effectType: "radio",
|
|
93
|
+
disabled: !1,
|
|
94
|
+
dictData: [{
|
|
95
|
+
name: "\u662F",
|
|
96
|
+
code: "Y",
|
|
97
|
+
transKey: "placeholder.yes",
|
|
98
|
+
prefix: "gd"
|
|
99
|
+
}, {
|
|
100
|
+
name: "\u5426",
|
|
101
|
+
code: "N",
|
|
102
|
+
transKey: "placeholder.no",
|
|
103
|
+
prefix: "gd"
|
|
104
|
+
}],
|
|
105
|
+
rules: [{
|
|
106
|
+
required: !0,
|
|
107
|
+
message: "\u8BF7\u8F93\u5165",
|
|
108
|
+
transKey: "gd.placeholder.input",
|
|
109
|
+
trigger: "change"
|
|
110
|
+
}]
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
transKey: "gd.sysConfig.groupCode",
|
|
114
|
+
effectType: "select",
|
|
115
|
+
prop: "groupcode",
|
|
116
|
+
label: "\u6240\u5C5E\u5206\u7C7B",
|
|
117
|
+
placeholder: "\u8BF7\u9009\u62E9",
|
|
118
|
+
placeholderTransKey: "gd.placeholder.select",
|
|
119
|
+
dictTypeCode: "consts_type",
|
|
120
|
+
disabled: !1,
|
|
121
|
+
rules: [{
|
|
122
|
+
required: !0,
|
|
123
|
+
message: "\u8BF7\u9009\u62E9",
|
|
124
|
+
transKey: "gd.placeholder.select",
|
|
125
|
+
trigger: "change"
|
|
126
|
+
}]
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
transKey: "gd.sysConfig.value",
|
|
130
|
+
effectType: "input",
|
|
131
|
+
prop: "value",
|
|
132
|
+
label: "\u53C2\u6570\u503C",
|
|
133
|
+
placeholder: "\u8BF7\u8F93\u5165",
|
|
134
|
+
placeholderTransKey: "gd.placeholder.input",
|
|
135
|
+
disabled: !1,
|
|
136
|
+
rules: [{
|
|
137
|
+
required: !0,
|
|
138
|
+
message: "\u8BF7\u8F93\u5165",
|
|
139
|
+
transKey: "gd.placeholder.input",
|
|
140
|
+
trigger: "change"
|
|
141
|
+
}]
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
transKey: "gd.sysConfig.remark",
|
|
145
|
+
effectType: "textarea",
|
|
146
|
+
prop: "remark",
|
|
147
|
+
label: "\u5907\u6CE8",
|
|
148
|
+
placeholder: "\u8BF7\u8F93\u5165",
|
|
149
|
+
placeholderTransKey: "gd.placeholder.input",
|
|
150
|
+
disabled: !1,
|
|
151
|
+
rules: [],
|
|
152
|
+
autosize: {
|
|
153
|
+
minRows: 4,
|
|
154
|
+
maxRows: 6
|
|
155
|
+
}
|
|
156
|
+
}
|
|
157
|
+
],
|
|
158
|
+
tableButtons: [
|
|
159
|
+
{
|
|
160
|
+
displayName: "\u65B0\u589E",
|
|
161
|
+
functionName: "add",
|
|
162
|
+
show: !0,
|
|
163
|
+
transKey: "gd.btn.add",
|
|
164
|
+
icon: "el-icon-plus",
|
|
165
|
+
name: "sysConfig:add"
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
displayName: "\u7F16\u8F91",
|
|
169
|
+
functionName: "edit",
|
|
170
|
+
show: !0,
|
|
171
|
+
transKey: "gd.btn.edit",
|
|
172
|
+
icon: "el-icon-edit",
|
|
173
|
+
name: "sysConfig:edit"
|
|
174
|
+
},
|
|
175
|
+
{
|
|
176
|
+
displayName: "\u5220\u9664",
|
|
177
|
+
functionName: "del",
|
|
178
|
+
show: !0,
|
|
179
|
+
transKey: "gd.btn.del",
|
|
180
|
+
icon: "el-icon-delete",
|
|
181
|
+
btnType: "danger",
|
|
182
|
+
name: "sysConfig:delete"
|
|
183
|
+
}
|
|
184
|
+
],
|
|
185
|
+
formButtons: [{
|
|
186
|
+
displayName: "\u786E\u5B9A",
|
|
187
|
+
functionName: "handleSubmit",
|
|
188
|
+
show: !0,
|
|
189
|
+
transKey: "gd.btn.confirm",
|
|
190
|
+
icon: "el-icon-document-checked",
|
|
191
|
+
validate: !0
|
|
192
|
+
}],
|
|
193
|
+
tableQueries: [{
|
|
194
|
+
transKey: "gd.sysConfig.name",
|
|
195
|
+
effectType: "input",
|
|
196
|
+
prop: "name",
|
|
197
|
+
label: "\u53C2\u6570\u540D",
|
|
198
|
+
placeholder: "\u8BF7\u8F93\u5165",
|
|
199
|
+
placeholderTransKey: "gd.placeholder.input",
|
|
200
|
+
rules: []
|
|
201
|
+
}, {
|
|
202
|
+
transKey: "gd.sysConfig.code",
|
|
203
|
+
effectType: "input",
|
|
204
|
+
prop: "code",
|
|
205
|
+
label: "\u552F\u4E00\u7F16\u7801",
|
|
206
|
+
placeholder: "\u8BF7\u8F93\u5165",
|
|
207
|
+
placeholderTransKey: "gd.placeholder.input",
|
|
208
|
+
rules: []
|
|
209
|
+
}, {
|
|
210
|
+
transKey: "gd.sysConfig.groupCode",
|
|
211
|
+
prop: "groupcode",
|
|
212
|
+
label: "\u6240\u5C5E\u5206\u7C7B",
|
|
213
|
+
effectType: "select",
|
|
214
|
+
dictTypeCode: "consts_type",
|
|
215
|
+
rules: []
|
|
216
|
+
}]
|
|
217
|
+
};
|
|
218
|
+
}
|
|
219
|
+
};
|
|
220
|
+
const m = {
|
|
221
|
+
name: "GdConfig",
|
|
222
|
+
props: {
|
|
223
|
+
height: {
|
|
224
|
+
type: Number,
|
|
225
|
+
default: 100
|
|
226
|
+
}
|
|
227
|
+
},
|
|
228
|
+
mixins: [c, h],
|
|
229
|
+
data() {
|
|
230
|
+
return {
|
|
231
|
+
selectedRowKeys: [],
|
|
232
|
+
selectedRows: [],
|
|
233
|
+
transKey: "gd.btn.add",
|
|
234
|
+
formLoading: !1,
|
|
235
|
+
currentNode: null,
|
|
236
|
+
loadData: (t) => u(Object.assign(t, this.queryParam)).then((e) => e.data),
|
|
237
|
+
queryParam: {},
|
|
238
|
+
sysFlag: {}
|
|
239
|
+
};
|
|
240
|
+
},
|
|
241
|
+
computed: {
|
|
242
|
+
getHeight() {
|
|
243
|
+
return this.height;
|
|
244
|
+
},
|
|
245
|
+
getFormColumns() {
|
|
246
|
+
return this.formColumns.filter((t) => (["\u552F\u4E00\u7F16\u7801", "\u6240\u5C5E\u5206\u7C7B", "\u7CFB\u7EDF\u53C2\u6570"].includes(t.label) && (t.disabled = this.sysFlag.sysflag === "Y"), t));
|
|
247
|
+
},
|
|
248
|
+
...i(["tablePageSize", "tableSize", "labelPosition", "formMode"])
|
|
249
|
+
},
|
|
250
|
+
mounted() {
|
|
251
|
+
},
|
|
252
|
+
methods: {
|
|
253
|
+
onSelectChange(t, e) {
|
|
254
|
+
this.selectedRows = e, this.selectedRowKeys = t;
|
|
255
|
+
},
|
|
256
|
+
refresh() {
|
|
257
|
+
this.$refs.table.refresh();
|
|
258
|
+
},
|
|
259
|
+
editForm(t) {
|
|
260
|
+
this.transKey = "gd.btn.edit", this.sysFlag = t, this.$refs.editForm.open(
|
|
261
|
+
Object.assign(
|
|
262
|
+
{
|
|
263
|
+
...t
|
|
264
|
+
},
|
|
265
|
+
{
|
|
266
|
+
groupcode: String(t.groupcode)
|
|
267
|
+
}
|
|
268
|
+
)
|
|
269
|
+
);
|
|
270
|
+
},
|
|
271
|
+
saveQueries(t) {
|
|
272
|
+
this.queryParam = t, this.refresh();
|
|
273
|
+
},
|
|
274
|
+
add() {
|
|
275
|
+
this.transKey = "gd.btn.add", this.sysFlag = {}, this.$refs.editForm.open(null);
|
|
276
|
+
},
|
|
277
|
+
edit() {
|
|
278
|
+
if (this.selectedRowKeys.length === 0) {
|
|
279
|
+
this.$message.warning(this.$i18nt("gd.https.editTip", "\u8BF7\u9009\u62E9\u9700\u8981\u7F16\u8F91\u7684\u6570\u636E!"));
|
|
280
|
+
return;
|
|
281
|
+
}
|
|
282
|
+
if (this.selectedRowKeys.length > 1) {
|
|
283
|
+
this.$message.warning(this.$i18nt("gd.https.editTipOne", "\u53EA\u80FD\u9009\u62E9\u4E00\u6761\u6570\u636E\u7F16\u8F91!"));
|
|
284
|
+
return;
|
|
285
|
+
}
|
|
286
|
+
this.editForm(this.selectedRows[0]);
|
|
287
|
+
},
|
|
288
|
+
sbumit({ data: t, record: e, btn: s }, r, a) {
|
|
289
|
+
this.formLoading = !0, (e ? p : f)(t).then((n) => {
|
|
290
|
+
n.success ? (this.$message.success(this.$i18nt("gd.https.operateSucc", "\u64CD\u4F5C\u6210\u529F")), a(), this.refresh()) : this.$message.error(this.$i18nt("gd.https.operateFail", "\u64CD\u4F5C\u5931\u8D25") + n.message), this.formLoading = !1;
|
|
291
|
+
});
|
|
292
|
+
},
|
|
293
|
+
del() {
|
|
294
|
+
if (this.selectedRowKeys.length === 0) {
|
|
295
|
+
this.$message.warning(this.$i18nt("gd.https.delTip", "\u8BF7\u9009\u62E9\u9700\u8981\u5220\u9664\u7684\u6570\u636E!"));
|
|
296
|
+
return;
|
|
297
|
+
}
|
|
298
|
+
this.$confirm(this.$i18nt("gd.https.delContent", "\u662F\u5426\u5220\u9664\u9009\u4E2D\u6570\u636E?"), this.$i18nt("gd.https.delTitle", "\u6E29\u99A8\u63D0\u793A"), {
|
|
299
|
+
confirmButtonText: this.$i18nt("gd.https.delOk", "\u786E\u5B9A\u5220\u9664"),
|
|
300
|
+
cancelButtonText: this.$i18nt("gd.https.delCancel", "\u53D6\u6D88"),
|
|
301
|
+
showClose: !1,
|
|
302
|
+
confirmButtonLoading: !1,
|
|
303
|
+
cancelButtonLoading: !1,
|
|
304
|
+
closeOnClickModal: !1,
|
|
305
|
+
type: "warning",
|
|
306
|
+
confirmButtonClass: "el-button--danger",
|
|
307
|
+
customClass: "custom-alert",
|
|
308
|
+
callback: () => {
|
|
309
|
+
},
|
|
310
|
+
beforeClose: (t, e, s) => {
|
|
311
|
+
this.delHand(t, e, s);
|
|
312
|
+
}
|
|
313
|
+
});
|
|
314
|
+
},
|
|
315
|
+
delHand(t, e, s) {
|
|
316
|
+
if (t !== "confirm") {
|
|
317
|
+
s();
|
|
318
|
+
return;
|
|
319
|
+
}
|
|
320
|
+
let r = [];
|
|
321
|
+
this.selectedRows.forEach((a) => {
|
|
322
|
+
let o = g(a).then((n) => n);
|
|
323
|
+
r.push(o);
|
|
324
|
+
}), e.confirmButtonLoading = !0, e.cancelButtonLoading = !0, e.showCancelButton = !1, Promise.all(r).then((a) => {
|
|
325
|
+
e.confirmButtonLoading = !1, e.cancelButtonLoading = !1, e.showCancelButton = !0, s();
|
|
326
|
+
const o = a.filter((n) => !n.success);
|
|
327
|
+
o.length === 0 ? this.$message.success(this.$i18nt("gd.https.delSucc", "\u5220\u9664\u6210\u529F")) : this.$message.error(this.$i18nt("gd.https.delFail", "\u5220\u9664\u5931\u8D25") + o[0].message), this.refresh();
|
|
328
|
+
});
|
|
329
|
+
},
|
|
330
|
+
doEvent(t) {
|
|
331
|
+
let e = t.item.functionName;
|
|
332
|
+
this[e] && this[e]();
|
|
333
|
+
}
|
|
334
|
+
}
|
|
335
|
+
};
|
|
336
|
+
var y = function() {
|
|
337
|
+
var e = this, s = e._self._c;
|
|
338
|
+
return s("div", { staticClass: "gd-page-view" }, [s("div", { staticClass: "page-view-list", staticStyle: { padding: "0px" } }, [s("gd-tables", { ref: "table", attrs: { dataSource: e.loadData, size: e.tableSize, pageSize: e.tablePageSize, columns: e.tableColumns, selectedRowKeys: e.selectedRowKeys, height: e.getHeight, filtering: !0 }, on: { onChange: e.onSelectChange }, scopedSlots: e._u([{ key: "name", fn: function({ column: r, row: a }) {
|
|
339
|
+
return [s("gd-tooltip", { attrs: { rowKey: "name", row: a, highlight: "" }, on: { click: e.editForm } })];
|
|
340
|
+
} }, { key: "code", fn: function({ column: r, row: a }) {
|
|
341
|
+
return [s("gd-tooltip", { attrs: { rowKey: "code", row: a } })];
|
|
342
|
+
} }, { key: "value", fn: function({ column: r, row: a }) {
|
|
343
|
+
return [s("gd-tooltip", { attrs: { rowKey: "value", row: a } })];
|
|
344
|
+
} }, { key: "remark", fn: function({ column: r, row: a }) {
|
|
345
|
+
return [s("gd-tooltip", { attrs: { rowKey: "remark", row: a } })];
|
|
346
|
+
} }, { key: "groupcode", fn: function(r) {
|
|
347
|
+
return [s("el-tag", { style: e._f("dictColor")("consts_type", r.row.groupcode), attrs: { effect: "dark" } }, [e._v(" " + e._s(e._f("dictType")("consts_type", r.row.groupcode)) + " ")])];
|
|
348
|
+
} }, { key: "operator", fn: function() {
|
|
349
|
+
return [s("div", { staticClass: "gd-table-operator" }, [s("div", { staticClass: "gd-table-operatorl" }, [s("el-input", { staticClass: "table-operator-input", attrs: { placeholder: e.$i18nt("gd.sysConfig.name", "\u53C2\u6570\u540D\u79F0"), clearable: "" }, nativeOn: { keyup: function(r) {
|
|
350
|
+
return !r.type.indexOf("key") && e._k(r.keyCode, "enter", 13, r.key, "Enter") ? null : e.refresh.apply(null, arguments);
|
|
351
|
+
} }, model: { value: e.queryParam.name, callback: function(r) {
|
|
352
|
+
e.$set(e.queryParam, "name", r);
|
|
353
|
+
}, expression: "queryParam.name" } }), s("div", { staticClass: "table-operator-search", on: { click: e.refresh } }, [s("i", { staticClass: "el-input__icon el-icon-search" })])], 1), s("div", { staticClass: "gd-table-operatorr" }, [s("gd-btn-list", { attrs: { sysViewButtons: e.tableButtons }, on: { functionName: e.doEvent } })], 1)])];
|
|
354
|
+
}, proxy: !0 }, { key: "filtering", fn: function({ colse: r, visible: a }) {
|
|
355
|
+
return [s("gd-table-queries-field", { attrs: { columns: e.tableQueries, height: e.getHeight, queryParam: e.queryParam, colse: r, visible: a }, on: { save: e.saveQueries } })];
|
|
356
|
+
} }]) })], 1), s("gd-edit-form", { ref: "editForm", attrs: { formItemWidth: "90%", loading: e.formLoading, transKey: e.transKey, buttons: e.formButtons, columns: e.getFormColumns, labelPosition: e.labelPosition, formMode: e.formMode }, on: { sbumit: e.sbumit } })], 1);
|
|
357
|
+
}, b = [], C = /* @__PURE__ */ d(
|
|
358
|
+
m,
|
|
359
|
+
y,
|
|
360
|
+
b,
|
|
361
|
+
!1,
|
|
362
|
+
null,
|
|
363
|
+
"f84e3786",
|
|
364
|
+
null,
|
|
365
|
+
null
|
|
366
|
+
);
|
|
367
|
+
const l = C.exports;
|
|
368
|
+
l.install = function(t) {
|
|
369
|
+
t.component(l.name, l);
|
|
370
|
+
};
|
|
371
|
+
export {
|
|
372
|
+
l as G
|
|
373
|
+
};
|