@fmdeui/fmui 1.0.118 → 1.0.119
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/components/fm-autocomplete/component/subjectSelectDialog.vue.d.ts +2 -1
- package/es/components/fm-autocomplete/index.d.ts +9 -0
- package/es/components/fm-autocomplete/index.vue.d.ts +15 -0
- package/es/packages/components/fm-autocomplete/component/subjectSelectDialog2.vue.mjs +199 -16
- package/es/packages/components/fm-autocomplete/index2.vue.mjs +8 -1
- package/index.js +229 -41
- package/index.min.js +6 -6
- package/index.min.mjs +7 -7
- package/index.mjs +229 -41
- package/lib/components/fm-autocomplete/component/subjectSelectDialog.vue.d.ts +2 -1
- package/lib/components/fm-autocomplete/index.d.ts +9 -0
- package/lib/components/fm-autocomplete/index.vue.d.ts +15 -0
- package/lib/packages/components/fm-autocomplete/component/subjectSelectDialog2.vue.js +198 -15
- package/lib/packages/components/fm-autocomplete/index2.vue.js +8 -1
- package/locale/en.js +1 -1
- package/locale/en.min.js +1 -1
- package/locale/en.min.mjs +1 -1
- package/locale/en.mjs +1 -1
- package/locale/zh-cn.js +1 -1
- package/locale/zh-cn.min.js +1 -1
- package/locale/zh-cn.min.mjs +1 -1
- package/locale/zh-cn.mjs +1 -1
- package/package.json +1 -1
- /package/{lib → es}/component.css +0 -0
- /package/{es/version.css → lib/defaults.css} +0 -0
package/index.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! fmdeui-fmui v1.0.
|
|
1
|
+
/*! fmdeui-fmui v1.0.119 */
|
|
2
2
|
import VxeUITable from 'vxe-table';
|
|
3
3
|
import VxeUIPluginRenderElement from '@vxe-ui/plugin-render-element';
|
|
4
4
|
import VxeUIPluginExportXLSX from '@vxe-ui/plugin-export-xlsx';
|
|
@@ -21922,9 +21922,9 @@ var _sfc_main$I = /* @__PURE__ */ defineComponent({
|
|
|
21922
21922
|
|
|
21923
21923
|
const _hoisted_1$t = { class: "inside_box" };
|
|
21924
21924
|
const _hoisted_2$k = { class: "inside_box_title" };
|
|
21925
|
-
const _hoisted_3$
|
|
21926
|
-
const _hoisted_4$
|
|
21927
|
-
const _hoisted_5$
|
|
21925
|
+
const _hoisted_3$d = { class: "check-box" };
|
|
21926
|
+
const _hoisted_4$9 = { class: "more_dropdown_icon" };
|
|
21927
|
+
const _hoisted_5$8 = { class: "out_box" };
|
|
21928
21928
|
var _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
21929
21929
|
...{
|
|
21930
21930
|
name: "MoreChoose"
|
|
@@ -22045,10 +22045,10 @@ var _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
|
22045
22045
|
ref: "popover"
|
|
22046
22046
|
}, {
|
|
22047
22047
|
reference: withCtx(() => [
|
|
22048
|
-
createElementVNode("div", _hoisted_4$
|
|
22048
|
+
createElementVNode("div", _hoisted_4$9, [
|
|
22049
22049
|
createElementVNode(
|
|
22050
22050
|
"span",
|
|
22051
|
-
_hoisted_5$
|
|
22051
|
+
_hoisted_5$8,
|
|
22052
22052
|
toDisplayString(__props.popoverAttrsBind.showTxt),
|
|
22053
22053
|
1
|
|
22054
22054
|
/* TEXT */
|
|
@@ -22072,7 +22072,7 @@ var _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
|
22072
22072
|
1
|
|
22073
22073
|
/* TEXT */
|
|
22074
22074
|
),
|
|
22075
|
-
createElementVNode("div", _hoisted_3$
|
|
22075
|
+
createElementVNode("div", _hoisted_3$d, [
|
|
22076
22076
|
createVNode(_component_el_button, {
|
|
22077
22077
|
size: "small",
|
|
22078
22078
|
link: "",
|
|
@@ -22942,8 +22942,8 @@ const _hoisted_1$s = {
|
|
|
22942
22942
|
class: "table_query_condition"
|
|
22943
22943
|
};
|
|
22944
22944
|
const _hoisted_2$j = ["element-loading-text"];
|
|
22945
|
-
const _hoisted_3$
|
|
22946
|
-
const _hoisted_4$
|
|
22945
|
+
const _hoisted_3$c = { key: 2 };
|
|
22946
|
+
const _hoisted_4$8 = {
|
|
22947
22947
|
key: 0,
|
|
22948
22948
|
class: "f-table-select__page"
|
|
22949
22949
|
};
|
|
@@ -23708,7 +23708,7 @@ var _sfc_main$E = /* @__PURE__ */ defineComponent({
|
|
|
23708
23708
|
key: 1,
|
|
23709
23709
|
scope
|
|
23710
23710
|
}) : createCommentVNode("v-if", true),
|
|
23711
|
-
!item.render && !item.slotName ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
23711
|
+
!item.render && !item.slotName ? (openBlock(), createElementBlock("div", _hoisted_3$c, [
|
|
23712
23712
|
createElementVNode(
|
|
23713
23713
|
"span",
|
|
23714
23714
|
null,
|
|
@@ -23730,7 +23730,7 @@ var _sfc_main$E = /* @__PURE__ */ defineComponent({
|
|
|
23730
23730
|
_: 3
|
|
23731
23731
|
/* FORWARDED */
|
|
23732
23732
|
}, 16, ["data", "class"]),
|
|
23733
|
-
__props.isShowPagination ? (openBlock(), createElementBlock("div", _hoisted_4$
|
|
23733
|
+
__props.isShowPagination ? (openBlock(), createElementBlock("div", _hoisted_4$8, [
|
|
23734
23734
|
createVNode(_component_el_pagination, mergeProps({
|
|
23735
23735
|
"current-page": __props.table.currentPage,
|
|
23736
23736
|
"onUpdate:currentPage": _cache[6] || (_cache[6] = ($event) => __props.table.currentPage = $event),
|
|
@@ -24731,9 +24731,9 @@ const other = {
|
|
|
24731
24731
|
|
|
24732
24732
|
const _hoisted_1$p = { class: "layout-breadcrumb-seting" };
|
|
24733
24733
|
const _hoisted_2$h = { class: "layout-breadcrumb-seting-bar-flex" };
|
|
24734
|
-
const _hoisted_3$
|
|
24735
|
-
const _hoisted_4$
|
|
24736
|
-
const _hoisted_5$
|
|
24734
|
+
const _hoisted_3$b = { class: "layout-breadcrumb-seting-bar-flex-label" };
|
|
24735
|
+
const _hoisted_4$7 = { class: "layout-breadcrumb-seting-bar-flex-value" };
|
|
24736
|
+
const _hoisted_5$7 = { style: { "margin": "10px 0" } };
|
|
24737
24737
|
const _hoisted_6$3 = { class: "layout-breadcrumb-seting-bar-flex mt15" };
|
|
24738
24738
|
const _hoisted_7$3 = { class: "layout-breadcrumb-seting-bar-flex-label" };
|
|
24739
24739
|
const _hoisted_8$2 = { class: "layout-breadcrumb-seting-bar-flex-value" };
|
|
@@ -25146,12 +25146,12 @@ var _sfc_main$y = /* @__PURE__ */ defineComponent({
|
|
|
25146
25146
|
createElementVNode("div", _hoisted_2$h, [
|
|
25147
25147
|
createElementVNode(
|
|
25148
25148
|
"div",
|
|
25149
|
-
_hoisted_3$
|
|
25149
|
+
_hoisted_3$b,
|
|
25150
25150
|
toDisplayString(_ctx.$t("message.layout.themeColors")),
|
|
25151
25151
|
1
|
|
25152
25152
|
/* TEXT */
|
|
25153
25153
|
),
|
|
25154
|
-
createElementVNode("div", _hoisted_4$
|
|
25154
|
+
createElementVNode("div", _hoisted_4$7, [
|
|
25155
25155
|
createVNode(_component_el_color_picker, {
|
|
25156
25156
|
modelValue: getThemeConfig.value.primary,
|
|
25157
25157
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => getThemeConfig.value.primary = $event),
|
|
@@ -25160,7 +25160,7 @@ var _sfc_main$y = /* @__PURE__ */ defineComponent({
|
|
|
25160
25160
|
}, null, 8, ["modelValue"])
|
|
25161
25161
|
])
|
|
25162
25162
|
]),
|
|
25163
|
-
createElementVNode("div", _hoisted_5$
|
|
25163
|
+
createElementVNode("div", _hoisted_5$7, [
|
|
25164
25164
|
createVNode(
|
|
25165
25165
|
_component_el_button,
|
|
25166
25166
|
{
|
|
@@ -27401,9 +27401,9 @@ const FmInputNumber = _sfc_main$u;
|
|
|
27401
27401
|
|
|
27402
27402
|
const _hoisted_1$n = { style: { "color": "#fff" } };
|
|
27403
27403
|
const _hoisted_2$g = { style: { "padding": "8px 16px", "background-color": "var(--el-color-primary-light-9)", "border-left": "5px solid var(--el-color-primary)", "margin-bottom": "5px" } };
|
|
27404
|
-
const _hoisted_3$
|
|
27405
|
-
const _hoisted_4$
|
|
27406
|
-
const _hoisted_5$
|
|
27404
|
+
const _hoisted_3$a = { style: { "padding": "8px 16px", "background-color": "var(--el-color-primary-light-9)", "border-left": "5px solid var(--el-color-primary)", "margin-bottom": "5px" } };
|
|
27405
|
+
const _hoisted_4$6 = { style: { "margin-top": "10px" } };
|
|
27406
|
+
const _hoisted_5$6 = { class: "dialog-footer" };
|
|
27407
27407
|
var _sfc_main$t = /* @__PURE__ */ defineComponent({
|
|
27408
27408
|
__name: "userSelectDialog",
|
|
27409
27409
|
props: {
|
|
@@ -27562,7 +27562,7 @@ var _sfc_main$t = /* @__PURE__ */ defineComponent({
|
|
|
27562
27562
|
])
|
|
27563
27563
|
]),
|
|
27564
27564
|
footer: withCtx(() => [
|
|
27565
|
-
createElementVNode("div", _hoisted_5$
|
|
27565
|
+
createElementVNode("div", _hoisted_5$6, [
|
|
27566
27566
|
createVNode(_component_el_button, {
|
|
27567
27567
|
icon: "ele-CircleCloseFilled",
|
|
27568
27568
|
onClick: closeDialog
|
|
@@ -27609,12 +27609,12 @@ var _sfc_main$t = /* @__PURE__ */ defineComponent({
|
|
|
27609
27609
|
default: withCtx(() => [
|
|
27610
27610
|
createElementVNode(
|
|
27611
27611
|
"p",
|
|
27612
|
-
_hoisted_3$
|
|
27612
|
+
_hoisted_3$a,
|
|
27613
27613
|
toDisplayString(_ctx.$t(__props.title)) + toDisplayString(_ctx.$t("\u5217\u8868")),
|
|
27614
27614
|
1
|
|
27615
27615
|
/* TEXT */
|
|
27616
27616
|
),
|
|
27617
|
-
createElementVNode("div", _hoisted_4$
|
|
27617
|
+
createElementVNode("div", _hoisted_4$6, [
|
|
27618
27618
|
createVNode(_component_el_form, {
|
|
27619
27619
|
model: state.queryParams,
|
|
27620
27620
|
ref: "queryRef",
|
|
@@ -27795,7 +27795,7 @@ var _sfc_main$t = /* @__PURE__ */ defineComponent({
|
|
|
27795
27795
|
|
|
27796
27796
|
const _hoisted_1$m = { style: { "color": "#fff" } };
|
|
27797
27797
|
const _hoisted_2$f = { style: { "margin-top": "10px" } };
|
|
27798
|
-
const _hoisted_3$
|
|
27798
|
+
const _hoisted_3$9 = { class: "dialog-footer" };
|
|
27799
27799
|
var _sfc_main$s = /* @__PURE__ */ defineComponent({
|
|
27800
27800
|
__name: "supplierSelectDialog",
|
|
27801
27801
|
props: {
|
|
@@ -27929,7 +27929,7 @@ var _sfc_main$s = /* @__PURE__ */ defineComponent({
|
|
|
27929
27929
|
])
|
|
27930
27930
|
]),
|
|
27931
27931
|
footer: withCtx(() => [
|
|
27932
|
-
createElementVNode("div", _hoisted_3$
|
|
27932
|
+
createElementVNode("div", _hoisted_3$9, [
|
|
27933
27933
|
createVNode(_component_el_button, {
|
|
27934
27934
|
icon: "ele-CircleCloseFilled",
|
|
27935
27935
|
onClick: closeDialog
|
|
@@ -28159,7 +28159,10 @@ var _sfc_main$s = /* @__PURE__ */ defineComponent({
|
|
|
28159
28159
|
});
|
|
28160
28160
|
|
|
28161
28161
|
const _hoisted_1$l = { style: { "color": "#fff" } };
|
|
28162
|
-
const _hoisted_2$e = {
|
|
28162
|
+
const _hoisted_2$e = { style: { "padding": "8px 16px", "background-color": "var(--el-color-primary-light-9)", "border-left": "5px solid var(--el-color-primary)", "margin-bottom": "5px" } };
|
|
28163
|
+
const _hoisted_3$8 = { style: { "padding": "8px 16px", "background-color": "var(--el-color-primary-light-9)", "border-left": "5px solid var(--el-color-primary)", "margin-bottom": "5px" } };
|
|
28164
|
+
const _hoisted_4$5 = { style: { "margin-top": "10px" } };
|
|
28165
|
+
const _hoisted_5$5 = { class: "dialog-footer" };
|
|
28163
28166
|
var _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
28164
28167
|
__name: "subjectSelectDialog",
|
|
28165
28168
|
props: {
|
|
@@ -28201,12 +28204,39 @@ var _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
|
28201
28204
|
closeDialog();
|
|
28202
28205
|
}
|
|
28203
28206
|
});
|
|
28207
|
+
const state = reactive({
|
|
28208
|
+
treeData: [{ id: 1, name: "\u8D44\u4EA7", code: "" }, { id: 2, name: "\u8D1F\u503A", code: "" }, { id: 3, name: "\u6743\u76CA", code: "" }, { id: 4, name: "\u6210\u672C", code: "" }, { id: 5, name: "\u635F\u76CA", code: "" }],
|
|
28209
|
+
total: 0,
|
|
28210
|
+
queryParams: {
|
|
28211
|
+
pid: 0
|
|
28212
|
+
}
|
|
28213
|
+
});
|
|
28214
|
+
const tableList = ref([]);
|
|
28204
28215
|
onMounted(async () => {
|
|
28216
|
+
await getTableList();
|
|
28205
28217
|
});
|
|
28218
|
+
const getTableList = async () => {
|
|
28219
|
+
var _a;
|
|
28220
|
+
const res = await useBaseApi(props.subjectService).post(state.queryParams, props.subjectAction);
|
|
28221
|
+
tableList.value = (_a = res.data.result) != null ? _a : [];
|
|
28222
|
+
};
|
|
28223
|
+
function handleSelect(row) {
|
|
28224
|
+
if (!row || row.id == "" || row.isLeaf == 0) return;
|
|
28225
|
+
emits("change", { id: row.id, name: row.subjectName, code: row.subjectCode, data: row });
|
|
28226
|
+
}
|
|
28227
|
+
const handledbclick = (row) => {
|
|
28228
|
+
handleSelect(row);
|
|
28229
|
+
};
|
|
28230
|
+
async function handleQuery() {
|
|
28231
|
+
await getTableList();
|
|
28232
|
+
}
|
|
28206
28233
|
const handleNodeChange = async (node) => {
|
|
28207
|
-
|
|
28208
|
-
|
|
28209
|
-
|
|
28234
|
+
state.queryParams.pid = node.id;
|
|
28235
|
+
await handleQuery();
|
|
28236
|
+
};
|
|
28237
|
+
const resetQuery = () => {
|
|
28238
|
+
state.queryParams = {};
|
|
28239
|
+
handleQuery();
|
|
28210
28240
|
};
|
|
28211
28241
|
const closeDialog = () => {
|
|
28212
28242
|
emits("update:visible", false);
|
|
@@ -28216,12 +28246,20 @@ var _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
|
28216
28246
|
const _component_el_icon = resolveComponent("el-icon");
|
|
28217
28247
|
const _component_FmTree = resolveComponent("FmTree");
|
|
28218
28248
|
const _component_el_col = resolveComponent("el-col");
|
|
28219
|
-
const
|
|
28249
|
+
const _component_el_input = resolveComponent("el-input");
|
|
28250
|
+
const _component_el_form_item = resolveComponent("el-form-item");
|
|
28220
28251
|
const _component_el_button = resolveComponent("el-button");
|
|
28252
|
+
const _component_el_button_group = resolveComponent("el-button-group");
|
|
28253
|
+
const _component_el_form = resolveComponent("el-form");
|
|
28254
|
+
const _component_ele_Plus = resolveComponent("ele-Plus");
|
|
28255
|
+
const _component_el_table_column = resolveComponent("el-table-column");
|
|
28256
|
+
const _component_el_table = resolveComponent("el-table");
|
|
28257
|
+
const _component_el_card = resolveComponent("el-card");
|
|
28258
|
+
const _component_el_row = resolveComponent("el-row");
|
|
28221
28259
|
const _component_el_dialog = resolveComponent("el-dialog");
|
|
28222
28260
|
return openBlock(), createBlock(_component_el_dialog, {
|
|
28223
28261
|
modelValue: unref(visibleDialog),
|
|
28224
|
-
"onUpdate:modelValue": _cache[
|
|
28262
|
+
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => isRef(visibleDialog) ? visibleDialog.value = $event : visibleDialog = $event),
|
|
28225
28263
|
style: { "width": "70vw" },
|
|
28226
28264
|
"append-to-body": "",
|
|
28227
28265
|
draggable: "",
|
|
@@ -28249,7 +28287,7 @@ var _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
|
28249
28287
|
])
|
|
28250
28288
|
]),
|
|
28251
28289
|
footer: withCtx(() => [
|
|
28252
|
-
createElementVNode("div",
|
|
28290
|
+
createElementVNode("div", _hoisted_5$5, [
|
|
28253
28291
|
createVNode(_component_el_button, {
|
|
28254
28292
|
icon: "ele-CircleCloseFilled",
|
|
28255
28293
|
onClick: closeDialog
|
|
@@ -28270,18 +28308,161 @@ var _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
|
28270
28308
|
default: withCtx(() => [
|
|
28271
28309
|
createVNode(_component_el_row, { gutter: 10 }, {
|
|
28272
28310
|
default: withCtx(() => [
|
|
28273
|
-
createVNode(_component_el_col, { span:
|
|
28311
|
+
createVNode(_component_el_col, { span: 6 }, {
|
|
28274
28312
|
default: withCtx(() => [
|
|
28313
|
+
createElementVNode(
|
|
28314
|
+
"p",
|
|
28315
|
+
_hoisted_2$e,
|
|
28316
|
+
toDisplayString(_ctx.$t("\u5927\u7C7B")),
|
|
28317
|
+
1
|
|
28318
|
+
/* TEXT */
|
|
28319
|
+
),
|
|
28275
28320
|
createVNode(_component_FmTree, {
|
|
28276
|
-
|
|
28277
|
-
apiService: __props.subjectService,
|
|
28278
|
-
apiAction: __props.subjectAction,
|
|
28279
|
-
isPost: true,
|
|
28280
|
-
defaultProps: { children: "children", label: "subjectName" },
|
|
28281
|
-
paras: __props.subjectParams,
|
|
28321
|
+
treeData: state.treeData,
|
|
28282
28322
|
onNodeClick: handleNodeChange,
|
|
28283
28323
|
style: { "height": "calc(100% - 40px)", "overflow-y": "scroll", "overflow-x": "hidden" }
|
|
28284
|
-
}, null, 8, ["
|
|
28324
|
+
}, null, 8, ["treeData"])
|
|
28325
|
+
]),
|
|
28326
|
+
_: 1
|
|
28327
|
+
/* STABLE */
|
|
28328
|
+
}),
|
|
28329
|
+
createVNode(_component_el_col, { span: 18 }, {
|
|
28330
|
+
default: withCtx(() => [
|
|
28331
|
+
createElementVNode(
|
|
28332
|
+
"p",
|
|
28333
|
+
_hoisted_3$8,
|
|
28334
|
+
toDisplayString(_ctx.$t(__props.title)) + toDisplayString(_ctx.$t("\u5217\u8868")),
|
|
28335
|
+
1
|
|
28336
|
+
/* TEXT */
|
|
28337
|
+
),
|
|
28338
|
+
createElementVNode("div", _hoisted_4$5, [
|
|
28339
|
+
createVNode(_component_el_form, {
|
|
28340
|
+
model: state.queryParams,
|
|
28341
|
+
ref: "queryRef",
|
|
28342
|
+
inline: true
|
|
28343
|
+
}, {
|
|
28344
|
+
default: withCtx(() => [
|
|
28345
|
+
createVNode(_component_el_form_item, {
|
|
28346
|
+
label: _ctx.$t("\u5173\u952E\u5B57")
|
|
28347
|
+
}, {
|
|
28348
|
+
default: withCtx(() => [
|
|
28349
|
+
createVNode(_component_el_input, {
|
|
28350
|
+
modelValue: state.queryParams.keyword,
|
|
28351
|
+
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => state.queryParams.keyword = $event),
|
|
28352
|
+
clearable: "",
|
|
28353
|
+
style: { "width": "150px" },
|
|
28354
|
+
onKeyup: withKeys(handleQuery, ["enter"])
|
|
28355
|
+
}, null, 8, ["modelValue"])
|
|
28356
|
+
]),
|
|
28357
|
+
_: 1
|
|
28358
|
+
/* STABLE */
|
|
28359
|
+
}, 8, ["label"]),
|
|
28360
|
+
createVNode(_component_el_form_item, null, {
|
|
28361
|
+
default: withCtx(() => [
|
|
28362
|
+
createVNode(_component_el_button_group, null, {
|
|
28363
|
+
default: withCtx(() => [
|
|
28364
|
+
createVNode(_component_el_button, {
|
|
28365
|
+
type: "primary",
|
|
28366
|
+
icon: "ele-Search",
|
|
28367
|
+
onClick: handleQuery
|
|
28368
|
+
}, {
|
|
28369
|
+
default: withCtx(() => [
|
|
28370
|
+
createTextVNode(
|
|
28371
|
+
toDisplayString(_ctx.$t("\u67E5\u8BE2")),
|
|
28372
|
+
1
|
|
28373
|
+
/* TEXT */
|
|
28374
|
+
)
|
|
28375
|
+
]),
|
|
28376
|
+
_: 1
|
|
28377
|
+
/* STABLE */
|
|
28378
|
+
}),
|
|
28379
|
+
createVNode(_component_el_button, {
|
|
28380
|
+
icon: "ele-Refresh",
|
|
28381
|
+
onClick: resetQuery
|
|
28382
|
+
}, {
|
|
28383
|
+
default: withCtx(() => [
|
|
28384
|
+
createTextVNode(
|
|
28385
|
+
toDisplayString(_ctx.$t("\u91CD\u7F6E")),
|
|
28386
|
+
1
|
|
28387
|
+
/* TEXT */
|
|
28388
|
+
)
|
|
28389
|
+
]),
|
|
28390
|
+
_: 1
|
|
28391
|
+
/* STABLE */
|
|
28392
|
+
})
|
|
28393
|
+
]),
|
|
28394
|
+
_: 1
|
|
28395
|
+
/* STABLE */
|
|
28396
|
+
})
|
|
28397
|
+
]),
|
|
28398
|
+
_: 1
|
|
28399
|
+
/* STABLE */
|
|
28400
|
+
})
|
|
28401
|
+
]),
|
|
28402
|
+
_: 1
|
|
28403
|
+
/* STABLE */
|
|
28404
|
+
}, 8, ["model"]),
|
|
28405
|
+
createVNode(_component_el_card, {
|
|
28406
|
+
class: "full-table",
|
|
28407
|
+
shadow: "hover"
|
|
28408
|
+
}, {
|
|
28409
|
+
default: withCtx(() => [
|
|
28410
|
+
createVNode(_component_el_table, {
|
|
28411
|
+
ref: "refTable",
|
|
28412
|
+
data: tableList.value,
|
|
28413
|
+
style: { "height": "calc(70vh - 96px)" },
|
|
28414
|
+
onRowDblclick: handledbclick
|
|
28415
|
+
}, {
|
|
28416
|
+
default: withCtx(() => [
|
|
28417
|
+
createVNode(_component_el_table_column, {
|
|
28418
|
+
label: "\u64CD\u4F5C",
|
|
28419
|
+
width: "60",
|
|
28420
|
+
align: "center"
|
|
28421
|
+
}, {
|
|
28422
|
+
default: withCtx((scope) => [
|
|
28423
|
+
scope.row.isLeaf == 1 ? (openBlock(), createBlock(_component_el_button, {
|
|
28424
|
+
key: 0,
|
|
28425
|
+
link: "",
|
|
28426
|
+
type: "primary",
|
|
28427
|
+
onClick: ($event) => handleSelect(scope.row)
|
|
28428
|
+
}, {
|
|
28429
|
+
default: withCtx(() => [
|
|
28430
|
+
createVNode(_component_el_icon, null, {
|
|
28431
|
+
default: withCtx(() => [
|
|
28432
|
+
createVNode(_component_ele_Plus)
|
|
28433
|
+
]),
|
|
28434
|
+
_: 1
|
|
28435
|
+
/* STABLE */
|
|
28436
|
+
})
|
|
28437
|
+
]),
|
|
28438
|
+
_: 1
|
|
28439
|
+
/* STABLE */
|
|
28440
|
+
}, 8, ["onClick"])) : createCommentVNode("v-if", true)
|
|
28441
|
+
]),
|
|
28442
|
+
_: 1
|
|
28443
|
+
/* STABLE */
|
|
28444
|
+
}),
|
|
28445
|
+
createVNode(_component_el_table_column, {
|
|
28446
|
+
label: _ctx.$t("\u79D1\u76EE\u7F16\u7801"),
|
|
28447
|
+
prop: "subjectCode",
|
|
28448
|
+
align: "center",
|
|
28449
|
+
"show-overflow-tooltip": true
|
|
28450
|
+
}, null, 8, ["label"]),
|
|
28451
|
+
createVNode(_component_el_table_column, {
|
|
28452
|
+
label: _ctx.$t("\u79D1\u76EE\u540D\u79F0"),
|
|
28453
|
+
prop: "subjectName",
|
|
28454
|
+
align: "center",
|
|
28455
|
+
"show-overflow-tooltip": true
|
|
28456
|
+
}, null, 8, ["label"])
|
|
28457
|
+
]),
|
|
28458
|
+
_: 1
|
|
28459
|
+
/* STABLE */
|
|
28460
|
+
}, 8, ["data"])
|
|
28461
|
+
]),
|
|
28462
|
+
_: 1
|
|
28463
|
+
/* STABLE */
|
|
28464
|
+
})
|
|
28465
|
+
])
|
|
28285
28466
|
]),
|
|
28286
28467
|
_: 1
|
|
28287
28468
|
/* STABLE */
|
|
@@ -28345,6 +28526,13 @@ var _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
|
28345
28526
|
type: String,
|
|
28346
28527
|
default: "name"
|
|
28347
28528
|
},
|
|
28529
|
+
/**
|
|
28530
|
+
* 过滤出来显示的名称 加上属性标签
|
|
28531
|
+
*/
|
|
28532
|
+
vLabel: {
|
|
28533
|
+
type: String,
|
|
28534
|
+
default: ""
|
|
28535
|
+
},
|
|
28348
28536
|
/**
|
|
28349
28537
|
* 查询业务表ID
|
|
28350
28538
|
*/
|
|
@@ -28461,7 +28649,7 @@ var _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
|
28461
28649
|
createElementVNode(
|
|
28462
28650
|
"div",
|
|
28463
28651
|
_hoisted_1$k,
|
|
28464
|
-
toDisplayString(item[__props.vName]),
|
|
28652
|
+
toDisplayString(item[__props.vName]) + " " + toDisplayString(__props.vLabel != "" ? "(" + item[__props.vLabel] + ")" : ""),
|
|
28465
28653
|
1
|
|
28466
28654
|
/* TEXT */
|
|
28467
28655
|
)
|
|
@@ -63,6 +63,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
63
63
|
subjectAction: string;
|
|
64
64
|
subjectParams: Record<string, any>;
|
|
65
65
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
66
|
-
|
|
66
|
+
queryRef: unknown;
|
|
67
|
+
refTable: unknown;
|
|
67
68
|
}, any>;
|
|
68
69
|
export default _default;
|
|
@@ -28,6 +28,10 @@ export declare const FmAutocomplete: DefineComponent<ExtractPropTypes<{
|
|
|
28
28
|
type: StringConstructor;
|
|
29
29
|
default: string;
|
|
30
30
|
};
|
|
31
|
+
vLabel: {
|
|
32
|
+
type: StringConstructor;
|
|
33
|
+
default: string;
|
|
34
|
+
};
|
|
31
35
|
qId: {
|
|
32
36
|
type: NumberConstructor;
|
|
33
37
|
default: number;
|
|
@@ -110,6 +114,10 @@ export declare const FmAutocomplete: DefineComponent<ExtractPropTypes<{
|
|
|
110
114
|
type: StringConstructor;
|
|
111
115
|
default: string;
|
|
112
116
|
};
|
|
117
|
+
vLabel: {
|
|
118
|
+
type: StringConstructor;
|
|
119
|
+
default: string;
|
|
120
|
+
};
|
|
113
121
|
qId: {
|
|
114
122
|
type: NumberConstructor;
|
|
115
123
|
default: number;
|
|
@@ -179,6 +187,7 @@ export declare const FmAutocomplete: DefineComponent<ExtractPropTypes<{
|
|
|
179
187
|
atoAction: string;
|
|
180
188
|
searchsize: number;
|
|
181
189
|
vName: string;
|
|
190
|
+
vLabel: string;
|
|
182
191
|
qId: number;
|
|
183
192
|
openType: number;
|
|
184
193
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
@@ -40,6 +40,13 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
40
40
|
type: StringConstructor;
|
|
41
41
|
default: string;
|
|
42
42
|
};
|
|
43
|
+
/**
|
|
44
|
+
* 过滤出来显示的名称 加上属性标签
|
|
45
|
+
*/
|
|
46
|
+
vLabel: {
|
|
47
|
+
type: StringConstructor;
|
|
48
|
+
default: string;
|
|
49
|
+
};
|
|
43
50
|
/**
|
|
44
51
|
* 查询业务表ID
|
|
45
52
|
*/
|
|
@@ -141,6 +148,13 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
141
148
|
type: StringConstructor;
|
|
142
149
|
default: string;
|
|
143
150
|
};
|
|
151
|
+
/**
|
|
152
|
+
* 过滤出来显示的名称 加上属性标签
|
|
153
|
+
*/
|
|
154
|
+
vLabel: {
|
|
155
|
+
type: StringConstructor;
|
|
156
|
+
default: string;
|
|
157
|
+
};
|
|
144
158
|
/**
|
|
145
159
|
* 查询业务表ID
|
|
146
160
|
*/
|
|
@@ -217,6 +231,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
217
231
|
atoAction: string;
|
|
218
232
|
searchsize: number;
|
|
219
233
|
vName: string;
|
|
234
|
+
vLabel: string;
|
|
220
235
|
qId: number;
|
|
221
236
|
openType: number;
|
|
222
237
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|