-
+
@@ -9,17 +10,23 @@
-
-
+
+
- 修改
+ 修改
-
-
+
+
@@ -35,16 +42,24 @@
是
否
+
+
+
-
+
-
-
+
+
- 校验规则{{ row.ruleCount }}
+ 校验规则{{ row.ruleCount }}
@@ -83,6 +98,8 @@ const verifyDialogRef = ref();
const state = reactive({
isShowDialog: false,
loading: false,
+ EntityName: '',
+ ConfigId:'',
dbData: [] as any,
effectTypeList: [] as any,
dictTypeCodeList: [] as any,
@@ -191,6 +208,15 @@ const options = reactive({
default: 'whetherSortable',
},
},
+ {
+ field: 'statistical',
+ title: '统计字段',
+ minWidth: 70,
+ slots: {
+ edit: 'statistical',
+ default: 'statistical',
+ },
+ },
{
field: 'queryWhether',
title: '是否是查询',
@@ -282,7 +308,7 @@ const submitRefreshFk = (data: any) => {
// 页面初始化
onUnmounted(() => {
// mittBus.off('submitRefresh', () => {});
- mittBus.off('submitRefreshFk', () => {});
+ mittBus.off('submitRefreshFk', () => { });
});
// 控件类型改变
@@ -342,7 +368,8 @@ function effectTypeEnable(data: any) {
// 打开弹窗
const openDialog = async (addRow: any) => {
state.isShowDialog = true;
-
+ state.ConfigId=addRow.configId;
+ state.EntityName=addRow.tableName;
nextTick(async () => {
await handleQuery(addRow);
rowDrop();