From d1c021fb4ebce99ca36ad877ae6633de995b91b5 Mon Sep 17 00:00:00 2001 From: qushaowei <qushaowei@163.com> Date: 星期六, 07 十月 2023 17:34:19 +0800 Subject: [PATCH] 工厂模型修改 --- src/views/eam/modules/site/ProductionLineList.vue | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/views/eam/modules/site/ProductionLineList.vue b/src/views/eam/modules/site/ProductionLineList.vue index 6fd0051..0ef0155 100644 --- a/src/views/eam/modules/site/ProductionLineList.vue +++ b/src/views/eam/modules/site/ProductionLineList.vue @@ -8,7 +8,7 @@ class="action-jeecg actionline1" style="font-size: 18px;" /> - 浜х嚎 + 宸ユ </template> <!-- 鏌ヨ鍖哄煙 --> <div class="table-page-search-wrapper"> @@ -23,12 +23,12 @@ :sm="8" > <a-form-item - label="浜х嚎缂栧彿" + label="宸ユ缂栧彿" :labelCol="{span: 5}" :wrapperCol="{span: 18, offset: 1}" > <j-input - placeholder="璇疯緭鍏ヤ骇绾跨紪鍙锋煡璇�" + placeholder="璇疯緭鍏ュ伐娈电紪鍙锋煡璇�" v-model="queryParam.num" ></j-input> </a-form-item> @@ -38,12 +38,12 @@ :sm="8" > <a-form-item - label="浜х嚎鍚嶇О" + label="宸ユ鍚嶇О" :labelCol="{span: 5}" :wrapperCol="{span: 18, offset: 1}" > <j-input - placeholder="璇疯緭鍏ヤ骇绾垮悕绉版煡璇�" + placeholder="璇疯緭鍏ュ伐娈靛悕绉版煡璇�" v-model="queryParam.name" ></j-input> </a-form-item> @@ -238,13 +238,13 @@ } }, { - title: '浜х嚎缂栧彿', + title: '宸ユ缂栧彿', align: "center", dataIndex: 'num', sorter: true, }, { - title: '浜х嚎鍚嶇О', + title: '宸ユ鍚嶇О', dataIndex: 'name', align: "center", key: 'name', -- Gitblit v1.9.3