wyh 1 year ago
parent
commit
ada45c5e7b
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/views/module_ems/cmmsSpotcheckItem/CmmsSpotcheckItemList.vue

+ 3 - 3
src/views/module_ems/cmmsSpotcheckItem/CmmsSpotcheckItemList.vue

@@ -5,8 +5,8 @@
       <a-form layout="inline" @keyup.enter.native="searchQuery">
         <a-row :gutter="24">
           <a-col :xl="6" :lg="7" :md="8" :sm="24">
-            <a-form-item label="名称">
-              <a-input placeholder="请输入名称" v-model="queryParam.itemname"></a-input>
+            <a-form-item label="点检项名称">
+              <a-input placeholder="请输入点检项名称" v-model="queryParam.itemname"></a-input>
             </a-form-item>
           </a-col>
           <a-col :xl="6" :lg="7" :md="8" :sm="24">
@@ -165,7 +165,7 @@
             }
           },
           {
-            title:'名称',
+            title:'点检项名称',
             align:"center",
             dataIndex: 'itemname'
           },