@since2006/pages 2026.3.2 → 2026.4.0

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 (103) hide show
  1. package/dist/es/index.js +25 -22
  2. package/dist/es/src/app/attachment/AttachmentIndex.vue.js +15 -15
  3. package/dist/es/src/app/attachment/index.js +2 -3
  4. package/dist/es/src/app/dict/DictEdit.vue.js +6 -6
  5. package/dist/es/src/app/dict/DictIndex.vue2.js +17 -17
  6. package/dist/es/src/app/dict/DictPanel.vue2.js +15 -15
  7. package/dist/es/src/app/dict/index.js +3 -4
  8. package/dist/es/src/app/log/components/AccessLogList.vue2.js +43 -43
  9. package/dist/es/src/app/log/components/AuditLogList.vue2.js +23 -23
  10. package/dist/es/src/app/log/components/ErrorLogList.vue2.js +16 -16
  11. package/dist/es/src/app/log/components/LoginLogDetail.vue2.js +2 -2
  12. package/dist/es/src/app/log/components/LoginLogList.vue2.js +21 -21
  13. package/dist/es/src/app/log/components/OperationLogDetail.vue2.js +2 -2
  14. package/dist/es/src/app/log/components/OperationLogList.vue2.js +21 -21
  15. package/dist/es/src/app/metadata/MetadataIndex.vue.js +15 -15
  16. package/dist/es/src/app/metadata/index.js +3 -4
  17. package/dist/es/src/app/module/ModuleAdd.vue.js +1 -1
  18. package/dist/es/src/app/module/ModuleAdd.vue2.js +81 -81
  19. package/dist/es/src/app/module/ModuleDetail.vue.js +53 -53
  20. package/dist/es/src/app/module/ModuleEdit.vue.js +2 -2
  21. package/dist/es/src/app/module/ModuleEdit.vue2.js +92 -92
  22. package/dist/es/src/app/module/ModuleIndex.vue2.js +5 -5
  23. package/dist/es/src/app/module/index.js +2 -3
  24. package/dist/es/src/app/openapi/OpenApiAppEdit.vue.js +320 -0
  25. package/dist/es/src/app/openapi/OpenApiAppEdit.vue2.js +4 -0
  26. package/dist/es/src/app/openapi/OpenApiAppIndex.vue.js +7 -0
  27. package/dist/es/src/app/openapi/OpenApiAppIndex.vue2.js +398 -0
  28. package/dist/es/src/app/openapi/OpenApiCredentialModal.vue.js +105 -0
  29. package/dist/es/src/app/openapi/OpenApiCredentialModal.vue2.js +4 -0
  30. package/dist/es/src/app/openapi/OpenApiLogDetail.vue.js +224 -0
  31. package/dist/es/src/app/openapi/OpenApiLogDetail.vue2.js +4 -0
  32. package/dist/es/src/app/openapi/OpenApiLogIndex.vue.js +266 -0
  33. package/dist/es/src/app/openapi/OpenApiLogIndex.vue2.js +4 -0
  34. package/dist/es/src/app/openapi/OpenApiPermissionEdit.vue.js +169 -0
  35. package/dist/es/src/app/openapi/OpenApiPermissionEdit.vue2.js +4 -0
  36. package/dist/es/src/app/openapi/OpenApiPermissionList.vue.js +156 -0
  37. package/dist/es/src/app/openapi/OpenApiPermissionList.vue2.js +4 -0
  38. package/dist/es/src/app/openapi/api.js +52 -0
  39. package/dist/es/src/app/openapi/index.js +8 -0
  40. package/dist/es/src/app/schedule/CronTypeSelect.vue.js +92 -92
  41. package/dist/es/src/app/schedule/ScheduleAdd.vue2.js +7 -7
  42. package/dist/es/src/app/schedule/ScheduleEdit.vue2.js +7 -7
  43. package/dist/es/src/app/schedule/ScheduleIndex.vue.js +35 -35
  44. package/dist/es/src/app/schedule/ScheduleLogList.vue.js +7 -7
  45. package/dist/es/src/app/schedule/ScheduleLogView.vue2.js +9 -9
  46. package/dist/es/src/app/schedule/index.js +4 -5
  47. package/dist/es/src/app/system/StatusIndex.vue.js +2 -2
  48. package/dist/es/src/app/system/StatusIndex.vue2.js +239 -291
  49. package/dist/es/src/app/system/index.js +2 -3
  50. package/dist/es/src/index.js +19 -16
  51. package/dist/es/style.css +1 -1
  52. package/dist/lib/index.js +1 -1
  53. package/dist/lib/src/app/attachment/AttachmentIndex.vue.js +1 -1
  54. package/dist/lib/src/app/attachment/index.js +1 -1
  55. package/dist/lib/src/app/dict/DictEdit.vue.js +1 -1
  56. package/dist/lib/src/app/dict/DictIndex.vue2.js +1 -1
  57. package/dist/lib/src/app/dict/DictPanel.vue2.js +1 -1
  58. package/dist/lib/src/app/dict/index.js +1 -1
  59. package/dist/lib/src/app/log/components/AccessLogList.vue2.js +1 -1
  60. package/dist/lib/src/app/log/components/AuditLogList.vue2.js +1 -1
  61. package/dist/lib/src/app/log/components/ErrorLogList.vue2.js +1 -1
  62. package/dist/lib/src/app/log/components/LoginLogDetail.vue2.js +1 -1
  63. package/dist/lib/src/app/log/components/LoginLogList.vue2.js +1 -1
  64. package/dist/lib/src/app/log/components/OperationLogDetail.vue2.js +1 -1
  65. package/dist/lib/src/app/log/components/OperationLogList.vue2.js +1 -1
  66. package/dist/lib/src/app/metadata/MetadataIndex.vue.js +1 -1
  67. package/dist/lib/src/app/metadata/index.js +1 -1
  68. package/dist/lib/src/app/module/ModuleAdd.vue.js +1 -1
  69. package/dist/lib/src/app/module/ModuleAdd.vue2.js +1 -1
  70. package/dist/lib/src/app/module/ModuleDetail.vue.js +1 -1
  71. package/dist/lib/src/app/module/ModuleEdit.vue.js +1 -1
  72. package/dist/lib/src/app/module/ModuleEdit.vue2.js +1 -1
  73. package/dist/lib/src/app/module/ModuleIndex.vue2.js +1 -1
  74. package/dist/lib/src/app/module/index.js +1 -1
  75. package/dist/lib/src/app/openapi/OpenApiAppEdit.vue.js +1 -0
  76. package/dist/lib/src/app/openapi/OpenApiAppEdit.vue2.js +1 -0
  77. package/dist/lib/src/app/openapi/OpenApiAppIndex.vue.js +1 -0
  78. package/dist/lib/src/app/openapi/OpenApiAppIndex.vue2.js +19 -0
  79. package/dist/lib/src/app/openapi/OpenApiCredentialModal.vue.js +1 -0
  80. package/dist/lib/src/app/openapi/OpenApiCredentialModal.vue2.js +1 -0
  81. package/dist/lib/src/app/openapi/OpenApiLogDetail.vue.js +1 -0
  82. package/dist/lib/src/app/openapi/OpenApiLogDetail.vue2.js +1 -0
  83. package/dist/lib/src/app/openapi/OpenApiLogIndex.vue.js +1 -0
  84. package/dist/lib/src/app/openapi/OpenApiLogIndex.vue2.js +1 -0
  85. package/dist/lib/src/app/openapi/OpenApiPermissionEdit.vue.js +1 -0
  86. package/dist/lib/src/app/openapi/OpenApiPermissionEdit.vue2.js +1 -0
  87. package/dist/lib/src/app/openapi/OpenApiPermissionList.vue.js +1 -0
  88. package/dist/lib/src/app/openapi/OpenApiPermissionList.vue2.js +1 -0
  89. package/dist/lib/src/app/openapi/api.js +1 -0
  90. package/dist/lib/src/app/openapi/index.js +1 -0
  91. package/dist/lib/src/app/schedule/CronTypeSelect.vue.js +1 -1
  92. package/dist/lib/src/app/schedule/ScheduleAdd.vue2.js +1 -1
  93. package/dist/lib/src/app/schedule/ScheduleEdit.vue2.js +1 -1
  94. package/dist/lib/src/app/schedule/ScheduleIndex.vue.js +1 -1
  95. package/dist/lib/src/app/schedule/ScheduleLogList.vue.js +1 -1
  96. package/dist/lib/src/app/schedule/ScheduleLogView.vue2.js +1 -1
  97. package/dist/lib/src/app/schedule/index.js +1 -1
  98. package/dist/lib/src/app/system/StatusIndex.vue.js +1 -1
  99. package/dist/lib/src/app/system/StatusIndex.vue2.js +1 -1
  100. package/dist/lib/src/app/system/index.js +1 -1
  101. package/dist/lib/src/index.js +1 -1
  102. package/dist/lib/style.css +1 -1
  103. package/package.json +1 -1
