mooho-base-admin-plus 2.4.20 → 2.4.21

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 CHANGED
@@ -52,3 +52,4 @@
52
52
  2.4.18 - 修复上一版本导致的 bug
53
53
  2.4.19 - 修复自定义图标按钮无法显示的 bug
54
54
  2.4.20 - 默认值下拉框优化
55
+ 2.4.21 - 优化 login css 避免污染其他页面
@@ -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",