mooho-base-admin-plus 0.1.68 → 0.1.69
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/dist/mooho-base-admin-plus.min.esm.js +9 -1
- package/dist/mooho-base-admin-plus.min.js +3 -3
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/src/components/view/table-filter.vue +4 -1
- package/src/components/view/view-form-draggable.vue +4 -1
- package/src/components/view/view-form.vue +4 -1
- package/src/components/view/view-table.vue +4 -1
|
@@ -32692,6 +32692,8 @@ const _sfc_main$w = {
|
|
|
32692
32692
|
} else if (item.defaultValue.startsWith("{today(") && item.defaultValue.endsWith(")}")) {
|
|
32693
32693
|
let format2 = item.defaultValue.substr(7, item.defaultValue.length - 9);
|
|
32694
32694
|
this.setData(data2, item.code, format$3(new Date(), format2));
|
|
32695
|
+
} else if (item.defaultValue == "{currentUserID}") {
|
|
32696
|
+
this.setData(data2, item.code, this.info.id);
|
|
32695
32697
|
} else if (item.defaultValue == "{currentUser}") {
|
|
32696
32698
|
this.setData(data2, item.code, this.info.name);
|
|
32697
32699
|
} else {
|
|
@@ -36899,6 +36901,8 @@ const _sfc_main$r = {
|
|
|
36899
36901
|
} else if (item.defaultValue.startsWith("{today(") && item.defaultValue.endsWith(")}")) {
|
|
36900
36902
|
let format2 = item.defaultValue.substr(7, item.defaultValue.length - 9);
|
|
36901
36903
|
this.setData(data2, item.code, format$3(new Date(), format2));
|
|
36904
|
+
} else if (item.defaultValue == "{currentUserID}") {
|
|
36905
|
+
this.setData(data2, item.code, this.info.id);
|
|
36902
36906
|
} else if (item.defaultValue == "{currentUser}") {
|
|
36903
36907
|
this.setData(data2, item.code, this.info.name);
|
|
36904
36908
|
} else {
|
|
@@ -37962,6 +37966,8 @@ const _sfc_main$q = {
|
|
|
37962
37966
|
} else if (item.defaultValue.startsWith("{today(") && item.defaultValue.endsWith(")}")) {
|
|
37963
37967
|
let format2 = item.defaultValue.substr(7, item.defaultValue.length - 9);
|
|
37964
37968
|
this.setData(data2, item.code, format$3(new Date(), format2));
|
|
37969
|
+
} else if (item.defaultValue == "{currentUserID}") {
|
|
37970
|
+
this.setData(data2, item.code, this.info.id);
|
|
37965
37971
|
} else if (item.defaultValue == "{currentUser}") {
|
|
37966
37972
|
this.setData(data2, item.code, this.info.name);
|
|
37967
37973
|
} else {
|
|
@@ -39476,7 +39482,7 @@ function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
39476
39482
|
], 2)
|
|
39477
39483
|
], 2);
|
|
39478
39484
|
}
|
|
39479
|
-
var ViewTable = /* @__PURE__ */ _export_sfc(_sfc_main$q, [["render", _sfc_render$q], ["__scopeId", "data-v-
|
|
39485
|
+
var ViewTable = /* @__PURE__ */ _export_sfc(_sfc_main$q, [["render", _sfc_render$q], ["__scopeId", "data-v-18eea7c0"]]);
|
|
39480
39486
|
const _sfc_main$p = {
|
|
39481
39487
|
mixins: [mixinPage],
|
|
39482
39488
|
components: { columnSelect, columnEdit },
|
|
@@ -46367,6 +46373,8 @@ const _sfc_main$o = {
|
|
|
46367
46373
|
} else if (item.defaultValue.startsWith("{today(") && item.defaultValue.endsWith(")}")) {
|
|
46368
46374
|
let format2 = item.defaultValue.substr(7, item.defaultValue.length - 9);
|
|
46369
46375
|
this.setData(data2, item.code, format$3(new Date(), format2));
|
|
46376
|
+
} else if (item.defaultValue == "{currentUserID}") {
|
|
46377
|
+
this.setData(data2, item.code, this.info.id);
|
|
46370
46378
|
} else if (item.defaultValue == "{currentUser}") {
|
|
46371
46379
|
this.setData(data2, item.code, this.info.name);
|
|
46372
46380
|
} else {
|