@@ -1,6 +1,6 @@
1
1
  import { defineComponent as j, ref as I, reactive as h, computed as z, resolveComponent as s, openBlock as i, createElementBlock as M, createElementVNode as f, createVNode as t, withCtx as a, createTextVNode as d, unref as p, createBlock as m, toDisplayString as _, createCommentVNode as $, nextTick as G } from "vue";
2
2
  import { message as N } from "ant-design-vue";
3
- import { SearchOutlined as J, RedoOutlined as K, WarningTwoTone as Q, DownloadOutlined as X } from "@ant-design/icons-vue";
3
+ import { SearchOutlined as J, RedoOutlined as K, DownloadOutlined as Q, WarningTwoTone as X } from "@ant-design/icons-vue";
4
4
  import { queryErrorLogs as Z } from "../api.js";
5
5
  import { FxCardTable as ee } from "@since2006/components";
6
6
  import te from "./ErrorLogDetail.vue.js";
@@ -149,21 +149,21 @@ const ae = { class: "error-log-list" }, oe = { class: "ant-pro-table" }, le = {
149
149
  }, {
150
150
  default: a(() => [
151
151
  t(R, { value: "ERROR" }, {
152
- default: a(() => e[4] || (e[4] = [
153
- d("ERROR")
154
- ])),
152
+ default: a(() => [...e[4] || (e[4] = [
153
+ d("ERROR", -1)
154
+ ])]),
155
155
  _: 1
156
156
  }),
157
157
  t(R, { value: "WARN" }, {
158
- default: a(() => e[5] || (e[5] = [
159
- d("WARN")
160
- ])),
158
+ default: a(() => [...e[5] || (e[5] = [
159
+ d("WARN", -1)
160
+ ])]),
161
161
  _: 1
162
162
  }),
163
163
  t(R, { value: "INFO" }, {
164
- default: a(() => e[6] || (e[6] = [
165
- d("INFO")
166
- ])),
164
+ default: a(() => [...e[6] || (e[6] = [
165
+ d("INFO", -1)
166
+ ])]),
167
167
  _: 1
168
168
  })
169
169
  ]),
@@ -200,7 +200,7 @@ const ae = { class: "error-log-list" }, oe = { class: "ant-pro-table" }, le = {
200
200
  }, {
201
201
  default: a(() => [
202
202
  t(p(J)),
203
- e[7] || (e[7] = d(" 搜索 "))
203
+ e[7] || (e[7] = d(" 搜索 ", -1))
204
204
  ]),
205
205
  _: 1
206
206
  }, 8, ["loading"]),
