diff --git a/src/api/date/type.ts b/src/api/date/type.ts index 83d9b91..2ac503e 100644 --- a/src/api/date/type.ts +++ b/src/api/date/type.ts @@ -277,7 +277,7 @@ export interface appNodeConfig{ sendBackNode: string; settype: number; type: number; - orgList: string; + orgList: number[]; } //app工作流附件 export interface appMatrix{ diff --git a/src/components/DesignForm/app/index.vue b/src/components/DesignForm/app/index.vue index f3a013f..a9b041e 100644 --- a/src/components/DesignForm/app/index.vue +++ b/src/components/DesignForm/app/index.vue @@ -261,7 +261,7 @@ const selectionChange = (row: any) => { @ 功能: 获取表格头内容 */ const columnsFilter = computed(() => { - + // console.log("props.data判断是否有标题",props.data) if (!state.columnsCheck?.length) { // console.log("props.data判断是否有标题",props.data) return props.data.columns @@ -271,7 +271,8 @@ const columnsFilter = computed(() => { return state.columnsCheck.includes(item.prop || item.type) }) } -}) + console.log("获取表格头内容",props.data.columns) +}) /** @ 作者: 秦东 @ 时间: 2024-04-01 14:14:36 @@ -628,6 +629,8 @@ const judjeRadio = (val: any, options: any[]) => { @ 功能: 判断开关类型 */ const judjeSwitch = (val:any,yesVal:any) => { + // console.log("判断开关类型-1-->",val) + // console.log("判断开关类型-2-->",yesVal) if(val == yesVal) return true; return false; } @@ -1138,6 +1141,10 @@ const transformOption = (val: string | number, type?: string) => { {{ scope.column.label }} + -
@@ -369,6 +368,15 @@ const jsuanKuandu = () => {
+
+ +
diff --git a/src/components/DesignForm/tableListPage/index.vue b/src/components/DesignForm/tableListPage/index.vue index d79a841..e51414b 100644 --- a/src/components/DesignForm/tableListPage/index.vue +++ b/src/components/DesignForm/tableListPage/index.vue @@ -254,7 +254,7 @@ const selectionChange = (row: any) => { @ 功能: 获取表格头内容 */ const columnsFilter = computed(() => { - + console.log("获取表格头内容",props.data.columns) if (!state.columnsCheck?.length) { return props.data.columns } else { @@ -262,6 +262,7 @@ const columnsFilter = computed(() => { return state.columnsCheck.includes(item.prop || item.type) }) } + }) /** @ 作者: 秦东 @@ -1126,6 +1127,30 @@ const transformOption = (val: string | number, type?: string) => { {{ scope.column.label }} + + + + + + +