From ab30f3859d73caa2d668b5bb6dbdff942d89c3db Mon Sep 17 00:00:00 2001 From: zhuzhuanzhuan Date: 星期二, 21 十一月 2023 15:43:13 +0800 Subject: [PATCH] 车间看板页面调整设备状态位置至页头右侧,原页头右侧功能按钮区域移至页头左侧 --- src/views/eam/RepairOrderFinishedReport.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/eam/RepairOrderFinishedReport.vue b/src/views/eam/RepairOrderFinishedReport.vue index a4dfd71..c6ca35a 100644 --- a/src/views/eam/RepairOrderFinishedReport.vue +++ b/src/views/eam/RepairOrderFinishedReport.vue @@ -101,13 +101,13 @@ <a-menu-item key="2" @click="handleAddPre(false)" - ><a-icon type="copy" />鍙傜収淇濅慨鏁呴殰鍗�</a-menu-item> + ><a-icon type="copy" />鍙傜収鏁呴殰鎶ヤ慨鍗�</a-menu-item> </a-menu> <a-button type="primary" icon="plus" >鏂板</a-button> - </a-dropdown> + </a-dropdown> <a-button type="primary" icon="plus" @@ -513,7 +513,7 @@ }, { /*鏂板瀛楁闇�瑕佷慨鏀�*/ - title: '濮斿鍗曚綅', + title: '澶栧鍗曚綅', align: "center", dataIndex: 'outsourcingUnitName' }, -- Gitblit v1.9.3