@@ -210,7 +210,7 @@ const ae = { class: "error-log-list" }, oe = { class: "ant-pro-table" }, le = {
210
210
  }, {
211
211
  default: a(() => [
212
212
  t(p(K)),
213
- e[8] || (e[8] = d(" 重置 "))
213
+ e[8] || (e[8] = d(" 重置 ", -1))
214
214
  ]),
215
215
  _: 1
216
216
  })
@@ -234,8 +234,8 @@ const ae = { class: "error-log-list" }, oe = { class: "ant-pro-table" }, le = {
234
234
  "row-key": "id"
235
235
  }, {
236
236
  title: a(() => [
237
- t(p(Q)),
238
- e[9] || (e[9] = d(" 错误日志 "))
237
+ t(p(X)),
238
+ e[9] || (e[9] = d(" 错误日志 ", -1))
239
239
  ]),
240
240
  extra: a(() => [
241
241
  t(B, null, {
@@ -245,8 +245,8 @@ const ae = { class: "error-log-list" }, oe = { class: "ant-pro-table" }, le = {
245
245
  loading: g.value
246
246
  }, {
247
247
  default: a(() => [
248
- t(p(X)),
249
- e[10] || (e[10] = d(" 导出 "))
248
+ t(p(Q)),
249
+ e[10] || (e[10] = d(" 导出 ", -1))
250
250
  ]),
251
251
  _: 1
252
252
  }, 8, ["loading"])
@@ -96,7 +96,7 @@ const E = { class: "text-ellipsis" }, q = /* @__PURE__ */ x({
96
96
  }, {
97
97
  default: t(() => [
98
98
  o(f(V)),
99
- c[0] || (c[0] = n(" 成功 "))
99
+ c[0] || (c[0] = n(" 成功 ", -1))
100
100
  ]),
101
101
  _: 1
102
102
  })) : (i(), d(m, {
@@ -105,7 +105,7 @@ const E = { class: "text-ellipsis" }, q = /* @__PURE__ */ x({
105
105
  }, {
106
106
  default: t(() => [
107
107
  o(f(j)),
108
- c[1] || (c[1] = n(" 失败 "))
108
+ c[1] || (c[1] = n(" 失败 ", -1))
109
109
  ]),
110
110
  _: 1
111
111
  }))
@@ -1,6 +1,6 @@
1
1
  import { defineComponent as B, ref as w, reactive as R, computed as j, resolveComponent as s, openBlock as d, createElementBlock as k, createElementVNode as Y, createVNode as t, withCtx as a, createTextVNode as r, unref as i, Fragment as z, createBlock as _, toDisplayString as $, createCommentVNode as G, nextTick as h } from "vue";
2
2
  import { message as D } from "ant-design-vue";
3
- import { SecurityScanTwoTone as J, DownloadOutlined as K, CheckCircleOutlined as Q, CloseCircleOutlined as W } from "@ant-design/icons-vue";
3
+ import { CheckCircleOutlined as J, CloseCircleOutlined as K, DownloadOutlined as Q, SecurityScanTwoTone as W } from "@ant-design/icons-vue";
4
4
  import { queryLoginLogs as X } from "../api.js";
5
5
  import { FxCardTable as Z } from "@since2006/components";
6
6
  import ee from "./LoginLogDetail.vue.js";
@@ -155,15 +155,15 @@ const ae = { class: "login-log-list" }, oe = { class: "ant-pro-table" }, ne = {
155
155
  }, {
156
156
  default: a(() => [
157
157
  t(b, { value: 1 }, {
158
- default: a(() => e[5] || (e[5] = [
159
- r("成功")
160
- ])),
158
+ default: a(() => [...e[5] || (e[5] = [
159
+ r("成功", -1)
160
+ ])]),
161
161
  _: 1
162
162
  }),
163
163
  t(b, { value: 0 }, {
164
- default: a(() => e[6] || (e[6] = [
165
- r("失败")
166
- ])),
164
+ default: a(() => [...e[6] || (e[6] = [
165
+ r("失败", -1)
166
+ ])]),
167
167
  _: 1
168
168
  })
169
169
  ]),
@@ -198,18 +198,18 @@ const ae = { class: "login-log-list" }, oe = { class: "ant-pro-table" }, ne = {
198
198
  type: "primary",
199
199
  loading: L.value
200
200
  }, {
201
- default: a(() => e[7] || (e[7] = [
202
- r("搜索")
203
- ])),
201
+ default: a(() => [...e[7] || (e[7] = [
202
+ r("搜索", -1)
203
+ ])]),
204
204
  _: 1
205
205
  }, 8, ["loading"]),
206
206
  t(y, {
207
207
  onClick: S,
208
208
  style: { "margin-left": "8px" }
209
209
  }, {
210
- default: a(() => e[8] || (e[8] = [
211
- r("重置")
212
- ])),
210
+ default: a(() => [...e[8] || (e[8] = [
211
+ r("重置", -1)
212
+ ])]),
213
213
  _: 1
214
214
  })
215
215
  ]),
@@ -232,8 +232,8 @@ const ae = { class: "login-log-list" }, oe = { class: "ant-pro-table" }, ne = {
232
232
  "row-key": "id"
233
233
  }, {
234
234
  title: a(() => [
235
- t(i(J)),
236
- e[9] || (e[9] = r(" 登录日志 "))
235
+ t(i(W)),
236
+ e[9] || (e[9] = r(" 登录日志 ", -1))
237
237
  ]),
238
238
  extra: a(() => [
239
239
  t(N, null, {
@@ -243,8 +243,8 @@ const ae = { class: "login-log-list" }, oe = { class: "ant-pro-table" }, ne = {
243
243
  loading: x.value
244
244
  }, {
245
245
  default: a(() => [
246
- t(i(K)),
247
- e[10] || (e[10] = r(" 导出 "))
246
+ t(i(Q)),
247
+ e[10] || (e[10] = r(" 导出 ", -1))
248
248
  ]),
249
249
  _: 1
250
250
  }, 8, ["loading"])
@@ -259,8 +259,8 @@ const ae = { class: "login-log-list" }, oe = { class: "ant-pro-table" }, ne = {
259
259
  color: "green"
260
260
  }, {
261
261
  default: a(() => [
262
- t(i(Q)),
263
- e[11] || (e[11] = r(" 成功 "))
262
+ t(i(J)),
263
+ e[11] || (e[11] = r(" 成功 ", -1))
264
264
  ]),
265
265
  _: 1
266
266
  })) : (d(), _(v, {
@@ -268,8 +268,8 @@ const ae = { class: "login-log-list" }, oe = { class: "ant-pro-table" }, ne = {
268
268
  color: "red"
269
269
  }, {
270
270
  default: a(() => [
271
- t(i(W)),
272
- e[12] || (e[12] = r(" 失败 "))
271
+ t(i(K)),
272
+ e[12] || (e[12] = r(" 失败 ", -1))
273
273
  ]),
274
274
  _: 1
275
275
  }))
@@ -137,7 +137,7 @@ const J = { class: "method-text" }, U = { class: "json-container" }, z = { class
137
137
  }, {
138
138
  default: t(() => [
139
139
  l(b(L)),
140
- c[0] || (c[0] = n(" 成功 "))
140
+ c[0] || (c[0] = n(" 成功 ", -1))
141
141
  ]),
142
142
  _: 1
143
143
  })) : (s(), d(_, {
@@ -146,7 +146,7 @@ const J = { class: "method-text" }, U = { class: "json-container" }, z = { class
146
146
  }, {
147
147
  default: t(() => [
148
148
  l(b(V)),
149
- c[1] || (c[1] = n(" 失败 "))
149
+ c[1] || (c[1] = n(" 失败 ", -1))
150
150
  ]),
151
151
  _: 1
152
152
  }))
@@ -1,6 +1,6 @@
1
1
  import { defineComponent as G, ref as w, reactive as R, computed as $, resolveComponent as s, openBlock as i, createElementBlock as g, createElementVNode as I, createVNode as t, withCtx as a, createTextVNode as r, unref as u, Fragment as K, createBlock as _, toDisplayString as v, normalizeStyle as Q, createCommentVNode as W, nextTick as D } from "vue";
2
2
  import { message as P } from "ant-design-vue";
3
- import { ToolTwoTone as X, DownloadOutlined as Z, CheckCircleOutlined as ee, CloseCircleOutlined as te } from "@ant-design/icons-vue";
3
+ import { CheckCircleOutlined as X, CloseCircleOutlined as Z, DownloadOutlined as ee, ToolTwoTone as te } from "@ant-design/icons-vue";
4
4
  import { queryOperationLogs as ae } from "../api.js";
5
5
  import { FxCardTable as oe } from "@since2006/components";
6
6
  import ne from "./OperationLogDetail.vue.js";
@@ -169,15 +169,15 @@ const le = { class: "operation-log-list" }, se = { class: "ant-pro-table" }, re
169
169
  }, {
170
170
  default: a(() => [
171
171
  t(b, { value: 1 }, {
172
- default: a(() => e[5] || (e[5] = [
173
- r("成功")
174
- ])),
172
+ default: a(() => [...e[5] || (e[5] = [
173
+ r("成功", -1)
174
+ ])]),
175
175
  _: 1
176
176
  }),
177
177
  t(b, { value: 0 }, {
178
- default: a(() => e[6] || (e[6] = [
179
- r("失败")
180
- ])),
178
+ default: a(() => [...e[6] || (e[6] = [
179
+ r("失败", -1)
180
+ ])]),
181
181
  _: 1
182
182
  })
183
183
  ]),
@@ -212,18 +212,18 @@ const le = { class: "operation-log-list" }, se = { class: "ant-pro-table" }, re
212
212
  type: "primary",
213
213
  loading: Y.value
214
214
  }, {
215
- default: a(() => e[7] || (e[7] = [
216
- r("搜索")
217
- ])),
215
+ default: a(() => [...e[7] || (e[7] = [
216
+ r("搜索", -1)
217
+ ])]),
218
218
  _: 1
219
219
  }, 8, ["loading"]),
220
220
  t(k, {
221
221
  onClick: U,
222
222
  style: { "margin-left": "8px" }
223
223
  }, {
224
- default: a(() => e[8] || (e[8] = [
225
- r("重置")
226
- ])),
224
+ default: a(() => [...e[8] || (e[8] = [
225
+ r("重置", -1)
226
+ ])]),
227
227
  _: 1
228
228
  })
229
229
  ]),
@@ -246,8 +246,8 @@ const le = { class: "operation-log-list" }, se = { class: "ant-pro-table" }, re
246
246
  "row-key": "id"
247
247
  }, {
248
248
  title: a(() => [
249
- t(u(X)),
250
- e[9] || (e[9] = r(" 操作日志 "))
249
+ t(u(te)),
250
+ e[9] || (e[9] = r(" 操作日志 ", -1))
251
251
  ]),
252
252
  extra: a(() => [
253
253
  t(j, null, {
@@ -257,8 +257,8 @@ const le = { class: "operation-log-list" }, se = { class: "ant-pro-table" }, re
257
257
  loading: C.value
258
258
  }, {
259
259
  default: a(() => [
260
- t(u(Z)),
261
- e[10] || (e[10] = r(" 导出 "))
260
+ t(u(ee)),
261
+ e[10] || (e[10] = r(" 导出 ", -1))
262
262
  ]),
263
263
  _: 1
264
264
  }, 8, ["loading"])
@@ -273,8 +273,8 @@ const le = { class: "operation-log-list" }, se = { class: "ant-pro-table" }, re
273
273
  color: "green"
274
274
  }, {
275
275
  default: a(() => [
276
- t(u(ee)),
277
- e[11] || (e[11] = r(" 成功 "))
276
+ t(u(X)),
277
+ e[11] || (e[11] = r(" 成功 ", -1))
278
278
  ]),
279
279
  _: 1
280
280
  })) : (i(), _(x, {
@@ -282,8 +282,8 @@ const le = { class: "operation-log-list" }, se = { class: "ant-pro-table" }, re
282
282
  color: "red"
283
283
  }, {
284
284
  default: a(() => [
285
- t(u(te)),
286
- e[12] || (e[12] = r(" 失败 "))
285
+ t(u(Z)),
286
+ e[12] || (e[12] = r(" 失败 ", -1))
287
287
  ]),
288
288
  _: 1
289
289
  }))
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as B, ref as u, reactive as M, resolveComponent as o, openBlock as f, createElementBlock as k, createElementVNode as m, createVNode as e, withCtx as t, createTextVNode as l, unref as i, createBlock as j, toDisplayString as F, createCommentVNode as b, Fragment as Y } from "vue";
2
- import { ProfileTwoTone as z, PlusOutlined as O } from "@ant-design/icons-vue";
2
+ import { PlusOutlined as z, ProfileTwoTone as O } from "@ant-design/icons-vue";
3
3
  import { queryMetadatas as A, deleteMetadata as G } from "./api.js";
