@fecp/designer 5.4.76 → 5.4.77
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/es/designer/package.json.mjs +1 -1
- package/es/designer/src/components/DocumentParam.vue.mjs +1 -1
- package/es/designer/src/components/ParamsConfig.vue2.mjs +1 -1
- package/es/designer/src/layout/aside/HiddenFieldDialog.vue.mjs +1 -1
- package/es/designer/src/packages/advancedFilter/ValueInput.vue2.mjs +1 -1
- package/es/designer/src/packages/dataLinkage/index.vue.mjs +1 -1
- package/es/designer/src/packages/dialog/index.vue.mjs +1 -1
- package/es/designer/src/packages/dialogGlobal/index.vue.mjs +1 -1
- package/es/designer/src/packages/eventFlow/dialog/action/RiskSch.vue.mjs +1 -1
- package/es/designer/src/packages/form/property/approvalHistory.vue.mjs +1 -1
- package/es/designer/src/packages/form/property/contract.vue.mjs +1 -1
- package/es/designer/src/packages/form/property/subForm.vue.mjs +1 -1
- package/es/designer/src/packages/prod/index.vue.mjs +1 -1
- package/es/designer/src/packages/table/headerBtn.vue.mjs +1 -1
- package/es/designer.css +54 -54
- package/es/packages/mobile/src/components/navigation/navBar/NavBar.vue.mjs +22 -1
- package/es/packages/mobile/src/components/navigation/tabbar/Tabbar.vue.mjs +18 -1
- package/es/packages/vue/src/components/forms/form/Form.vue.mjs +25 -29
- package/es/packages/vue/src/components/table/TableColumn.vue.mjs +26 -6
- package/lib/designer/package.json.js +1 -1
- package/lib/designer/src/components/DocumentParam.vue.js +1 -1
- package/lib/designer/src/components/ParamsConfig.vue2.js +1 -1
- package/lib/designer/src/layout/aside/HiddenFieldDialog.vue.js +1 -1
- package/lib/designer/src/packages/advancedFilter/ValueInput.vue2.js +1 -1
- package/lib/designer/src/packages/dataLinkage/index.vue.js +1 -1
- package/lib/designer/src/packages/dialog/index.vue.js +1 -1
- package/lib/designer/src/packages/dialogGlobal/index.vue.js +1 -1
- package/lib/designer/src/packages/eventFlow/dialog/action/RiskSch.vue.js +1 -1
- package/lib/designer/src/packages/form/property/approvalHistory.vue.js +1 -1
- package/lib/designer/src/packages/form/property/contract.vue.js +1 -1
- package/lib/designer/src/packages/form/property/subForm.vue.js +1 -1
- package/lib/designer/src/packages/prod/index.vue.js +1 -1
- package/lib/designer/src/packages/table/headerBtn.vue.js +1 -1
- package/lib/designer.css +54 -54
- package/lib/packages/mobile/src/components/navigation/navBar/NavBar.vue.js +22 -1
- package/lib/packages/mobile/src/components/navigation/tabbar/Tabbar.vue.js +17 -0
- package/lib/packages/vue/src/components/forms/form/Form.vue.js +25 -29
- package/lib/packages/vue/src/components/table/TableColumn.vue.js +26 -6
- package/package.json +1 -1
|
@@ -9,7 +9,7 @@ import "../../../node_modules/element-plus/es/index.mjs";
|
|
|
9
9
|
/* empty css */
|
|
10
10
|
import { computed, ref, createElementBlock, openBlock, createBlock, unref, withCtx, createTextVNode, createElementVNode, Fragment, renderList, createVNode } from "vue";
|
|
11
11
|
import { Plus as plus_default, Delete as delete_default } from "../../../node_modules/@element-plus/icons-vue/dist/index.mjs";
|
|
12
|
-
import ValueSelector from "./ValueSelector.
|
|
12
|
+
import ValueSelector from "./ValueSelector.vue.mjs";
|
|
13
13
|
import api from "../api/index.mjs";
|
|
14
14
|
/* empty css */
|
|
15
15
|
import _export_sfc from "../../../_virtual/_plugin-vue_export-helper.mjs";
|
|
@@ -4,7 +4,7 @@ import "../../../node_modules/element-plus/es/index.mjs";
|
|
|
4
4
|
/* empty css */
|
|
5
5
|
import { computed, createElementBlock, openBlock, createBlock, unref, withCtx, createTextVNode, createElementVNode, Fragment, renderList, createVNode } from "vue";
|
|
6
6
|
import { Plus as plus_default, Delete as delete_default } from "../../../node_modules/@element-plus/icons-vue/dist/index.mjs";
|
|
7
|
-
import ValueSelector from "./ValueSelector.
|
|
7
|
+
import ValueSelector from "./ValueSelector.vue.mjs";
|
|
8
8
|
/* empty css */
|
|
9
9
|
import _export_sfc from "../../../_virtual/_plugin-vue_export-helper.mjs";
|
|
10
10
|
import { ElButton } from "../../../node_modules/element-plus/es/components/button/index.mjs";
|
|
@@ -16,7 +16,7 @@ import { Plus as plus_default, RefreshRight as refresh_right_default, Delete as
|
|
|
16
16
|
import { getEditConfigData, getEditingType, cloneDeep, getEditConfigDataFields } from "../../packages/utils/common.mjs";
|
|
17
17
|
import { defaultProperty } from "../../packages/form/aside/index.mjs";
|
|
18
18
|
import { defaultProperty as defaultProperty$1 } from "../../packages/table/aside/index.mjs";
|
|
19
|
-
import ValueSelector from "../../components/ValueSelector.
|
|
19
|
+
import ValueSelector from "../../components/ValueSelector.vue.mjs";
|
|
20
20
|
/* empty css */
|
|
21
21
|
import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.mjs";
|
|
22
22
|
import { ElDialog } from "../../../../node_modules/element-plus/es/components/dialog/index.mjs";
|
|
@@ -14,7 +14,7 @@ import "../../../../node_modules/element-plus/theme-chalk/el-tooltip.css.mjs";
|
|
|
14
14
|
import "../../../../node_modules/element-plus/theme-chalk/el-date-picker.css.mjs";
|
|
15
15
|
import { computed, watch, ref, createElementBlock, unref, openBlock, createBlock, isRef, createVNode, createElementVNode, withCtx, Fragment, renderList } from "vue";
|
|
16
16
|
import { useVModel } from "../../../../node_modules/@vueuse/core/dist/index.mjs";
|
|
17
|
-
import ValueSelector from "../../components/ValueSelector.
|
|
17
|
+
import ValueSelector from "../../components/ValueSelector.vue.mjs";
|
|
18
18
|
import api from "../../api/index.mjs";
|
|
19
19
|
import { getEditConfigDataSources } from "../utils/common.mjs";
|
|
20
20
|
import { createDataSource } from "../utils/datasource.mjs";
|
|
@@ -30,7 +30,7 @@ import "../../../../node_modules/element-plus/theme-chalk/el-date-picker.css.mjs
|
|
|
30
30
|
/* empty css */
|
|
31
31
|
/* empty css */
|
|
32
32
|
import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.mjs";
|
|
33
|
-
/* empty css
|
|
33
|
+
/* empty css */
|
|
34
34
|
import "../../axios/config.mjs";
|
|
35
35
|
import "../../../../_virtual/FileSaver.min.mjs";
|
|
36
36
|
import "../../../../_virtual/index.mjs";
|
|
@@ -982,7 +982,7 @@ const _sfc_main = {
|
|
|
982
982
|
};
|
|
983
983
|
}
|
|
984
984
|
};
|
|
985
|
-
const DialogDialog = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
985
|
+
const DialogDialog = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-24bfc32a"]]);
|
|
986
986
|
export {
|
|
987
987
|
DialogDialog as default
|
|
988
988
|
};
|
|
@@ -84,7 +84,7 @@ import widgets from "../table/property/widgets.vue.mjs";
|
|
|
84
84
|
import "../../../../node_modules/element-plus/theme-chalk/el-tab-pane.css.mjs";
|
|
85
85
|
/* empty css */
|
|
86
86
|
/* empty css */
|
|
87
|
-
/* empty css
|
|
87
|
+
/* empty css */
|
|
88
88
|
/* empty css */
|
|
89
89
|
/* empty css */
|
|
90
90
|
/* empty css */
|
|
@@ -4,7 +4,7 @@ import "../../../../../../node_modules/element-plus/es/index.mjs";
|
|
|
4
4
|
/* empty css */
|
|
5
5
|
import { createElementBlock, openBlock, Fragment, createVNode, withCtx } from "vue";
|
|
6
6
|
import RiskSchemeSelector from "../../../../components/RiskSchemeSelector.vue2.mjs";
|
|
7
|
-
import ValueSelector from "../../../../components/ValueSelector.
|
|
7
|
+
import ValueSelector from "../../../../components/ValueSelector.vue.mjs";
|
|
8
8
|
import ParamsConfig from "../../../../components/ParamsConfig.vue2.mjs";
|
|
9
9
|
import { ElFormItem } from "../../../../../../node_modules/element-plus/es/components/form/index.mjs";
|
|
10
10
|
import { ElSwitch } from "../../../../../../node_modules/element-plus/es/components/switch/index.mjs";
|
|
@@ -11,7 +11,7 @@ import "../../../../../node_modules/element-plus/es/index.mjs";
|
|
|
11
11
|
import { computed, ref, watch, createBlock, openBlock, unref, isRef, withCtx, createVNode, createElementBlock, createCommentVNode, createTextVNode, Fragment } from "vue";
|
|
12
12
|
import { getCurrentItem, getEditConfigData } from "../../utils/common.mjs";
|
|
13
13
|
import emitter from "../../utils/eventBus.mjs";
|
|
14
|
-
import ValueSelector from "../../../components/ValueSelector.
|
|
14
|
+
import ValueSelector from "../../../components/ValueSelector.vue.mjs";
|
|
15
15
|
import { ElCollapse, ElCollapseItem } from "../../../../../node_modules/element-plus/es/components/collapse/index.mjs";
|
|
16
16
|
import { ElForm, ElFormItem } from "../../../../../node_modules/element-plus/es/components/form/index.mjs";
|
|
17
17
|
import { ElInput } from "../../../../../node_modules/element-plus/es/components/input/index.mjs";
|
|
@@ -17,7 +17,7 @@ import "../../../../../node_modules/element-plus/es/index.mjs";
|
|
|
17
17
|
import { computed, ref, createBlock, openBlock, withCtx, createVNode, createTextVNode, createElementBlock, Fragment, renderList } from "vue";
|
|
18
18
|
import { getCurrentItem } from "../../utils/common.mjs";
|
|
19
19
|
import "../../utils/eventBus.mjs";
|
|
20
|
-
import ValueSelector from "../../../components/ValueSelector.
|
|
20
|
+
import ValueSelector from "../../../components/ValueSelector.vue.mjs";
|
|
21
21
|
import api from "../../../api/index.mjs";
|
|
22
22
|
import ParamsConfig from "../../../components/ParamsConfig.vue2.mjs";
|
|
23
23
|
/* empty css */
|
|
@@ -12,7 +12,7 @@ import { computed, ref, createBlock, openBlock, unref, isRef, withCtx, createVNo
|
|
|
12
12
|
import { getCurrentItem, getEditConfigData } from "../../utils/common.mjs";
|
|
13
13
|
import TemplateSelector from "../../../components/TemplateSelector.vue2.mjs";
|
|
14
14
|
import emitter from "../../utils/eventBus.mjs";
|
|
15
|
-
import ValueSelector from "../../../components/ValueSelector.
|
|
15
|
+
import ValueSelector from "../../../components/ValueSelector.vue.mjs";
|
|
16
16
|
import ParamsConfig from "../../../components/ParamsConfig.vue2.mjs";
|
|
17
17
|
import { ElCollapse, ElCollapseItem } from "../../../../../node_modules/element-plus/es/components/collapse/index.mjs";
|
|
18
18
|
import { ElForm, ElFormItem } from "../../../../../node_modules/element-plus/es/components/form/index.mjs";
|
|
@@ -14,7 +14,7 @@ import "../../../../node_modules/element-plus/es/index.mjs";
|
|
|
14
14
|
import { useModel, ref, watch, computed, createBlock, openBlock, withCtx, createVNode, createElementVNode, createElementBlock, Fragment, renderList, createTextVNode, unref } from "vue";
|
|
15
15
|
import { Plus as plus_default } from "../../../../node_modules/@element-plus/icons-vue/dist/index.mjs";
|
|
16
16
|
import { getEditConfigData, getEditConfigDataFields, setEditConfigData } from "../utils/common.mjs";
|
|
17
|
-
import ValueSelector from "../../components/ValueSelector.
|
|
17
|
+
import ValueSelector from "../../components/ValueSelector.vue.mjs";
|
|
18
18
|
import api from "../../api/index.mjs";
|
|
19
19
|
/* empty css */
|
|
20
20
|
import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.mjs";
|
package/es/designer.css
CHANGED
|
@@ -1688,7 +1688,7 @@
|
|
|
1688
1688
|
}
|
|
1689
1689
|
[data-v-f6e822bf] .el-form-item__content {
|
|
1690
1690
|
flex-wrap: wrap !important;
|
|
1691
|
-
}.dialog-menu-item[data-v-
|
|
1691
|
+
}.dialog-menu-item[data-v-24bfc32a] {
|
|
1692
1692
|
padding: 10px;
|
|
1693
1693
|
border: 1px solid #ebeef5;
|
|
1694
1694
|
margin-bottom: 8px;
|
|
@@ -1697,74 +1697,74 @@
|
|
|
1697
1697
|
cursor: pointer;
|
|
1698
1698
|
transition: all 0.3s;
|
|
1699
1699
|
}
|
|
1700
|
-
.dialog-menu-item.is-active[data-v-
|
|
1700
|
+
.dialog-menu-item.is-active[data-v-24bfc32a] {
|
|
1701
1701
|
border-color: #409eff;
|
|
1702
1702
|
background-color: #ecf5ff;
|
|
1703
1703
|
}
|
|
1704
|
-
.dialog-menu-item.is-editing[data-v-
|
|
1704
|
+
.dialog-menu-item.is-editing[data-v-24bfc32a] {
|
|
1705
1705
|
cursor: default;
|
|
1706
1706
|
background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
|
|
1707
1707
|
border-color: #91d5ff;
|
|
1708
1708
|
}
|
|
1709
|
-
.dialog-menu-item.is-editing .new-item-content[data-v-
|
|
1709
|
+
.dialog-menu-item.is-editing .new-item-content[data-v-24bfc32a] {
|
|
1710
1710
|
display: flex;
|
|
1711
1711
|
flex-direction: column;
|
|
1712
1712
|
gap: 12px;
|
|
1713
1713
|
}
|
|
1714
|
-
.dialog-menu-item.is-editing .new-item-content .edit-actions[data-v-
|
|
1714
|
+
.dialog-menu-item.is-editing .new-item-content .edit-actions[data-v-24bfc32a] {
|
|
1715
1715
|
display: flex;
|
|
1716
1716
|
justify-content: flex-end;
|
|
1717
1717
|
align-items: center;
|
|
1718
1718
|
}
|
|
1719
|
-
.dialog-menu-item.is-editing .new-item-content .new-item-input[data-v-
|
|
1719
|
+
.dialog-menu-item.is-editing .new-item-content .new-item-input[data-v-24bfc32a] .el-input__wrapper {
|
|
1720
1720
|
border-color: #91d5ff;
|
|
1721
1721
|
box-shadow: 0 0 0 1px #91d5ff inset;
|
|
1722
1722
|
}
|
|
1723
|
-
.dialog-menu-item.is-editing .new-item-content .new-item-input[data-v-
|
|
1723
|
+
.dialog-menu-item.is-editing .new-item-content .new-item-input[data-v-24bfc32a] .el-input__wrapper:focus-within {
|
|
1724
1724
|
border-color: #409eff;
|
|
1725
1725
|
box-shadow: 0 0 0 1px #409eff inset;
|
|
1726
1726
|
}
|
|
1727
|
-
.dialog-menu-item[data-v-
|
|
1727
|
+
.dialog-menu-item[data-v-24bfc32a]:hover:not(.is-editing) {
|
|
1728
1728
|
border-color: #c6e2ff;
|
|
1729
1729
|
}
|
|
1730
|
-
.dialog-menu-item .dialog-content[data-v-
|
|
1730
|
+
.dialog-menu-item .dialog-content[data-v-24bfc32a] {
|
|
1731
1731
|
display: flex;
|
|
1732
1732
|
justify-content: space-between;
|
|
1733
1733
|
align-items: center;
|
|
1734
1734
|
gap: 12px;
|
|
1735
1735
|
}
|
|
1736
|
-
.dialog-menu-item .dialog-name-wrapper[data-v-
|
|
1736
|
+
.dialog-menu-item .dialog-name-wrapper[data-v-24bfc32a] {
|
|
1737
1737
|
flex: 1;
|
|
1738
1738
|
display: flex;
|
|
1739
1739
|
align-items: center;
|
|
1740
1740
|
}
|
|
1741
|
-
.dialog-menu-item .delete-icon[data-v-
|
|
1741
|
+
.dialog-menu-item .delete-icon[data-v-24bfc32a] {
|
|
1742
1742
|
color: #909399;
|
|
1743
1743
|
transition: color 0.2s;
|
|
1744
1744
|
}
|
|
1745
|
-
.dialog-menu-item .delete-icon[data-v-
|
|
1745
|
+
.dialog-menu-item .delete-icon[data-v-24bfc32a]:hover {
|
|
1746
1746
|
color: #f56c6c;
|
|
1747
1747
|
}
|
|
1748
|
-
.param-list[data-v-
|
|
1748
|
+
.param-list[data-v-24bfc32a] {
|
|
1749
1749
|
padding-left: 20px;
|
|
1750
1750
|
margin-top: -10px;
|
|
1751
1751
|
margin-bottom: 10px;
|
|
1752
1752
|
}
|
|
1753
|
-
.param-item[data-v-
|
|
1753
|
+
.param-item[data-v-24bfc32a] {
|
|
1754
1754
|
display: flex;
|
|
1755
1755
|
align-items: center;
|
|
1756
1756
|
gap: 8px;
|
|
1757
1757
|
margin-bottom: 8px;
|
|
1758
1758
|
}
|
|
1759
|
-
.param-item .el-input[data-v-
|
|
1759
|
+
.param-item .el-input[data-v-24bfc32a] {
|
|
1760
1760
|
margin: 0;
|
|
1761
1761
|
}
|
|
1762
|
-
.param-item .el-button[data-v-
|
|
1762
|
+
.param-item .el-button[data-v-24bfc32a] {
|
|
1763
1763
|
height: 32px;
|
|
1764
1764
|
width: 32px;
|
|
1765
1765
|
padding: 0;
|
|
1766
1766
|
}
|
|
1767
|
-
.empty-selection[data-v-
|
|
1767
|
+
.empty-selection[data-v-24bfc32a] {
|
|
1768
1768
|
display: flex;
|
|
1769
1769
|
align-items: center;
|
|
1770
1770
|
justify-content: center;
|
|
@@ -1772,32 +1772,32 @@
|
|
|
1772
1772
|
color: #909399;
|
|
1773
1773
|
font-size: 14px;
|
|
1774
1774
|
}
|
|
1775
|
-
.dialog-header[data-v-
|
|
1775
|
+
.dialog-header[data-v-24bfc32a] {
|
|
1776
1776
|
font-weight: 600;
|
|
1777
1777
|
color: #303133;
|
|
1778
1778
|
border-bottom: 1px solid #ebeef5;
|
|
1779
1779
|
background: #fff;
|
|
1780
1780
|
line-height: 40px;
|
|
1781
1781
|
}
|
|
1782
|
-
.footer-buttons-container[data-v-
|
|
1782
|
+
.footer-buttons-container[data-v-24bfc32a] {
|
|
1783
1783
|
width: 100%;
|
|
1784
1784
|
border: 1px solid #dcdfe6;
|
|
1785
1785
|
border-radius: 4px;
|
|
1786
1786
|
padding: 10px;
|
|
1787
1787
|
background-color: #fafafa;
|
|
1788
1788
|
}
|
|
1789
|
-
.footer-buttons-container .empty-tip[data-v-
|
|
1789
|
+
.footer-buttons-container .empty-tip[data-v-24bfc32a] {
|
|
1790
1790
|
text-align: center;
|
|
1791
1791
|
color: #909399;
|
|
1792
1792
|
font-size: 13px;
|
|
1793
1793
|
padding: 20px 0;
|
|
1794
1794
|
}
|
|
1795
|
-
.footer-buttons-container .footer-buttons[data-v-
|
|
1795
|
+
.footer-buttons-container .footer-buttons[data-v-24bfc32a] {
|
|
1796
1796
|
display: flex;
|
|
1797
1797
|
gap: 8px;
|
|
1798
1798
|
width: 100%;
|
|
1799
1799
|
}
|
|
1800
|
-
.footer-buttons-container .footer-buttons .el-checkbox[data-v-
|
|
1800
|
+
.footer-buttons-container .footer-buttons .el-checkbox[data-v-24bfc32a] {
|
|
1801
1801
|
display: flex;
|
|
1802
1802
|
align-items: center;
|
|
1803
1803
|
padding: 8px 12px;
|
|
@@ -1807,26 +1807,26 @@
|
|
|
1807
1807
|
background-color: #fff;
|
|
1808
1808
|
transition: all 0.2s;
|
|
1809
1809
|
}
|
|
1810
|
-
.footer-buttons-container .footer-buttons .el-checkbox[data-v-
|
|
1810
|
+
.footer-buttons-container .footer-buttons .el-checkbox[data-v-24bfc32a]:hover {
|
|
1811
1811
|
border-color: #c6e2ff;
|
|
1812
1812
|
background-color: #f5f7ff;
|
|
1813
1813
|
}
|
|
1814
|
-
.footer-buttons-container .footer-buttons .el-checkbox.is-checked[data-v-
|
|
1814
|
+
.footer-buttons-container .footer-buttons .el-checkbox.is-checked[data-v-24bfc32a] {
|
|
1815
1815
|
border-color: #409eff;
|
|
1816
1816
|
background-color: #ecf5ff;
|
|
1817
1817
|
}
|
|
1818
|
-
.footer-buttons-container .footer-buttons .el-checkbox .button-checkbox-content[data-v-
|
|
1818
|
+
.footer-buttons-container .footer-buttons .el-checkbox .button-checkbox-content[data-v-24bfc32a] {
|
|
1819
1819
|
display: flex;
|
|
1820
1820
|
align-items: center;
|
|
1821
1821
|
gap: 8px;
|
|
1822
1822
|
flex: 1;
|
|
1823
1823
|
}
|
|
1824
|
-
.footer-buttons-container .footer-buttons .el-checkbox .button-checkbox-content .button-name[data-v-
|
|
1824
|
+
.footer-buttons-container .footer-buttons .el-checkbox .button-checkbox-content .button-name[data-v-24bfc32a] {
|
|
1825
1825
|
font-size: 14px;
|
|
1826
1826
|
color: #303133;
|
|
1827
1827
|
font-weight: 500;
|
|
1828
1828
|
}
|
|
1829
|
-
.footer-buttons-container .footer-buttons .el-checkbox .button-checkbox-content .button-code[data-v-
|
|
1829
|
+
.footer-buttons-container .footer-buttons .el-checkbox .button-checkbox-content .button-code[data-v-24bfc32a] {
|
|
1830
1830
|
font-size: 12px;
|
|
1831
1831
|
color: #909399;
|
|
1832
1832
|
font-family: "Courier New", monospace;
|
|
@@ -1834,85 +1834,85 @@
|
|
|
1834
1834
|
padding: 2px 6px;
|
|
1835
1835
|
border-radius: 3px;
|
|
1836
1836
|
}
|
|
1837
|
-
.footer-buttons-container .footer-buttons[data-v-
|
|
1837
|
+
.footer-buttons-container .footer-buttons[data-v-24bfc32a] {
|
|
1838
1838
|
display: flex;
|
|
1839
1839
|
flex-wrap: wrap;
|
|
1840
1840
|
gap: 8px;
|
|
1841
1841
|
width: 100%;
|
|
1842
1842
|
}
|
|
1843
|
-
.col-rules-list[data-v-
|
|
1843
|
+
.col-rules-list[data-v-24bfc32a] {
|
|
1844
1844
|
max-height: 300px;
|
|
1845
1845
|
overflow-y: auto;
|
|
1846
1846
|
}
|
|
1847
|
-
.col-rules-list .col-rule-item[data-v-
|
|
1847
|
+
.col-rules-list .col-rule-item[data-v-24bfc32a] {
|
|
1848
1848
|
display: flex;
|
|
1849
1849
|
align-items: center;
|
|
1850
1850
|
gap: 10px;
|
|
1851
1851
|
margin-bottom: 8px;
|
|
1852
1852
|
transition: all 0.2s ease;
|
|
1853
1853
|
}
|
|
1854
|
-
.col-rules-list .col-rule-item[data-v-
|
|
1854
|
+
.col-rules-list .col-rule-item[data-v-24bfc32a]:last-child {
|
|
1855
1855
|
margin-bottom: 0;
|
|
1856
1856
|
}
|
|
1857
|
-
.col-rules-list .col-rule-item .drag-handle[data-v-
|
|
1857
|
+
.col-rules-list .col-rule-item .drag-handle[data-v-24bfc32a] {
|
|
1858
1858
|
cursor: move;
|
|
1859
1859
|
color: #909399;
|
|
1860
1860
|
display: flex;
|
|
1861
1861
|
align-items: center;
|
|
1862
1862
|
padding: 2px;
|
|
1863
1863
|
}
|
|
1864
|
-
.col-rules-list .col-rule-item .drag-handle[data-v-
|
|
1864
|
+
.col-rules-list .col-rule-item .drag-handle[data-v-24bfc32a]:hover {
|
|
1865
1865
|
color: #409eff;
|
|
1866
1866
|
}
|
|
1867
|
-
.col-rules-list .col-rule-item .custom-col-btns[data-v-
|
|
1867
|
+
.col-rules-list .col-rule-item .custom-col-btns[data-v-24bfc32a] {
|
|
1868
1868
|
margin-left: auto;
|
|
1869
1869
|
display: flex;
|
|
1870
1870
|
align-items: center;
|
|
1871
1871
|
}
|
|
1872
|
-
.col-property[data-v-
|
|
1872
|
+
.col-property[data-v-24bfc32a] {
|
|
1873
1873
|
height: 750px;
|
|
1874
1874
|
margin-right: -12px;
|
|
1875
1875
|
margin-top: -13px;
|
|
1876
1876
|
margin-bottom: -13px;
|
|
1877
1877
|
}
|
|
1878
|
-
.col-property[data-v-
|
|
1878
|
+
.col-property[data-v-24bfc32a] .col-property-scrollbar {
|
|
1879
1879
|
padding-right: 12px;
|
|
1880
1880
|
}
|
|
1881
|
-
.col-panel[data-v-
|
|
1881
|
+
.col-panel[data-v-24bfc32a] {
|
|
1882
1882
|
width: 100%;
|
|
1883
1883
|
padding: 0px 0px 10px;
|
|
1884
1884
|
}
|
|
1885
|
-
.col-panel .col-header[data-v-
|
|
1885
|
+
.col-panel .col-header[data-v-24bfc32a] {
|
|
1886
1886
|
display: flex;
|
|
1887
1887
|
justify-content: space-between;
|
|
1888
1888
|
align-items: center;
|
|
1889
1889
|
margin: 4px 0 8px 0;
|
|
1890
1890
|
}
|
|
1891
|
-
.col-panel .col-rules-list[data-v-
|
|
1891
|
+
.col-panel .col-rules-list[data-v-24bfc32a] {
|
|
1892
1892
|
max-height: 300px;
|
|
1893
1893
|
overflow-y: auto;
|
|
1894
1894
|
}
|
|
1895
|
-
.col-panel .col-rules-list .col-rule-item[data-v-
|
|
1895
|
+
.col-panel .col-rules-list .col-rule-item[data-v-24bfc32a] {
|
|
1896
1896
|
display: flex;
|
|
1897
1897
|
align-items: center;
|
|
1898
1898
|
gap: 10px;
|
|
1899
1899
|
margin-bottom: 8px;
|
|
1900
1900
|
transition: all 0.2s ease;
|
|
1901
1901
|
}
|
|
1902
|
-
.col-panel .col-rules-list .col-rule-item[data-v-
|
|
1902
|
+
.col-panel .col-rules-list .col-rule-item[data-v-24bfc32a]:last-child {
|
|
1903
1903
|
margin-bottom: 0;
|
|
1904
1904
|
}
|
|
1905
|
-
.col-panel .col-rules-list .col-rule-item .drag-handle[data-v-
|
|
1905
|
+
.col-panel .col-rules-list .col-rule-item .drag-handle[data-v-24bfc32a] {
|
|
1906
1906
|
cursor: move;
|
|
1907
1907
|
color: #909399;
|
|
1908
1908
|
display: flex;
|
|
1909
1909
|
align-items: center;
|
|
1910
1910
|
padding: 2px;
|
|
1911
1911
|
}
|
|
1912
|
-
.col-panel .col-rules-list .col-rule-item .drag-handle[data-v-
|
|
1912
|
+
.col-panel .col-rules-list .col-rule-item .drag-handle[data-v-24bfc32a]:hover {
|
|
1913
1913
|
color: #409eff;
|
|
1914
1914
|
}
|
|
1915
|
-
.col-panel .col-rules-list .col-rule-item .delete-btn[data-v-
|
|
1915
|
+
.col-panel .col-rules-list .col-rule-item .delete-btn[data-v-24bfc32a] {
|
|
1916
1916
|
margin-left: auto;
|
|
1917
1917
|
}.dialog-menu-item[data-v-e641bf90] {
|
|
1918
1918
|
padding: 10px;
|
|
@@ -5912,22 +5912,22 @@ body,
|
|
|
5912
5912
|
width: 80px;
|
|
5913
5913
|
font-size: var(--el-font-size-extra-small);
|
|
5914
5914
|
}
|
|
5915
|
-
.fec-form[data-v-
|
|
5915
|
+
.fec-form[data-v-48d4542c] {
|
|
5916
5916
|
height: 100%;
|
|
5917
5917
|
}
|
|
5918
|
-
[data-v-
|
|
5918
|
+
[data-v-48d4542c] .vgl-item {
|
|
5919
5919
|
transition: none;
|
|
5920
5920
|
}
|
|
5921
|
-
[data-v-
|
|
5921
|
+
[data-v-48d4542c] .vgl-item > .el-form-item {
|
|
5922
5922
|
width: 100%;
|
|
5923
5923
|
padding: 6px 8px 0 8px;
|
|
5924
5924
|
height: calc(100% - 15px);
|
|
5925
5925
|
display: flex;
|
|
5926
5926
|
}
|
|
5927
|
-
[data-v-
|
|
5927
|
+
[data-v-48d4542c] .vgl-item > .el-form-item.el-form-item--label-top {
|
|
5928
5928
|
flex-direction: column;
|
|
5929
5929
|
}
|
|
5930
|
-
[data-v-
|
|
5930
|
+
[data-v-48d4542c] .vgl-item > .el-form-item .el-form-item__label {
|
|
5931
5931
|
line-height: 20px;
|
|
5932
5932
|
display: flex;
|
|
5933
5933
|
align-items: center;
|
|
@@ -5936,17 +5936,17 @@ body,
|
|
|
5936
5936
|
flex-wrap: wrap;
|
|
5937
5937
|
white-space: normal;
|
|
5938
5938
|
}
|
|
5939
|
-
[data-v-
|
|
5939
|
+
[data-v-48d4542c] .vgl-item > .el-form-item {
|
|
5940
5940
|
/* .el-form-item__error {
|
|
5941
5941
|
padding-top: 10px;
|
|
5942
5942
|
} */
|
|
5943
5943
|
}
|
|
5944
|
-
[data-v-
|
|
5944
|
+
[data-v-48d4542c] .vgl-item > .el-container {
|
|
5945
5945
|
height: auto !important;
|
|
5946
|
-
}.cell-content .cell-text[data-v-
|
|
5946
|
+
}.cell-content .cell-text[data-v-bee565c6] {
|
|
5947
5947
|
display: inline-block;
|
|
5948
5948
|
}
|
|
5949
|
-
.cell-content .copy-icon[data-v-
|
|
5949
|
+
.cell-content .copy-icon[data-v-bee565c6] {
|
|
5950
5950
|
cursor: pointer;
|
|
5951
5951
|
color: #909399;
|
|
5952
5952
|
font-size: 14px;
|
|
@@ -5954,7 +5954,7 @@ body,
|
|
|
5954
5954
|
top: 4px;
|
|
5955
5955
|
margin-left: 4px;
|
|
5956
5956
|
}
|
|
5957
|
-
.cell-content .copy-icon[data-v-
|
|
5957
|
+
.cell-content .copy-icon[data-v-bee565c6]:hover {
|
|
5958
5958
|
color: #409eff;
|
|
5959
5959
|
}.fec-table-filter[data-v-ea506656] {
|
|
5960
5960
|
display: flex;
|
|
@@ -6,11 +6,32 @@ import { createBlock, openBlock, mergeProps, createSlots, renderList, withCtx, r
|
|
|
6
6
|
import { NavBar } from "../../../../../../node_modules/vant/es/nav-bar/index.mjs";
|
|
7
7
|
const _sfc_main = {
|
|
8
8
|
__name: "NavBar",
|
|
9
|
+
props: {
|
|
10
|
+
isLeftBack: {
|
|
11
|
+
type: Boolean,
|
|
12
|
+
default: false
|
|
13
|
+
},
|
|
14
|
+
leftBackText: {
|
|
15
|
+
type: String,
|
|
16
|
+
default: ""
|
|
17
|
+
},
|
|
18
|
+
isRightButton: {
|
|
19
|
+
type: Boolean,
|
|
20
|
+
default: false
|
|
21
|
+
},
|
|
22
|
+
rightButtonText: {
|
|
23
|
+
type: String,
|
|
24
|
+
default: ""
|
|
25
|
+
}
|
|
26
|
+
},
|
|
9
27
|
setup(__props) {
|
|
10
28
|
const onClickLeft = () => history.back();
|
|
11
29
|
return (_ctx, _cache) => {
|
|
12
30
|
const _component_van_nav_bar = NavBar;
|
|
13
31
|
return openBlock(), createBlock(_component_van_nav_bar, mergeProps(_ctx.$attrs, {
|
|
32
|
+
"left-arrow": __props.isLeftBack,
|
|
33
|
+
"left-text": __props.isLeftBack ? __props.leftBackText : "",
|
|
34
|
+
"right-text": __props.isRightButton ? __props.rightButtonText : "",
|
|
14
35
|
fixed: false,
|
|
15
36
|
"safe-area-inset-top": "",
|
|
16
37
|
clickable: "",
|
|
@@ -24,7 +45,7 @@ const _sfc_main = {
|
|
|
24
45
|
])
|
|
25
46
|
};
|
|
26
47
|
})
|
|
27
|
-
]), 1040);
|
|
48
|
+
]), 1040, ["left-arrow", "left-text", "right-text"]);
|
|
28
49
|
};
|
|
29
50
|
}
|
|
30
51
|
};
|
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
/* empty css */
|
|
2
2
|
/* empty css */
|
|
3
|
-
|
|
3
|
+
/* empty css */
|
|
4
|
+
/* empty css */
|
|
5
|
+
/* empty css */
|
|
6
|
+
import { createBlock, openBlock, mergeProps, withCtx, createElementBlock, renderSlot, Fragment, renderList, createTextVNode, toDisplayString } from "vue";
|
|
4
7
|
import { Tabbar } from "../../../../../../node_modules/vant/es/tabbar/index.mjs";
|
|
8
|
+
import { TabbarItem } from "../../../../../../node_modules/vant/es/tabbar-item/index.mjs";
|
|
5
9
|
const _sfc_main = {
|
|
6
10
|
__name: "Tabbar",
|
|
7
11
|
props: {
|
|
@@ -12,12 +16,25 @@ const _sfc_main = {
|
|
|
12
16
|
},
|
|
13
17
|
setup(__props) {
|
|
14
18
|
return (_ctx, _cache) => {
|
|
19
|
+
const _component_van_tabbar_item = TabbarItem;
|
|
15
20
|
const _component_van_tabbar = Tabbar;
|
|
16
21
|
return openBlock(), createBlock(_component_van_tabbar, mergeProps(_ctx.$attrs, {
|
|
17
22
|
route: "",
|
|
18
23
|
fixed: false
|
|
19
24
|
}), {
|
|
20
25
|
default: withCtx(() => [
|
|
26
|
+
(openBlock(true), createElementBlock(Fragment, null, renderList(__props.tabbarOptions, (item) => {
|
|
27
|
+
return openBlock(), createBlock(_component_van_tabbar_item, {
|
|
28
|
+
icon: item.icon,
|
|
29
|
+
replace: "",
|
|
30
|
+
to: item.to
|
|
31
|
+
}, {
|
|
32
|
+
default: withCtx(() => [
|
|
33
|
+
createTextVNode(toDisplayString(item.title), 1)
|
|
34
|
+
]),
|
|
35
|
+
_: 2
|
|
36
|
+
}, 1032, ["icon", "to"]);
|
|
37
|
+
}), 256)),
|
|
21
38
|
renderSlot(_ctx.$slots, "default")
|
|
22
39
|
]),
|
|
23
40
|
_: 3
|