whj 1 年之前
父節點
當前提交
8ea70391b3
共有 1 個文件被更改,包括 1 次插入1 次删除
  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"