From a52d2a205e23e51d3a5a32b567f77dcbbba03950 Mon Sep 17 00:00:00 2001 From: 张含笑 <zhx18749296735@163.com> Date: Tue, 27 Jan 2026 14:51:41 +0800 Subject: [PATCH] feat:修改传参 --- applications/task-work-order/src/views/orderView/orderDataManage/dataObjection/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/applications/task-work-order/src/views/orderView/orderDataManage/dataObjection/index.vue b/applications/task-work-order/src/views/orderView/orderDataManage/dataObjection/index.vue index 54902ce..e698140 100644 --- a/applications/task-work-order/src/views/orderView/orderDataManage/dataObjection/index.vue +++ b/applications/task-work-order/src/views/orderView/orderDataManage/dataObjection/index.vue @@ -63,7 +63,7 @@ <el-table-column prop="otherObjectionDetail" show-overflow-tooltip label="其他异议详情" /> <el-table-column prop="submitter" show-overflow-tooltip label="问题提交人" /> <el-table-column prop="submitterContact" show-overflow-tooltip width="120" label="提交人联系方式" /> - <el-table-column prop="submitUnitName" show-overflow-tooltip label="提交单位" /> + <el-table-column prop="createDeptName" show-overflow-tooltip label="提交单位" /> <el-table-column prop="handleUnit" show-overflow-tooltip label="处理单位" /> <el-table-column prop="objectionDesc" show-overflow-tooltip label="异议描述" /> <el-table-column prop="objectionBasis" show-overflow-tooltip label="异议依据" /> -- Gitblit v1.9.3