From 545c2af2401e9665b49b38619245ab35918710e7 Mon Sep 17 00:00:00 2001 From: qushaowei <qushaowei@163.com> Date: 星期四, 14 三月 2024 11:09:46 +0800 Subject: [PATCH] 问题项修改 --- src/views/eam/DailyInspectionStandardList.vue | 32 ++++++++++++++++++++++++++++++++ 1 files changed, 32 insertions(+), 0 deletions(-) diff --git a/src/views/eam/DailyInspectionStandardList.vue b/src/views/eam/DailyInspectionStandardList.vue index 3db495e..70a8850 100644 --- a/src/views/eam/DailyInspectionStandardList.vue +++ b/src/views/eam/DailyInspectionStandardList.vue @@ -137,6 +137,24 @@ :customRow='clickThenSelect' @change='handleTableChange' > + <span + slot="disUda1" + slot-scope="text" + > + <j-ellipsis + :value="text" + :length="10" + /> + </span> + <span + slot="teamName" + slot-scope="text" + > + <j-ellipsis + :value="text" + :length="10" + /> + </span> <!-- <span slot='action' @@ -249,11 +267,13 @@ import DailylnspectionStandardModal from './modules/dailyInspectionStandard/DailylnspectionStandardModal' import AuditApprovalModal from './modules/dailyInspectionStandard/AuditApprovalModal' import '@/assets/less/TableExpand.less' +import JEllipsis from "@/components/jeecg/JEllipsis"; export default { name: 'DailyInspectionStandardList', mixins: [JeecgListMixin], components: { + JEllipsis, DailyInspectionStandardDetail, DailylnspectionStandardModal, AuditApprovalModal @@ -281,6 +301,7 @@ title: '绠$悊鍒跺害', align: 'center', dataIndex: 'disUda1', + scopedSlots: { customRender: 'disUda1' }, }, { title: '绛惧鐘舵��', @@ -312,6 +333,7 @@ title: '璐d换鐝粍', align: 'center', dataIndex: 'teamName', + scopedSlots: { customRender: 'teamName' }, }, // { // title: '娲惧伐鏂瑰紡', @@ -319,11 +341,21 @@ // dataIndex: 'assignModeName', // }, { + title: '瀹℃牳缁撴灉', + align: 'center', + dataIndex: 'disUda2', + }, + { title: '瀹℃牳鎰忚', align: 'center', dataIndex: 'auditFeedback', }, { + title: '瀹℃壒缁撴灉', + align: 'center', + dataIndex: 'disUda3', + }, + { title: '瀹℃壒鎰忚', align: 'center', dataIndex: 'approvalFeedback', -- Gitblit v1.9.3