From 7f1e90c6e0a90d7036fba754c14009c01f5694e4 Mon Sep 17 00:00:00 2001 From: zhaowei <zhaowei> Date: 星期四, 17 七月 2025 11:08:43 +0800 Subject: [PATCH] 1、二保和技术鉴定工单审批 2、调整我的待办列表样式 --- src/views/eam/maintenance/EamInspectionOrderList.vue | 13 +++++-------- 1 files changed, 5 insertions(+), 8 deletions(-) diff --git a/src/views/eam/maintenance/EamInspectionOrderList.vue b/src/views/eam/maintenance/EamInspectionOrderList.vue index be8ef7d..b6be1e7 100644 --- a/src/views/eam/maintenance/EamInspectionOrderList.vue +++ b/src/views/eam/maintenance/EamInspectionOrderList.vue @@ -85,13 +85,12 @@ <a class="ant-dropdown-link">鏇村 <a-icon type="down"/></a> <a-menu slot="overlay"> <a-menu-item> - <a @click="handleDetail(record)">璇︽儏</a> - </a-menu-item> - - <a-menu-item> <a-popconfirm title="纭畾浣滃簾鍚�?" @confirm="() => handleAbolish(record.id)"> <a>浣滃簾</a> </a-popconfirm> + </a-menu-item> + <a-menu-item> + <a @click="handleDetail(record)">璇︽儏</a> </a-menu-item> </a-menu> </a-dropdown> @@ -217,9 +216,9 @@ dataIndex: 'confirmTime' }, { - title: '纭鎰忚', + title: 'HF缂栫爜', align: 'center', - dataIndex: 'confirmComment' + dataIndex: 'hfCode' } ], url: { @@ -244,8 +243,6 @@ title: '鎿嶄綔', dataIndex: 'action', align: 'center', - fixed: 'right', - width: 200, scopedSlots: { customRender: 'action' } } this.columns = [...this.columns, operationColumn] -- Gitblit v1.9.3