mooho-base-admin-plus 2.5.7 → 2.5.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/history.md +1 -0
- package/package/mooho-base-admin-plus.min.esm.js +6 -10
- package/package/mooho-base-admin-plus.min.js +2 -2
- package/package/style.css +1 -1
- package/package.json +1 -1
- package/src/components/view/view-table.vue +3 -0
- package/src/pages/system/apiLog.vue +1 -10
- package/src/pages/system/apiOutLog.vue +1 -10
- package/src/pages/system/role.vue +1 -10
- package/src/pages/system/taskQueue.vue +1 -10
package/history.md
CHANGED
|
@@ -17766,8 +17766,7 @@ function _sfc_render$1p(r, a, o, s, l, u) {
|
|
|
17766
17766
|
draggable: r.layout.draggable,
|
|
17767
17767
|
sticky: !0,
|
|
17768
17768
|
"reset-drag-position": !0,
|
|
17769
|
-
width: 800
|
|
17770
|
-
styles: { top: "4vh" }
|
|
17769
|
+
width: 800
|
|
17771
17770
|
}, {
|
|
17772
17771
|
header: withCtx(() => [
|
|
17773
17772
|
createElementVNode("div", null, [
|
|
@@ -17899,8 +17898,7 @@ function _sfc_render$1o(r, a, o, s, l, u) {
|
|
|
17899
17898
|
draggable: r.layout.draggable,
|
|
17900
17899
|
sticky: !0,
|
|
17901
17900
|
"reset-drag-position": !0,
|
|
17902
|
-
width: 800
|
|
17903
|
-
styles: { top: "4vh" }
|
|
17901
|
+
width: 800
|
|
17904
17902
|
}, {
|
|
17905
17903
|
header: withCtx(() => [
|
|
17906
17904
|
createElementVNode("div", null, [
|
|
@@ -22419,8 +22417,7 @@ function _sfc_render$_(r, a, o, s, l, u) {
|
|
|
22419
22417
|
draggable: r.layout.draggable,
|
|
22420
22418
|
sticky: !0,
|
|
22421
22419
|
"reset-drag-position": !0,
|
|
22422
|
-
width: 800
|
|
22423
|
-
styles: { top: "4vh" }
|
|
22420
|
+
width: 800
|
|
22424
22421
|
}, {
|
|
22425
22422
|
header: withCtx(() => [
|
|
22426
22423
|
createElementVNode("div", null, [
|
|
@@ -25264,8 +25261,7 @@ function _sfc_render$P(r, a, o, s, l, u) {
|
|
|
25264
25261
|
draggable: r.layout.draggable,
|
|
25265
25262
|
sticky: !0,
|
|
25266
25263
|
"reset-drag-position": !0,
|
|
25267
|
-
width: 800
|
|
25268
|
-
styles: { top: "4vh" }
|
|
25264
|
+
width: 800
|
|
25269
25265
|
}, {
|
|
25270
25266
|
header: withCtx(() => [
|
|
25271
25267
|
createElementVNode("div", null, [
|
|
@@ -40468,7 +40464,7 @@ const _sfc_main$n = {
|
|
|
40468
40464
|
}) : this.selectedData = [];
|
|
40469
40465
|
}
|
|
40470
40466
|
this.data.forEach((a) => {
|
|
40471
|
-
this.setShowStatus(a);
|
|
40467
|
+
this.setShowStatus(a), a._disabled = this.readonly;
|
|
40472
40468
|
}), this.treeEnable && (this.data.forEach((a) => {
|
|
40473
40469
|
(this.hasChildren == null || this.hasChildren(a)) && (a._loading = !1, a.children = []);
|
|
40474
40470
|
}), this.data = this.copy(this.data)), this.initDataSource();
|
|
@@ -41886,7 +41882,7 @@ function _sfc_render$n(r, a, o, s, l, u) {
|
|
|
41886
41882
|
], 2)
|
|
41887
41883
|
], 2);
|
|
41888
41884
|
}
|
|
41889
|
-
const viewTable = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["render", _sfc_render$n], ["__scopeId", "data-v-
|
|
41885
|
+
const viewTable = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["render", _sfc_render$n], ["__scopeId", "data-v-3030ebb1"]]), __vite_glob_1_32 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
41890
41886
|
__proto__: null,
|
|
41891
41887
|
default: viewTable
|
|
41892
41888
|
}, Symbol.toStringTag, { value: "Module" })), res$1 = "Task", taskApi = {
|