4
4
  import { message as _ } from "ant-design-vue";
5
5
  import { FxCardTable as H } from "@since2006/components";
@@ -89,18 +89,18 @@ const Q = { class: "ant-pro-table" }, W = { class: "ant-pro-table-search" }, X =
89
89
  onClick: p,
90
90
  type: "primary"
91
91
  }, {
92
- default: t(() => a[1] || (a[1] = [
93
- l("搜索")
94
- ])),
92
+ default: t(() => [...a[1] || (a[1] = [
93
+ l("搜索", -1)
94
+ ])]),
95
95
  _: 1
96
96
  }),
97
97
  e(c, {
98
98
  onClick: g,
99
99
  style: { "margin-left": "16px" }
100
100
  }, {
101
- default: t(() => a[2] || (a[2] = [
102
- l("重置")
103
- ])),
101
+ default: t(() => [...a[2] || (a[2] = [
102
+ l("重置", -1)
103
+ ])]),
104
104
  _: 1
105
105
  })
106
106
  ]),
@@ -121,8 +121,8 @@ const Q = { class: "ant-pro-table" }, W = { class: "ant-pro-table-search" }, X =
121
121
  ref: n
122
122
  }, {
123
123
  title: t(() => [
124
- e(i(z)),
125
- a[3] || (a[3] = l(" 元数据配置 "))
124
+ e(i(O)),
125
+ a[3] || (a[3] = l(" 元数据配置 ", -1))
126
126
  ]),
127
127
  toolbar: t(() => [
128
128
  e(c, {
@@ -130,8 +130,8 @@ const Q = { class: "ant-pro-table" }, W = { class: "ant-pro-table-search" }, X =
130
130
  onClick: R
131
131
  }, {
132
132
  default: t(() => [
133
- e(i(O)),
134
- a[4] || (a[4] = l(" 新建 "))
133
+ e(i(z)),
134
+ a[4] || (a[4] = l(" 新建 ", -1))
135
135
  ]),
136
136
  _: 1
137
137
  })
@@ -155,11 +155,11 @@ const Q = { class: "ant-pro-table" }, W = { class: "ant-pro-table-search" }, X =
155
155
  title: "确定要删除吗?",
156
156
  onConfirm: ($) => h(x)
157
157
  }, {
158
- default: t(() => a[5] || (a[5] = [
158
+ default: t(() => [...a[5] || (a[5] = [
159
159
  m("a", null, "删除", -1)
160
- ])),
161
- _: 2
162
- }, 1032, ["onConfirm"])
160
+ ])]),
161
+ _: 1
162
+ }, 8, ["onConfirm"])
163
163
  ], 64)) : b("", !0)
164
164
  ]),
165
165
  _: 1
@@ -1,7 +1,6 @@
1
1
  import t from "./MetadataIndex.vue.js";
2
- import { withInstall as a } from "@since2006/utils";
3
- const r = a(t);
2
+ import { withInstall as o } from "@since2006/utils";
3
+ const r = o(t);
4
4
  export {
5
- r as MetadataIndex,
6
- r as default
5
+ r as MetadataIndex
7
6
  };
@@ -1,7 +1,7 @@
1
1
  import o from "./ModuleAdd.vue2.js";
2
2
  /* empty css */
3
3
  import t from "../../../_virtual/_plugin-vue_export-helper.js";
4
- const d = /* @__PURE__ */ t(o, [["__scopeId", "data-v-f8a348f6"]]);
4
+ const d = /* @__PURE__ */ t(o, [["__scopeId", "data-v-83fb02af"]]);
5
5
  export {
6
6
  d as default
7
7
  };