From 3ced2b0e74d27cb5ce866235091167757702d710 Mon Sep 17 00:00:00 2001
From: xing <xingjs@qq.com>
Date: 星期日, 26 二月 2023 15:26:02 +0800
Subject: [PATCH] 20230226@xingjs@优化完善数据管理样式

---
 src/views/datamanage/versionManage.vue |   13 ++++++-------
 1 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/src/views/datamanage/versionManage.vue b/src/views/datamanage/versionManage.vue
index fdcd0d3..ce1066c 100644
--- a/src/views/datamanage/versionManage.vue
+++ b/src/views/datamanage/versionManage.vue
@@ -15,7 +15,7 @@
               <el-select
                 :popper-append-to-body="false"
                 v-model="ruleForm.dirid"
-                placeholder="璇烽�夋嫨"
+                placeholder="璇烽�夋嫨瀛樺偍鐩綍"
                 style="width: 200px"
               >
                 <el-option
@@ -49,9 +49,8 @@
             <el-form-item size="small">
               <el-input
                 v-model="ruleForm.name"
-                :placeholder="$t('shuJuGuanLi.shuJuJianSuo.valueone')"
-                suffix-icon="el-icon-edit"
-              />
+                :placeholder="$t('shuJuGuanLi.lable5')"
+              ><i slot="suffix" class="el-icon-search"  @click="onSubmit('ruleForm')" style="padding-right: 8px"></i></el-input>
             </el-form-item>
           </div>
           <div>
@@ -64,13 +63,13 @@
                 size="small"
                 >{{ $t("common.append") }}</el-button
               >
-              <el-button
+<!--              <el-button
                 @click="onSubmit('ruleForm')"
                 icon="el-icon-search"
                 size="small"
                 class="primary"
                 >{{ $t("common.iquery") }}</el-button
-              >
+              >-->
               <el-button
                 type="info"
                 @click="resetForm('ruleForm')"
@@ -470,7 +469,7 @@
     this.getQueryDirTree();
     this.getRoleTabelData();
     this.showPermsBtn();
-    this.$set(this.ruleForm, "depName", "璇烽�夋嫨");
+    this.$set(this.ruleForm, "depName", "璇烽�夋嫨瀛樺偍鐩綍");
   },
   computed: {
     pathId() {

--
Gitblit v1.9.3