Browse Source

单位选择弹窗筛选字段名称修改

jingbb 8 months ago
parent
commit
0e27fa57a9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/production/Popup/unitPopup.vue

+ 1 - 1
src/views/production/Popup/unitPopup.vue

@@ -19,7 +19,7 @@
                 </a-col>
                 <!-- <template v-if="toggleSearchStatus">  -->
                     <a-col :md="8" :sm="24">
-                        <a-form-item label="Code">
+                        <a-form-item label="编码">
                             <a-input placeholder="请输入" v-model="queryParam.code" ></a-input>
                         </a-form-item>
                     </a-col>