mooho-base-admin-plus 2.4.20 → 2.4.22
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 +2 -0
- package/package/mooho-base-admin-plus.min.esm.js +3 -3
- 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/column-edit.vue +1 -1
- package/src/components/view/filter-edit.vue +1 -1
- package/src/pages/template/processPage.vue +7 -1
- package/src/styles/css/login.css +13 -519
package/history.md
CHANGED
|
@@ -31853,7 +31853,7 @@ function _sfc_render$T(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
31853
31853
|
}, null, 8, ["modelValue"]),
|
|
31854
31854
|
createVNode$1(_component_Dropdown, {
|
|
31855
31855
|
style: { "margin-left": "8px" },
|
|
31856
|
-
transfer:
|
|
31856
|
+
transfer: true,
|
|
31857
31857
|
onOnClick: $options.selectDefault
|
|
31858
31858
|
}, {
|
|
31859
31859
|
list: withCtx(() => [
|
|
@@ -34300,7 +34300,7 @@ function _sfc_render$L(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
34300
34300
|
]),
|
|
34301
34301
|
_: 1
|
|
34302
34302
|
}, 8, ["onClick"]),
|
|
34303
|
-
_ctx.$refs.form && _ctx.$refs.form.data && _ctx.$refs.form.data.application && (_ctx.$refs.form.data.application.status == "Draft" || _ctx.$refs.form.data.application.status == "Rejected") ? (openBlock(), createBlock(_component_Button, {
|
|
34303
|
+
_ctx.$refs.form && _ctx.$refs.form.data && _ctx.$refs.form.data.application && _ctx.$refs.form.data.applicationID && (_ctx.$refs.form.data.application.status == "Draft" || _ctx.$refs.form.data.application.status == "Rejected") ? (openBlock(), createBlock(_component_Button, {
|
|
34304
34304
|
key: 0,
|
|
34305
34305
|
type: "warning",
|
|
34306
34306
|
"custom-icon": "fa fa-trash-alt",
|
|
@@ -39453,7 +39453,7 @@ function _sfc_render$v(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
39453
39453
|
}, null, 8, ["modelValue"]),
|
|
39454
39454
|
createVNode$1(_component_Dropdown, {
|
|
39455
39455
|
style: { "margin-left": "8px" },
|
|
39456
|
-
transfer:
|
|
39456
|
+
transfer: true,
|
|
39457
39457
|
onOnClick: $options.selectDefault
|
|
39458
39458
|
}, {
|
|
39459
39459
|
list: withCtx(() => [
|