whj 1 năm trước cách đây
mục cha
commit
8ea70391b3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/purchase/inventory-list/InventoryList.vue

+ 1 - 1
src/views/purchase/inventory-list/InventoryList.vue

@@ -33,7 +33,7 @@
               </a-col>
               <a-col :md="6" :sm="24">
                 <a-form-item label="状态">
-                  <a-select v-model="queryParam.status">
+                  <a-select v-model="queryParam.status" placeholder="状态">
                     <a-select-option
                       v-for="(label,value) in statusMap"
                       :key="value"