From 5a9630b08ae608e2248c44271d8c08e140a4487b Mon Sep 17 00:00:00 2001
From: Lius <Lius2225@163.com>
Date: 星期四, 26 九月 2024 15:55:13 +0800
Subject: [PATCH] update
---
src/views/mdc/base/modules/DepartList/DepartListContent/DepartListModel.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/views/mdc/base/modules/DepartList/DepartListContent/DepartListModel.vue b/src/views/mdc/base/modules/DepartList/DepartListContent/DepartListModel.vue
index f537841..462848b 100644
--- a/src/views/mdc/base/modules/DepartList/DepartListContent/DepartListModel.vue
+++ b/src/views/mdc/base/modules/DepartList/DepartListContent/DepartListModel.vue
@@ -7,8 +7,8 @@
<a-form layout="inline" @keyup.enter.native="searchQuery">
<a-row :gutter="24">
<a-col :md="6" :sm="6">
- <a-form-item label="璁惧缂栫爜">
- <a-input placeholder="璇疯緭鍏ヨ澶囩紪鐮佹绱�" v-model="queryParam.equipmentId"></a-input>
+ <a-form-item label="缁熶竴缂栫爜">
+ <a-input placeholder="璇疯緭鍏ョ粺涓�缂栫爜妫�绱�" v-model="queryParam.equipmentId"></a-input>
</a-form-item>
</a-col>
@@ -80,7 +80,7 @@
disableMixinCreated: true,
queryParam: {},
columns: [{
- title: '璁惧缂栫爜',
+ title: '缁熶竴缂栫爜',
align: 'center',
dataIndex: 'equipmentId',
},
--
Gitblit v1.9.3