From 52d772dfea526a4b3d8b6a6f0746884efccbb706 Mon Sep 17 00:00:00 2001 From: zhaowei <zhaowei> Date: 星期五, 11 四月 2025 14:22:09 +0800 Subject: [PATCH] 1、调整全局domianUrl为/jeecg-boot 2、设备台账页面实现查询设备对应点检工单功能 3、工作流我的待办设备维修分类详情弹窗布局及功能逻辑调整 4、工作流我的待办页面表格样式调整 --- src/views/eam/repair/EamRepairOrderList.vue | 71 ++++++++--------------------------- 1 files changed, 16 insertions(+), 55 deletions(-) diff --git a/src/views/eam/repair/EamRepairOrderList.vue b/src/views/eam/repair/EamRepairOrderList.vue index d905fc3..4da6b7c 100644 --- a/src/views/eam/repair/EamRepairOrderList.vue +++ b/src/views/eam/repair/EamRepairOrderList.vue @@ -80,31 +80,7 @@ :rowSelection="{selectedRowKeys: selectedRowKeys, onChange: onSelectChange}" @change="handleTableChange" :scroll="{x:'max-content'}" - > - - <span slot="action" slot-scope="text, record"> - <a @click="handleOpenApplySparePartsModal(record)">鐢宠澶囦欢</a> - - <a-divider type="vertical"/> - - <a @click="handleOpenRepairCompletedModal(record)">瀹屾垚缁翠慨</a> - - <!--<a @click="handleEdit(record)">缂栬緫</a>--> - - <!--<a-divider type="vertical"/>--> - <!--<a-dropdown>--> - <!--<a class="ant-dropdown-link">鏇村 <a-icon type="down"/></a>--> - <!--<a-menu slot="overlay">--> - <!--<a-menu-item>--> - <!--<a-popconfirm title="纭畾鍒犻櫎鍚�?" @confirm="() => handleDelete(record.id)">--> - <!--<a>鍒犻櫎</a>--> - <!--</a-popconfirm>--> - <!--</a-menu-item>--> - <!--</a-menu>--> - <!--</a-dropdown>--> - </span> - - </a-table> + /> </div> <!-- table鍖哄煙-end --> @@ -167,6 +143,12 @@ width: 100 }, { + title: '缁翠慨璐熻矗浜�', + align: 'center', + dataIndex: 'repairer', + width: 100 + }, + { title: '缁翠慨寮�濮嬫椂闂�', align: 'center', dataIndex: 'actualStartTime', @@ -188,7 +170,7 @@ title: '缁翠慨缁撴灉鎻忚堪', align: 'center', dataIndex: 'repairDescription', - width: 300 + // width: 300 }, { title: '缁翠慨鍥剧墖', @@ -196,11 +178,7 @@ dataIndex: 'imageFiles', width: 100 }, - { - title: '缁翠慨璐熻矗浜�', - align: 'center', - dataIndex: 'repairer' - }, + // { // title: '鏄惁濮斿', // align: 'center', @@ -251,13 +229,13 @@ return } this.initDictData('report_repair_status') - const operationColumn = { - title: '鎿嶄綔', - dataIndex: 'action', - align: 'center', - scopedSlots: { customRender: 'action' } - } - this.columns = [...this.columns, operationColumn] + // const operationColumn = { + // title: '鎿嶄綔', + // dataIndex: 'action', + // align: 'center', + // scopedSlots: { customRender: 'action' } + // } + // this.columns = [...this.columns, operationColumn] this.loadData(1) }, methods: { @@ -283,24 +261,7 @@ // 寮�鍚鍙栨晠闅滀繚淇崟寮圭獥 handleOpenReceiveFaultModal() { this.$refs.receiveFaultModalRef.visible = true - this.$refs.receiveFaultModalRef.loadData() }, - - /** - * 寮�鍚敵璇峰浠跺脊绐� - * @param record 琛ㄦ牸琛屼俊鎭� - */ - handleOpenApplySparePartsModal(record) { - - }, - - /** - * 寮�鍚畬鎴愮淮淇脊绐� - * @param record 琛ㄦ牸琛屼俊鎭� - */ - handleOpenRepairCompletedModal(record) { - - } } } </script> -- Gitblit v1.9.3