From 4c355ec9127e36a52e6a580c058222459b51fc76 Mon Sep 17 00:00:00 2001 From: herenshan112 Date: Fri, 9 Aug 2024 15:47:05 +0800 Subject: [PATCH] =?UTF-8?q?2024=E5=B9=B48=E6=9C=88=E7=AC=AC=E4=B8=80?= =?UTF-8?q?=E5=91=A8BUG=E4=BF=AE=E6=94=B9=E5=AE=8C=E6=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/date/type.ts | 2 +- src/components/DesignForm/app/index.vue | 12 +- src/components/DesignForm/assembly/index.ts | 4 +- .../DesignForm/formControlPropertiNew.vue | 32 ++--- .../DesignForm/public/form/formItem.vue | 2 +- .../DesignForm/tableListPage/formPageCont.vue | 10 +- .../DesignForm/tableListPage/index.vue | 29 +++- .../workflow/drwer/approverDrawer.vue | 104 ++++++++++++-- src/components/workflow/nodeWrap.vue | 4 +- src/components/workflow/selectBoxs.vue | 2 +- src/store/workflow/index.js | 2 +- src/utils/workflow/index.ts | 2 +- .../sysworkflow/flow/flowDrawingBoard.vue | 2 +- src/views/sysworkflow/flow/flowcanvas.vue | 2 +- .../sysworkflow/lowcodepage/appCardPage.vue | 10 ++ .../sysworkflow/lowcodepage/appFormList.vue | 3 +- .../sysworkflow/lowcodepage/appListPage.vue | 10 ++ .../lowcodepage/appPage/appMenus.vue | 5 +- .../appPageForm/appFlow/appFlowSee.vue | 2 +- .../appPage/appPageForm/pageFlow.vue | 5 +- .../appPage/appPageForm/pageForm.vue | 45 +++++- .../appPage/appPageForm/pageList.vue | 47 ++++++- src/views/sysworkflow/lowcodepage/index.vue | 7 +- .../sysworkflow/lowcodepage/pageList.vue | 132 ++++++++++++------ .../sysworkflow/lowcodepage/workFlow.vue | 2 +- src/widget/systemunit/deptOrgPage.vue | 8 +- src/widget/systemunit/ownerPage.vue | 6 +- 27 files changed, 385 insertions(+), 106 deletions(-) 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 }} + + + + + + +