From 0810edc966a5fac3f1a25a56fd3b5357a2480715 Mon Sep 17 00:00:00 2001 From: “linengliang” <vanSuperEnergy@163.com> Date: 星期二, 24 十月 2023 17:05:42 +0800 Subject: [PATCH] 设备台账大全 --- src/views/eam/EquipmentCalibrationOrder.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/eam/EquipmentCalibrationOrder.vue b/src/views/eam/EquipmentCalibrationOrder.vue index c547403..6189f01 100644 --- a/src/views/eam/EquipmentCalibrationOrder.vue +++ b/src/views/eam/EquipmentCalibrationOrder.vue @@ -1,7 +1,7 @@ <template> <a-card :bordered="false" - title="璁惧妫�瀹氬伐鍗�" + title="鎶�鏈姸鎬侀壌瀹氱鐞�" > <!-- 鏌ヨ鍖哄煙 --> <div class="table-page-search-wrapper"> @@ -95,7 +95,7 @@ :customRow="clickThenSelect" :rowSelection="{selectedRowKeys: selectedRowKeys, onChange: onSelectChange, type:'radio'}" > - + <span slot="action" slot-scope="text, record" @@ -251,7 +251,7 @@ }, data() { return { - description: '璁惧妫�瀹氬伐鍗�', + description: '鎶�鏈姸鎬侀壌瀹氱鐞�', ipagination:{ current: 1, pageSize: 5, -- Gitblit v1.9.3