From 21dff46677c9172c98d38192bc2982a8764f65fc Mon Sep 17 00:00:00 2001
From: jinlin <jinlin>
Date: 星期二, 26 三月 2024 08:37:15 +0800
Subject: [PATCH] 修改

---
 web/src/views/modules/taskReliability/ModelRbd.vue |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/web/src/views/modules/taskReliability/ModelRbd.vue b/web/src/views/modules/taskReliability/ModelRbd.vue
index ec99f55..a800c0d 100644
--- a/web/src/views/modules/taskReliability/ModelRbd.vue
+++ b/web/src/views/modules/taskReliability/ModelRbd.vue
@@ -14,12 +14,18 @@
                            v-slot="{ table }">
             <el-form :inline="true" :model="dataForm" @keyup.enter.native="table.query()">
               <el-form-item>
+                <el-input v-model="dataForm.modelName" placeholder="璇疯緭鍏ユā鍨嬪悕绉�" clearable></el-input>
+              </el-form-item>
+              <el-form-item>
+                <el-input v-model="dataForm.modelTag" placeholder="璇疯緭鍏ユā鍨嬫爣璇�" clearable></el-input>
+              </el-form-item>
+              <el-form-item>
                 <zt-button type="query" @click="table.query()"/>
                 <zt-button type="add" @click="add()"/>
                 <zt-button type="delete" @click="table.deleteHandle()"/>
               </el-form-item>
             </el-form>
-            <el-table v-loading="table.dataLoading" :data="table.dataList" height="100px" v-adaptive="{bottomOffset:70}"
+            <el-table v-loading="table.dataLoading" :data="table.dataList" height="100px" v-adaptive="{bottomOffset:30}"
                       border @selection-change="table.selectionChangeHandle">
               <el-table-column type="selection" width="40" align="center"/>
               <el-table-column prop="modelName" label="妯″瀷鍚嶇О"/>
@@ -31,7 +37,7 @@
               <zt-table-column-handle :table="table"
                                       delete-perm="taskReliability::delete" :has-view="false" width="180px">
                 <template v-slot="{ row }">
-                  <el-button  @click="drawRBD(row)">妯″瀷璁捐</el-button>
+                  <zt-table-button  @click="drawRBD(row)">妯″瀷璁捐</zt-table-button>
                 </template>
               </zt-table-column-handle>
             </el-table>
@@ -60,6 +66,7 @@
           modelName: '',
           modelState:'',
           productId: '',
+          modelTag: '',
         }
       }
     },

--
Gitblit v1.9.1