@fmdevui/fm-dev 1.0.100 → 1.0.102
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/_virtual/de-DE.mjs +1 -1
- package/es/_virtual/en-US.mjs +1 -1
- package/es/_virtual/es-ES.mjs +1 -1
- package/es/_virtual/fr-FR.mjs +1 -1
- package/es/_virtual/it-IT.mjs +1 -1
- package/es/_virtual/ja-JP.mjs +1 -1
- package/es/_virtual/ko-KR.mjs +1 -1
- package/es/_virtual/nb-NO.mjs +1 -1
- package/es/_virtual/pt-BR.mjs +1 -1
- package/es/_virtual/ru-RU.mjs +1 -1
- package/es/_virtual/th-TH.mjs +1 -1
- package/es/_virtual/vi-VN.mjs +1 -1
- package/es/_virtual/zh-CN.mjs +1 -1
- package/es/_virtual/zh-HK.mjs +1 -1
- package/es/_virtual/zh-TW.mjs +1 -1
- package/es/core/hook/useVxeTableOptionsHook.d.ts +33 -31
- package/es/core/ui/components/fmselect/index.vue.d.ts +18 -0
- package/es/core/ui/components/index.d.ts +87 -0
- package/es/core/ui/components/inpttable/index.vue.d.ts +44 -0
- package/es/defaults.css +1 -1
- package/es/node_modules/.pnpm/{vxe-table@4.17.7_vue@3.5.22_typescript@5.8.3_ → vxe-table@4.17.15_vue@3.5.24_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/de-DE.mjs +2 -1
- package/es/node_modules/.pnpm/{vxe-table@4.17.7_vue@3.5.22_typescript@5.8.3_ → vxe-table@4.17.15_vue@3.5.24_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/en-US.mjs +2 -1
- package/es/node_modules/.pnpm/{vxe-table@4.17.7_vue@3.5.22_typescript@5.8.3_ → vxe-table@4.17.15_vue@3.5.24_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/es-ES.mjs +2 -1
- package/es/node_modules/.pnpm/{vxe-table@4.17.7_vue@3.5.22_typescript@5.8.3_ → vxe-table@4.17.15_vue@3.5.24_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/fr-FR.mjs +2 -1
- package/es/node_modules/.pnpm/{vxe-table@4.17.7_vue@3.5.22_typescript@5.8.3_ → vxe-table@4.17.15_vue@3.5.24_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/it-IT.mjs +2 -1
- package/es/node_modules/.pnpm/{vxe-table@4.17.7_vue@3.5.22_typescript@5.8.3_ → vxe-table@4.17.15_vue@3.5.24_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/ja-JP.mjs +2 -1
- package/es/node_modules/.pnpm/{vxe-table@4.17.7_vue@3.5.22_typescript@5.8.3_ → vxe-table@4.17.15_vue@3.5.24_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/ko-KR.mjs +2 -1
- package/es/node_modules/.pnpm/{vxe-table@4.17.7_vue@3.5.22_typescript@5.8.3_ → vxe-table@4.17.15_vue@3.5.24_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/nb-NO.mjs +2 -1
- package/es/node_modules/.pnpm/{vxe-table@4.17.7_vue@3.5.22_typescript@5.8.3_ → vxe-table@4.17.15_vue@3.5.24_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/pt-BR.mjs +2 -1
- package/es/node_modules/.pnpm/{vxe-table@4.17.7_vue@3.5.22_typescript@5.8.3_ → vxe-table@4.17.15_vue@3.5.24_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/ru-RU.mjs +2 -1
- package/es/node_modules/.pnpm/{vxe-table@4.17.7_vue@3.5.22_typescript@5.8.3_ → vxe-table@4.17.15_vue@3.5.24_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/th-TH.mjs +2 -1
- package/es/node_modules/.pnpm/{vxe-table@4.17.7_vue@3.5.22_typescript@5.8.3_ → vxe-table@4.17.15_vue@3.5.24_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/vi-VN.mjs +2 -1
- package/es/node_modules/.pnpm/{vxe-table@4.17.7_vue@3.5.22_typescript@5.8.3_ → vxe-table@4.17.15_vue@3.5.24_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/zh-CHT.mjs +2 -1
- package/es/node_modules/.pnpm/{vxe-table@4.17.7_vue@3.5.22_typescript@5.8.3_ → vxe-table@4.17.15_vue@3.5.24_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/zh-CN.mjs +2 -1
- package/es/packages/core/locales/index.mjs +18 -18
- package/es/packages/core/ui/components/fmaddressparsing/index.vue2.mjs +18 -0
- package/es/packages/core/ui/components/fmselect/index.vue2.mjs +14 -5
- package/es/packages/core/ui/components/inpttable/index.vue.mjs +1 -1
- package/es/packages/core/ui/components/inpttable/index.vue2.mjs +15 -0
- package/index.css +4 -4
- package/index.js +108 -42
- package/index.min.css +1 -1
- package/index.min.js +30 -30
- package/index.min.mjs +31 -31
- package/index.mjs +108 -42
- package/lib/_virtual/de-DE.js +1 -1
- package/lib/_virtual/en-US.js +1 -1
- package/lib/_virtual/es-ES.js +1 -1
- package/lib/_virtual/fr-FR.js +1 -1
- package/lib/_virtual/it-IT.js +1 -1
- package/lib/_virtual/ja-JP.js +1 -1
- package/lib/_virtual/ko-KR.js +1 -1
- package/lib/_virtual/nb-NO.js +1 -1
- package/lib/_virtual/pt-BR.js +1 -1
- package/lib/_virtual/ru-RU.js +1 -1
- package/lib/_virtual/th-TH.js +1 -1
- package/lib/_virtual/vi-VN.js +1 -1
- package/lib/_virtual/zh-CN.js +1 -1
- package/lib/_virtual/zh-HK.js +1 -1
- package/lib/_virtual/zh-TW.js +1 -1
- package/lib/core/hook/useVxeTableOptionsHook.d.ts +33 -31
- package/lib/core/ui/components/fmselect/index.vue.d.ts +18 -0
- package/lib/core/ui/components/index.d.ts +87 -0
- package/lib/core/ui/components/inpttable/index.vue.d.ts +44 -0
- package/lib/index.css +1 -1
- package/lib/node_modules/.pnpm/{vxe-table@4.17.7_vue@3.5.22_typescript@5.8.3_ → vxe-table@4.17.15_vue@3.5.24_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/de-DE.js +2 -1
- package/lib/node_modules/.pnpm/{vxe-table@4.17.7_vue@3.5.22_typescript@5.8.3_ → vxe-table@4.17.15_vue@3.5.24_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/en-US.js +2 -1
- package/lib/node_modules/.pnpm/{vxe-table@4.17.7_vue@3.5.22_typescript@5.8.3_ → vxe-table@4.17.15_vue@3.5.24_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/es-ES.js +2 -1
- package/lib/node_modules/.pnpm/{vxe-table@4.17.7_vue@3.5.22_typescript@5.8.3_ → vxe-table@4.17.15_vue@3.5.24_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/fr-FR.js +2 -1
- package/lib/node_modules/.pnpm/{vxe-table@4.17.7_vue@3.5.22_typescript@5.8.3_ → vxe-table@4.17.15_vue@3.5.24_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/it-IT.js +2 -1
- package/lib/node_modules/.pnpm/{vxe-table@4.17.7_vue@3.5.22_typescript@5.8.3_ → vxe-table@4.17.15_vue@3.5.24_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/ja-JP.js +2 -1
- package/lib/node_modules/.pnpm/{vxe-table@4.17.7_vue@3.5.22_typescript@5.8.3_ → vxe-table@4.17.15_vue@3.5.24_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/ko-KR.js +2 -1
- package/lib/node_modules/.pnpm/{vxe-table@4.17.7_vue@3.5.22_typescript@5.8.3_ → vxe-table@4.17.15_vue@3.5.24_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/nb-NO.js +2 -1
- package/lib/node_modules/.pnpm/{vxe-table@4.17.7_vue@3.5.22_typescript@5.8.3_ → vxe-table@4.17.15_vue@3.5.24_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/pt-BR.js +2 -1
- package/lib/node_modules/.pnpm/{vxe-table@4.17.7_vue@3.5.22_typescript@5.8.3_ → vxe-table@4.17.15_vue@3.5.24_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/ru-RU.js +2 -1
- package/lib/node_modules/.pnpm/{vxe-table@4.17.7_vue@3.5.22_typescript@5.8.3_ → vxe-table@4.17.15_vue@3.5.24_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/th-TH.js +2 -1
- package/lib/node_modules/.pnpm/{vxe-table@4.17.7_vue@3.5.22_typescript@5.8.3_ → vxe-table@4.17.15_vue@3.5.24_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/vi-VN.js +2 -1
- package/lib/node_modules/.pnpm/{vxe-table@4.17.7_vue@3.5.22_typescript@5.8.3_ → vxe-table@4.17.15_vue@3.5.24_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/zh-CHT.js +2 -1
- package/lib/node_modules/.pnpm/{vxe-table@4.17.7_vue@3.5.22_typescript@5.8.3_ → vxe-table@4.17.15_vue@3.5.24_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/zh-CN.js +2 -1
- package/lib/packages/core/locales/index.js +18 -18
- package/lib/packages/core/ui/components/fmaddressparsing/index.vue2.js +18 -0
- package/lib/packages/core/ui/components/fmselect/index.vue2.js +13 -4
- package/lib/packages/core/ui/components/inpttable/index.vue.js +1 -1
- package/lib/packages/core/ui/components/inpttable/index.vue2.js +15 -0
- package/package.json +1 -1
- /package/es/node_modules/.pnpm/{element-plus@2.11.7_vue@3.5.22_typescript@5.8.3_ → element-plus@2.11.8_vue@3.5.24_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/de.mjs +0 -0
- /package/es/node_modules/.pnpm/{element-plus@2.11.7_vue@3.5.22_typescript@5.8.3_ → element-plus@2.11.8_vue@3.5.24_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/en.mjs +0 -0
- /package/es/node_modules/.pnpm/{element-plus@2.11.7_vue@3.5.22_typescript@5.8.3_ → element-plus@2.11.8_vue@3.5.24_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/es.mjs +0 -0
- /package/es/node_modules/.pnpm/{element-plus@2.11.7_vue@3.5.22_typescript@5.8.3_ → element-plus@2.11.8_vue@3.5.24_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/fi.mjs +0 -0
- /package/es/node_modules/.pnpm/{element-plus@2.11.7_vue@3.5.22_typescript@5.8.3_ → element-plus@2.11.8_vue@3.5.24_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/fr.mjs +0 -0
- /package/es/node_modules/.pnpm/{element-plus@2.11.7_vue@3.5.22_typescript@5.8.3_ → element-plus@2.11.8_vue@3.5.24_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/id.mjs +0 -0
- /package/es/node_modules/.pnpm/{element-plus@2.11.7_vue@3.5.22_typescript@5.8.3_ → element-plus@2.11.8_vue@3.5.24_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/it.mjs +0 -0
- /package/es/node_modules/.pnpm/{element-plus@2.11.7_vue@3.5.22_typescript@5.8.3_ → element-plus@2.11.8_vue@3.5.24_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/ja.mjs +0 -0
- /package/es/node_modules/.pnpm/{element-plus@2.11.7_vue@3.5.22_typescript@5.8.3_ → element-plus@2.11.8_vue@3.5.24_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/ko.mjs +0 -0
- /package/es/node_modules/.pnpm/{element-plus@2.11.7_vue@3.5.22_typescript@5.8.3_ → element-plus@2.11.8_vue@3.5.24_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/ms.mjs +0 -0
- /package/es/node_modules/.pnpm/{element-plus@2.11.7_vue@3.5.22_typescript@5.8.3_ → element-plus@2.11.8_vue@3.5.24_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/no.mjs +0 -0
- /package/es/node_modules/.pnpm/{element-plus@2.11.7_vue@3.5.22_typescript@5.8.3_ → element-plus@2.11.8_vue@3.5.24_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/pl.mjs +0 -0
- /package/es/node_modules/.pnpm/{element-plus@2.11.7_vue@3.5.22_typescript@5.8.3_ → element-plus@2.11.8_vue@3.5.24_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/pt.mjs +0 -0
- /package/es/node_modules/.pnpm/{element-plus@2.11.7_vue@3.5.22_typescript@5.8.3_ → element-plus@2.11.8_vue@3.5.24_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/ru.mjs +0 -0
- /package/es/node_modules/.pnpm/{element-plus@2.11.7_vue@3.5.22_typescript@5.8.3_ → element-plus@2.11.8_vue@3.5.24_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/th.mjs +0 -0
- /package/es/node_modules/.pnpm/{element-plus@2.11.7_vue@3.5.22_typescript@5.8.3_ → element-plus@2.11.8_vue@3.5.24_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/vi.mjs +0 -0
- /package/es/node_modules/.pnpm/{element-plus@2.11.7_vue@3.5.22_typescript@5.8.3_ → element-plus@2.11.8_vue@3.5.24_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/zh-cn.mjs +0 -0
- /package/es/node_modules/.pnpm/{element-plus@2.11.7_vue@3.5.22_typescript@5.8.3_ → element-plus@2.11.8_vue@3.5.24_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/zh-tw.mjs +0 -0
- /package/es/node_modules/.pnpm/{vxe-table@4.17.7_vue@3.5.22_typescript@5.8.3_ → vxe-table@4.17.15_vue@3.5.24_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/zh-HK.mjs +0 -0
- /package/es/node_modules/.pnpm/{vxe-table@4.17.7_vue@3.5.22_typescript@5.8.3_ → vxe-table@4.17.15_vue@3.5.24_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/zh-TW.mjs +0 -0
- /package/lib/node_modules/.pnpm/{element-plus@2.11.7_vue@3.5.22_typescript@5.8.3_ → element-plus@2.11.8_vue@3.5.24_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/de.js +0 -0
- /package/lib/node_modules/.pnpm/{element-plus@2.11.7_vue@3.5.22_typescript@5.8.3_ → element-plus@2.11.8_vue@3.5.24_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/en.js +0 -0
- /package/lib/node_modules/.pnpm/{element-plus@2.11.7_vue@3.5.22_typescript@5.8.3_ → element-plus@2.11.8_vue@3.5.24_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/es.js +0 -0
- /package/lib/node_modules/.pnpm/{element-plus@2.11.7_vue@3.5.22_typescript@5.8.3_ → element-plus@2.11.8_vue@3.5.24_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/fi.js +0 -0
- /package/lib/node_modules/.pnpm/{element-plus@2.11.7_vue@3.5.22_typescript@5.8.3_ → element-plus@2.11.8_vue@3.5.24_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/fr.js +0 -0
- /package/lib/node_modules/.pnpm/{element-plus@2.11.7_vue@3.5.22_typescript@5.8.3_ → element-plus@2.11.8_vue@3.5.24_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/id.js +0 -0
- /package/lib/node_modules/.pnpm/{element-plus@2.11.7_vue@3.5.22_typescript@5.8.3_ → element-plus@2.11.8_vue@3.5.24_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/it.js +0 -0
- /package/lib/node_modules/.pnpm/{element-plus@2.11.7_vue@3.5.22_typescript@5.8.3_ → element-plus@2.11.8_vue@3.5.24_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/ja.js +0 -0
- /package/lib/node_modules/.pnpm/{element-plus@2.11.7_vue@3.5.22_typescript@5.8.3_ → element-plus@2.11.8_vue@3.5.24_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/ko.js +0 -0
- /package/lib/node_modules/.pnpm/{element-plus@2.11.7_vue@3.5.22_typescript@5.8.3_ → element-plus@2.11.8_vue@3.5.24_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/ms.js +0 -0
- /package/lib/node_modules/.pnpm/{element-plus@2.11.7_vue@3.5.22_typescript@5.8.3_ → element-plus@2.11.8_vue@3.5.24_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/no.js +0 -0
- /package/lib/node_modules/.pnpm/{element-plus@2.11.7_vue@3.5.22_typescript@5.8.3_ → element-plus@2.11.8_vue@3.5.24_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/pl.js +0 -0
- /package/lib/node_modules/.pnpm/{element-plus@2.11.7_vue@3.5.22_typescript@5.8.3_ → element-plus@2.11.8_vue@3.5.24_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/pt.js +0 -0
- /package/lib/node_modules/.pnpm/{element-plus@2.11.7_vue@3.5.22_typescript@5.8.3_ → element-plus@2.11.8_vue@3.5.24_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/ru.js +0 -0
- /package/lib/node_modules/.pnpm/{element-plus@2.11.7_vue@3.5.22_typescript@5.8.3_ → element-plus@2.11.8_vue@3.5.24_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/th.js +0 -0
- /package/lib/node_modules/.pnpm/{element-plus@2.11.7_vue@3.5.22_typescript@5.8.3_ → element-plus@2.11.8_vue@3.5.24_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/vi.js +0 -0
- /package/lib/node_modules/.pnpm/{element-plus@2.11.7_vue@3.5.22_typescript@5.8.3_ → element-plus@2.11.8_vue@3.5.24_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/zh-cn.js +0 -0
- /package/lib/node_modules/.pnpm/{element-plus@2.11.7_vue@3.5.22_typescript@5.8.3_ → element-plus@2.11.8_vue@3.5.24_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/zh-tw.js +0 -0
- /package/lib/node_modules/.pnpm/{vxe-table@4.17.7_vue@3.5.22_typescript@5.8.3_ → vxe-table@4.17.15_vue@3.5.24_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/zh-HK.js +0 -0
- /package/lib/node_modules/.pnpm/{vxe-table@4.17.7_vue@3.5.22_typescript@5.8.3_ → vxe-table@4.17.15_vue@3.5.24_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/zh-TW.js +0 -0
package/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! fm-dev v1.0.
|
|
1
|
+
/*! fm-dev v1.0.102 */
|
|
2
2
|
(function (global, factory) {
|
|
3
3
|
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('vue'), require('crypto'), require('url'), require('http'), require('https'), require('util'), require('stream'), require('assert'), require('zlib'), require('element-plus')) :
|
|
4
4
|
typeof define === 'function' && define.amd ? define(['exports', 'vue', 'crypto', 'url', 'http', 'https', 'util', 'stream', 'assert', 'zlib', 'element-plus'], factory) :
|
|
@@ -909,6 +909,14 @@
|
|
|
909
909
|
elabel: {
|
|
910
910
|
type: String,
|
|
911
911
|
default: "\u8BF7\u9009\u62E9"
|
|
912
|
+
},
|
|
913
|
+
isshowelabel: {
|
|
914
|
+
type: Boolean,
|
|
915
|
+
default: true
|
|
916
|
+
},
|
|
917
|
+
placeholder: {
|
|
918
|
+
type: String,
|
|
919
|
+
default: "\u8BF7\u9009\u62E9"
|
|
912
920
|
}
|
|
913
921
|
}, {
|
|
914
922
|
"id": {
|
|
@@ -939,14 +947,15 @@
|
|
|
939
947
|
return vue.openBlock(), vue.createBlock(_component_el_select, {
|
|
940
948
|
modelValue: modeValueId.value,
|
|
941
949
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => modeValueId.value = $event),
|
|
942
|
-
placeholder:
|
|
950
|
+
placeholder: __props.placeholder,
|
|
943
951
|
onChange: handleSelectChange
|
|
944
952
|
}, {
|
|
945
953
|
default: vue.withCtx(() => [
|
|
946
|
-
vue.
|
|
954
|
+
__props.isshowelabel ? (vue.openBlock(), vue.createBlock(_component_el_option, {
|
|
955
|
+
key: 0,
|
|
947
956
|
value: 0,
|
|
948
957
|
label: __props.elabel
|
|
949
|
-
}, null, 8, ["label"]),
|
|
958
|
+
}, null, 8, ["label"])) : vue.createCommentVNode("v-if", true),
|
|
950
959
|
(vue.openBlock(true), vue.createElementBlock(
|
|
951
960
|
vue.Fragment,
|
|
952
961
|
null,
|
|
@@ -963,7 +972,7 @@
|
|
|
963
972
|
]),
|
|
964
973
|
_: 1
|
|
965
974
|
/* STABLE */
|
|
966
|
-
}, 8, ["modelValue"]);
|
|
975
|
+
}, 8, ["modelValue", "placeholder"]);
|
|
967
976
|
};
|
|
968
977
|
}
|
|
969
978
|
});
|
|
@@ -33676,11 +33685,13 @@
|
|
|
33676
33685
|
init_esm_shims();
|
|
33677
33686
|
|
|
33678
33687
|
/*!
|
|
33679
|
-
* pinia v3.0.
|
|
33688
|
+
* pinia v3.0.4
|
|
33680
33689
|
* (c) 2025 Eduardo San Martin Morote
|
|
33681
33690
|
* @license MIT
|
|
33682
33691
|
*/
|
|
33683
33692
|
|
|
33693
|
+
const IS_CLIENT = typeof window !== 'undefined';
|
|
33694
|
+
|
|
33684
33695
|
/**
|
|
33685
33696
|
* setActivePinia must be called to handle SSR at the top of functions like
|
|
33686
33697
|
* `fetch`, `setup`, `serverPrefetch` and others
|
|
@@ -33694,6 +33705,19 @@
|
|
|
33694
33705
|
*/
|
|
33695
33706
|
// @ts-expect-error: cannot constrain the type of the return
|
|
33696
33707
|
const setActivePinia = (pinia) => (activePinia = pinia);
|
|
33708
|
+
/**
|
|
33709
|
+
* Get the currently active pinia if there is any.
|
|
33710
|
+
*/
|
|
33711
|
+
(process.env.NODE_ENV !== 'production')
|
|
33712
|
+
? () => {
|
|
33713
|
+
const pinia = vue.hasInjectionContext() && vue.inject(piniaSymbol);
|
|
33714
|
+
if (!pinia && !IS_CLIENT) {
|
|
33715
|
+
console.error(`[🍍]: Pinia instance not found in context. This falls back to the global activePinia which exposes you to cross-request pollution on the server. Most of the time, it means you are calling "useStore()" in the wrong place.\n` +
|
|
33716
|
+
`Read https://vuejs.org/guide/reusability/composables.html to learn more`);
|
|
33717
|
+
}
|
|
33718
|
+
return pinia || activePinia;
|
|
33719
|
+
}
|
|
33720
|
+
: () => (vue.hasInjectionContext() && vue.inject(piniaSymbol)) || activePinia;
|
|
33697
33721
|
const piniaSymbol = ((process.env.NODE_ENV !== 'production') ? Symbol('pinia') : /* istanbul ignore next */ Symbol());
|
|
33698
33722
|
|
|
33699
33723
|
function isPlainObject$1(
|
|
@@ -33734,8 +33758,6 @@
|
|
|
33734
33758
|
// maybe reset? for $state = {} and $reset
|
|
33735
33759
|
})(MutationType || (MutationType = {}));
|
|
33736
33760
|
|
|
33737
|
-
const IS_CLIENT = typeof window !== 'undefined';
|
|
33738
|
-
|
|
33739
33761
|
/*
|
|
33740
33762
|
* FileSaver.js A saveAs() FileSaver implementation.
|
|
33741
33763
|
*
|
|
@@ -34729,13 +34751,10 @@
|
|
|
34729
34751
|
|
|
34730
34752
|
const noop = () => { };
|
|
34731
34753
|
function addSubscription(subscriptions, callback, detached, onCleanup = noop) {
|
|
34732
|
-
subscriptions.
|
|
34754
|
+
subscriptions.add(callback);
|
|
34733
34755
|
const removeSubscription = () => {
|
|
34734
|
-
const
|
|
34735
|
-
|
|
34736
|
-
subscriptions.splice(idx, 1);
|
|
34737
|
-
onCleanup();
|
|
34738
|
-
}
|
|
34756
|
+
const isDel = subscriptions.delete(callback);
|
|
34757
|
+
isDel && onCleanup();
|
|
34739
34758
|
};
|
|
34740
34759
|
if (!detached && vue.getCurrentScope()) {
|
|
34741
34760
|
vue.onScopeDispose(removeSubscription);
|
|
@@ -34743,7 +34762,7 @@
|
|
|
34743
34762
|
return removeSubscription;
|
|
34744
34763
|
}
|
|
34745
34764
|
function triggerSubscriptions(subscriptions, ...args) {
|
|
34746
|
-
subscriptions.
|
|
34765
|
+
subscriptions.forEach((callback) => {
|
|
34747
34766
|
callback(...args);
|
|
34748
34767
|
});
|
|
34749
34768
|
}
|
|
@@ -34874,8 +34893,8 @@
|
|
|
34874
34893
|
// internal state
|
|
34875
34894
|
let isListening; // set to true at the end
|
|
34876
34895
|
let isSyncListening; // set to true at the end
|
|
34877
|
-
let subscriptions =
|
|
34878
|
-
let actionSubscriptions =
|
|
34896
|
+
let subscriptions = new Set();
|
|
34897
|
+
let actionSubscriptions = new Set();
|
|
34879
34898
|
let debuggerEvents;
|
|
34880
34899
|
const initialState = pinia.state.value[$id];
|
|
34881
34900
|
// avoid setting the state for option stores if it is set
|
|
@@ -34941,8 +34960,8 @@
|
|
|
34941
34960
|
: noop;
|
|
34942
34961
|
function $dispose() {
|
|
34943
34962
|
scope.stop();
|
|
34944
|
-
subscriptions
|
|
34945
|
-
actionSubscriptions
|
|
34963
|
+
subscriptions.clear();
|
|
34964
|
+
actionSubscriptions.clear();
|
|
34946
34965
|
pinia._s.delete($id);
|
|
34947
34966
|
}
|
|
34948
34967
|
/**
|
|
@@ -34958,13 +34977,13 @@
|
|
|
34958
34977
|
const wrappedAction = function () {
|
|
34959
34978
|
setActivePinia(pinia);
|
|
34960
34979
|
const args = Array.from(arguments);
|
|
34961
|
-
const
|
|
34962
|
-
const
|
|
34980
|
+
const afterCallbackSet = new Set();
|
|
34981
|
+
const onErrorCallbackSet = new Set();
|
|
34963
34982
|
function after(callback) {
|
|
34964
|
-
|
|
34983
|
+
afterCallbackSet.add(callback);
|
|
34965
34984
|
}
|
|
34966
34985
|
function onError(callback) {
|
|
34967
|
-
|
|
34986
|
+
onErrorCallbackSet.add(callback);
|
|
34968
34987
|
}
|
|
34969
34988
|
// @ts-expect-error
|
|
34970
34989
|
triggerSubscriptions(actionSubscriptions, {
|
|
@@ -34980,22 +34999,22 @@
|
|
|
34980
34999
|
// handle sync errors
|
|
34981
35000
|
}
|
|
34982
35001
|
catch (error) {
|
|
34983
|
-
triggerSubscriptions(
|
|
35002
|
+
triggerSubscriptions(onErrorCallbackSet, error);
|
|
34984
35003
|
throw error;
|
|
34985
35004
|
}
|
|
34986
35005
|
if (ret instanceof Promise) {
|
|
34987
35006
|
return ret
|
|
34988
35007
|
.then((value) => {
|
|
34989
|
-
triggerSubscriptions(
|
|
35008
|
+
triggerSubscriptions(afterCallbackSet, value);
|
|
34990
35009
|
return value;
|
|
34991
35010
|
})
|
|
34992
35011
|
.catch((error) => {
|
|
34993
|
-
triggerSubscriptions(
|
|
35012
|
+
triggerSubscriptions(onErrorCallbackSet, error);
|
|
34994
35013
|
return Promise.reject(error);
|
|
34995
35014
|
});
|
|
34996
35015
|
}
|
|
34997
35016
|
// trigger after callbacks
|
|
34998
|
-
triggerSubscriptions(
|
|
35017
|
+
triggerSubscriptions(afterCallbackSet, ret);
|
|
34999
35018
|
return ret;
|
|
35000
35019
|
};
|
|
35001
35020
|
wrappedAction[ACTION_MARKER] = true;
|
|
@@ -35614,6 +35633,15 @@
|
|
|
35614
35633
|
// 函数类型
|
|
35615
35634
|
//required: true, // 必填项
|
|
35616
35635
|
},
|
|
35636
|
+
//本地数据开启 和本地数据联合一起使用
|
|
35637
|
+
islocalData: {
|
|
35638
|
+
type: Boolean,
|
|
35639
|
+
default: false
|
|
35640
|
+
},
|
|
35641
|
+
localdataList: {
|
|
35642
|
+
type: Array,
|
|
35643
|
+
default: []
|
|
35644
|
+
},
|
|
35617
35645
|
/**
|
|
35618
35646
|
* api service name
|
|
35619
35647
|
*/
|
|
@@ -35888,6 +35916,12 @@
|
|
|
35888
35916
|
state.loading = false;
|
|
35889
35917
|
state.isQuerying = false;
|
|
35890
35918
|
});
|
|
35919
|
+
} else if (props.islocalData) {
|
|
35920
|
+
state.tableData.items = props.localdataList;
|
|
35921
|
+
state.tableData.total = 1;
|
|
35922
|
+
state.loading = false;
|
|
35923
|
+
state.isQuerying = false;
|
|
35924
|
+
updateSelectedRows();
|
|
35891
35925
|
} else {
|
|
35892
35926
|
if (props.method == "post") {
|
|
35893
35927
|
useBaseApi(props.apiAction).post(finalParams, props.apiAction).then((res) => {
|
|
@@ -36289,7 +36323,7 @@
|
|
|
36289
36323
|
}
|
|
36290
36324
|
});
|
|
36291
36325
|
|
|
36292
|
-
var inputtable = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["__scopeId", "data-v-
|
|
36326
|
+
var inputtable = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["__scopeId", "data-v-88872668"]]);
|
|
36293
36327
|
|
|
36294
36328
|
const _hoisted_1$3 = { style: { "padding": "5px" } };
|
|
36295
36329
|
const _hoisted_2$2 = { style: { "display": "flex", "align-items": "center", "gap": "8px", "flex-wrap": "nowrap", "overflow": "hidden" } };
|
|
@@ -38626,10 +38660,28 @@
|
|
|
38626
38660
|
}
|
|
38627
38661
|
}
|
|
38628
38662
|
if (_Province != "" && _City != "" && _County != "") {
|
|
38663
|
+
if (hasOwn(modelValue.value, props.fprovince)) {
|
|
38664
|
+
modelValue.value[props.fprovince] = _Province;
|
|
38665
|
+
}
|
|
38666
|
+
if (hasOwn(modelValue.value, props.fcity)) {
|
|
38667
|
+
modelValue.value[props.fcity] = _City;
|
|
38668
|
+
}
|
|
38669
|
+
if (hasOwn(modelValue.value, props.fcounty)) {
|
|
38670
|
+
modelValue.value[props.fcounty] = _County;
|
|
38671
|
+
}
|
|
38629
38672
|
emit("changeparsing", { province: _Province, city: _City, county: _County });
|
|
38630
38673
|
return;
|
|
38631
38674
|
}
|
|
38632
38675
|
if (nextValue.length < 2) {
|
|
38676
|
+
if (hasOwn(modelValue.value, props.fprovince)) {
|
|
38677
|
+
modelValue.value[props.fprovince] = _Province;
|
|
38678
|
+
}
|
|
38679
|
+
if (hasOwn(modelValue.value, props.fcity)) {
|
|
38680
|
+
modelValue.value[props.fcity] = _City;
|
|
38681
|
+
}
|
|
38682
|
+
if (hasOwn(modelValue.value, props.fcounty)) {
|
|
38683
|
+
modelValue.value[props.fcounty] = _County;
|
|
38684
|
+
}
|
|
38633
38685
|
emit("changeparsing", { province: _Province, city: _City, county: _County });
|
|
38634
38686
|
return;
|
|
38635
38687
|
}
|
|
@@ -46431,7 +46483,8 @@
|
|
|
46431
46483
|
dragTip: 'Move: {0}',
|
|
46432
46484
|
resizeColTip: 'Width: {0} pixels',
|
|
46433
46485
|
resizeRowTip: 'Height: {0} pixels',
|
|
46434
|
-
rowGroupContentTotal: '{0} ({1})'
|
|
46486
|
+
rowGroupContentTotal: '{0} ({1})',
|
|
46487
|
+
menuLoading: '加载中...'
|
|
46435
46488
|
},
|
|
46436
46489
|
grid: {
|
|
46437
46490
|
selectOneRecord: 'Please select at least one record!',
|
|
@@ -47235,7 +47288,8 @@
|
|
|
47235
47288
|
dragTip: 'Bewegung: {0}',
|
|
47236
47289
|
resizeColTip: 'Breite: {0} Pixel',
|
|
47237
47290
|
resizeRowTip: 'Hoch: {0} Pixel',
|
|
47238
|
-
rowGroupContentTotal: '{0}({1})'
|
|
47291
|
+
rowGroupContentTotal: '{0}({1})',
|
|
47292
|
+
menuLoading: '加载中...'
|
|
47239
47293
|
},
|
|
47240
47294
|
grid: {
|
|
47241
47295
|
selectOneRecord: 'Bitte wählen Sie mindestens einen Datensatz aus!',
|
|
@@ -48039,7 +48093,8 @@
|
|
|
48039
48093
|
dragTip: 'Mover: {0}',
|
|
48040
48094
|
resizeColTip: 'Ancho: {0} píxeles',
|
|
48041
48095
|
resizeRowTip: 'Alto: {0} píxeles',
|
|
48042
|
-
rowGroupContentTotal: '{0}({1})'
|
|
48096
|
+
rowGroupContentTotal: '{0}({1})',
|
|
48097
|
+
menuLoading: '加载中...'
|
|
48043
48098
|
},
|
|
48044
48099
|
grid: {
|
|
48045
48100
|
selectOneRecord: '¡Seleccione al menos un registro!',
|
|
@@ -48843,7 +48898,8 @@
|
|
|
48843
48898
|
dragTip: 'Déplacer: {0}',
|
|
48844
48899
|
resizeColTip: 'Largeur: {0} pixels',
|
|
48845
48900
|
resizeRowTip: 'Hauteur: {0} pixels',
|
|
48846
|
-
rowGroupContentTotal: '{0} ({1})'
|
|
48901
|
+
rowGroupContentTotal: '{0} ({1})',
|
|
48902
|
+
menuLoading: '加载中...'
|
|
48847
48903
|
},
|
|
48848
48904
|
grid: {
|
|
48849
48905
|
selectOneRecord: 'Veuillez sélectionner au moins un enregistrement!',
|
|
@@ -49647,7 +49703,8 @@
|
|
|
49647
49703
|
dragTip: 'Muovi: {0}',
|
|
49648
49704
|
resizeColTip: 'Larghezza: {0} pixel',
|
|
49649
49705
|
resizeRowTip: 'Altezza: {0} pixel',
|
|
49650
|
-
rowGroupContentTotal: '{0} ({1})'
|
|
49706
|
+
rowGroupContentTotal: '{0} ({1})',
|
|
49707
|
+
menuLoading: '加载中...'
|
|
49651
49708
|
},
|
|
49652
49709
|
grid: {
|
|
49653
49710
|
selectOneRecord: 'Seleziona almeno un record!',
|
|
@@ -50451,7 +50508,8 @@
|
|
|
50451
50508
|
dragTip: '移動:{0}',
|
|
50452
50509
|
resizeColTip: '幅:{0}ピクセル',
|
|
50453
50510
|
resizeRowTip: '高:{0}ピクセル',
|
|
50454
|
-
rowGroupContentTotal: '{0}({1})'
|
|
50511
|
+
rowGroupContentTotal: '{0}({1})',
|
|
50512
|
+
menuLoading: '加载中...'
|
|
50455
50513
|
},
|
|
50456
50514
|
grid: {
|
|
50457
50515
|
selectOneRecord: '少なくとも1つのレコードを選択してください!',
|
|
@@ -51255,7 +51313,8 @@
|
|
|
51255
51313
|
dragTip: '움직임 : {0}',
|
|
51256
51314
|
resizeColTip: '너비 : {0} 픽셀',
|
|
51257
51315
|
resizeRowTip: '높음 : {0} 픽셀',
|
|
51258
|
-
rowGroupContentTotal: '{0}({1})'
|
|
51316
|
+
rowGroupContentTotal: '{0}({1})',
|
|
51317
|
+
menuLoading: '加载中...'
|
|
51259
51318
|
},
|
|
51260
51319
|
grid: {
|
|
51261
51320
|
selectOneRecord: '하나 이상의 레코드를 선택하십시오!',
|
|
@@ -52059,7 +52118,8 @@
|
|
|
52059
52118
|
dragTip: 'Flytt: {0}',
|
|
52060
52119
|
resizeColTip: 'Bredde: {0} piksler',
|
|
52061
52120
|
resizeRowTip: 'Høyde: {0} piksler',
|
|
52062
|
-
rowGroupContentTotal: '{0} ({1})'
|
|
52121
|
+
rowGroupContentTotal: '{0} ({1})',
|
|
52122
|
+
menuLoading: '加载中...'
|
|
52063
52123
|
},
|
|
52064
52124
|
grid: {
|
|
52065
52125
|
selectOneRecord: 'Velg minst en post!',
|
|
@@ -52863,7 +52923,8 @@
|
|
|
52863
52923
|
dragTip: 'Move: {0}',
|
|
52864
52924
|
resizeColTip: 'Largura: {0} pixels',
|
|
52865
52925
|
resizeRowTip: 'Altura: {0} pixels',
|
|
52866
|
-
rowGroupContentTotal: '{0} ({1})'
|
|
52926
|
+
rowGroupContentTotal: '{0} ({1})',
|
|
52927
|
+
menuLoading: '加载中...'
|
|
52867
52928
|
},
|
|
52868
52929
|
grid: {
|
|
52869
52930
|
selectOneRecord: 'Selecione pelo menos um registro!',
|
|
@@ -53667,7 +53728,8 @@
|
|
|
53667
53728
|
dragTip: 'MOVE: {0}',
|
|
53668
53729
|
resizeColTip: 'Ширина: {0} пиксели',
|
|
53669
53730
|
resizeRowTip: 'Высокий: {0} пиксели',
|
|
53670
|
-
rowGroupContentTotal: '{0}({1})'
|
|
53731
|
+
rowGroupContentTotal: '{0}({1})',
|
|
53732
|
+
menuLoading: '加载中...'
|
|
53671
53733
|
},
|
|
53672
53734
|
grid: {
|
|
53673
53735
|
selectOneRecord: 'Пожалуйста, выберите хотя бы одну запись!',
|
|
@@ -54471,7 +54533,8 @@
|
|
|
54471
54533
|
dragTip: '移动:{0}',
|
|
54472
54534
|
resizeColTip: '宽:{0} 像素',
|
|
54473
54535
|
resizeRowTip: '高:{0} 像素',
|
|
54474
|
-
rowGroupContentTotal: '{0}({1})'
|
|
54536
|
+
rowGroupContentTotal: '{0}({1})',
|
|
54537
|
+
menuLoading: '加载中...'
|
|
54475
54538
|
},
|
|
54476
54539
|
grid: {
|
|
54477
54540
|
selectOneRecord: '请至少选择一条记录!',
|
|
@@ -55279,7 +55342,8 @@
|
|
|
55279
55342
|
dragTip: '移動:{0}',
|
|
55280
55343
|
resizeColTip: '寬:{0} 像素',
|
|
55281
55344
|
resizeRowTip: '高:{0} 像素',
|
|
55282
|
-
rowGroupContentTotal: '{0}({1})'
|
|
55345
|
+
rowGroupContentTotal: '{0}({1})',
|
|
55346
|
+
menuLoading: '加载中...'
|
|
55283
55347
|
},
|
|
55284
55348
|
grid: {
|
|
55285
55349
|
selectOneRecord: '請至少選擇一條記錄!',
|
|
@@ -56120,7 +56184,8 @@
|
|
|
56120
56184
|
dragTip: 'ย้าย: {0}',
|
|
56121
56185
|
resizeColTip: 'ความกว้าง: {0} พิกเซล',
|
|
56122
56186
|
resizeRowTip: 'ความสูง: {0} พิกเซล',
|
|
56123
|
-
rowGroupContentTotal: '{0} ({1})'
|
|
56187
|
+
rowGroupContentTotal: '{0} ({1})',
|
|
56188
|
+
menuLoading: '加载中...'
|
|
56124
56189
|
},
|
|
56125
56190
|
grid: {
|
|
56126
56191
|
selectOneRecord: 'กรุณาเลือกอย่างน้อยหนึ่งบันทึก!',
|
|
@@ -56924,7 +56989,8 @@
|
|
|
56924
56989
|
dragTip: 'Di chuyển: {0}',
|
|
56925
56990
|
resizeColTip: 'Chiều rộng: {0} pixel',
|
|
56926
56991
|
resizeRowTip: 'Cao: {0} pixel',
|
|
56927
|
-
rowGroupContentTotal: '{0}({1})'
|
|
56992
|
+
rowGroupContentTotal: '{0}({1})',
|
|
56993
|
+
menuLoading: '加载中...'
|
|
56928
56994
|
},
|
|
56929
56995
|
grid: {
|
|
56930
56996
|
selectOneRecord: 'Vui lòng chọn ít nhất một bản ghi!',
|
package/index.min.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
.drag_verify[data-v-9e8c9ed2]{background-color:#e8e8e8;overflow:hidden;position:relative;text-align:center}.drag_verify .dv_handler[data-v-9e8c9ed2]{cursor:move;left:0;position:absolute;top:0}.drag_verify .dv_handler i[data-v-9e8c9ed2]{color:#666;font-size:16px;padding-left:0}.drag_verify .dv_handler .el-icon-circle-check[data-v-9e8c9ed2]{color:#6c6;margin-top:9px}.drag_verify .dv_progress_bar[data-v-9e8c9ed2]{height:34px;position:absolute;width:0}.drag_verify .dv_text[data-v-9e8c9ed2]{background:-webkit-gradient(linear,left top,right top,color-stop(0,var(--textColor)),color-stop(.4,var(--textColor)),color-stop(.5,#fff),color-stop(.6,var(--textColor)),color-stop(1,var(--textColor)));-webkit-background-clip:text;color:transparent;position:absolute;top:0;-moz-user-select:none;-webkit-user-select:none;user-select:none;-o-user-select:none;-ms-user-select:none;-webkit-text-fill-color:transparent;-webkit-text-size-adjust:none;animation:slidetounlock 3s infinite}.drag_verify .dv_text[data-v-9e8c9ed2] *{-webkit-text-fill-color:var(--textColor)}.goFirst[data-v-9e8c9ed2]{left:0!important;transition:left .5s}.goOrigin[data-v-9e8c9ed2]{transition:transform .5s}.goKeep[data-v-9e8c9ed2]{transition:left .2s}.goFirst2[data-v-9e8c9ed2]{transition:width .5s;width:0!important}.drag-verify-container[data-v-9e8c9ed2]{border-radius:50%;line-height:0;position:relative}.move-bar[data-v-9e8c9ed2]{position:absolute;z-index:100}.clip-bar[data-v-9e8c9ed2]{background:hsla(0,0%,100%,.8);position:absolute}.refresh[data-v-9e8c9ed2]{cursor:pointer;font-size:20px;position:absolute;right:5px;top:5px;z-index:200}.tips[data-v-9e8c9ed2]{bottom:25px;font-size:12px;height:20px;line-height:20px;position:absolute;text-align:center;width:100%;z-index:200}.tips.success[data-v-9e8c9ed2]{background:hsla(0,0%,100%,.6);color:green}.tips.danger[data-v-9e8c9ed2]{background:rgba(0,0,0,.6);color:#ff0}.check-img[data-v-9e8c9ed2]{border-radius:50%;width:100%}
|
|
2
2
|
|
|
3
|
-
.query-form[data-v-
|
|
3
|
+
.query-form[data-v-88872668]{z-index:9999}[data-v-88872668] .el-select-dropdown{.el-scrollbar>.el-scrollbar__bar{display:none!important}}.popper-class[data-v-88872668]{min-width:400px!important}[data-v-88872668] .popper-class :deep(.el-select-dropdown__wrap){max-height:600px!important}
|
|
4
4
|
.el-select-dropdown__wrap[max-height],.popper-class .el-select-dropdown__wrap{max-height:450px!important}.el-table .selected-row,.popper-class .selected-row{background-color:var(--el-color-primary-light-9)!important;border-left:3px solid var(--el-color-primary)!important}.el-table .selected-row:hover,.popper-class .selected-row:hover{background-color:var(--el-color-primary-light-8)!important}.el-table .selected-row td,.popper-class .selected-row td{background-color:var(--el-color-primary-light-9)!important}.el-table .selected-row:hover td,.popper-class .selected-row:hover td{background-color:var(--el-color-primary-light-8)!important}
|