From 0c4e7ea6e347db2f2749bf9446ac0ed215bdecd5 Mon Sep 17 00:00:00 2001 From: lyh <925863403@qq.com> Date: 星期一, 14 四月 2025 13:33:02 +0800 Subject: [PATCH] 修改审签工作流 --- src/views/flowable/workflow/FlowTodo.vue | 20 +++++++++++++------- 1 files changed, 13 insertions(+), 7 deletions(-) diff --git a/src/views/flowable/workflow/FlowTodo.vue b/src/views/flowable/workflow/FlowTodo.vue index 42b5430..6404081 100644 --- a/src/views/flowable/workflow/FlowTodo.vue +++ b/src/views/flowable/workflow/FlowTodo.vue @@ -73,6 +73,11 @@ :rowSelection="{selectedRowKeys: selectedRowKeys, onChange: onSelectChange}" @change="handleTableChange"> + <!-- 瀛楃涓茶秴闀挎埅鍙栫渷鐣ュ彿鏄剧ず--> + <span slot="description" slot-scope="text"> + <j-ellipsis :value="text" :length="25" /> + </span> + <template slot="htmlSlot" slot-scope="text"> <div v-html="text"></div> </template> @@ -100,7 +105,7 @@ </a-table> </div> - <AssignFileStreamHandle ref="modalFormApproval" :selectShenpiData="selectShenpiData"></AssignFileStreamHandle> + <AssignFileStreamHandle ref="modalFormApproval" :selectShenpiData="selectShenpiData" @searchReset="searchReset"></AssignFileStreamHandle> <DispatchFileHandle ref="modalFormDispatchFileXq" :selectShenpiData="selectDispatchFileXqData" @searchReset="searchReset"></DispatchFileHandle> <DispatchFileBachHandleStyle ref="modalFormDispatchFileBatch" @searchReset="searchReset" @ok="modalFormOk"></DispatchFileBachHandleStyle> <InspectionOrderHandle ref="modalFormInspectionOrder" :selectShenpiData="selectInspectionOrderData" @searchReset="searchReset"></InspectionOrderHandle> @@ -147,7 +152,7 @@ title: '搴忓彿', dataIndex: '', key:'rowIndex', - width:200, + width:100, align:"center", customRender:function (t,r,index) { return parseInt(index)+1; @@ -166,16 +171,17 @@ width: 200, }, { - title: '娴佺▼涓氬姟绠�瑕佹弿杩�', - align: "center", - dataIndex: 'title', - width:300 + title:'娴佺▼涓氬姟绠�瑕佹弿杩�', + align:"center", + dataIndex: 'description', + width:300, + scopedSlots: {customRender: 'description'}, }, { title: '涓婁竴姝ュ鐞嗕汉', align: "center", dataIndex: 'preNodeAssignee_dictText', - width:200 + width:100 }, { title: '鍓嶉┍鑺傜偣', -- Gitblit v1.9.3