Browse Source

change: 创建PO.快速选择供应商Frequently Used Supplier调整.

peter 3 months ago
parent
commit
6ba5f26bde
1 changed files with 4 additions and 2 deletions
  1. 4 2
      src/pages/purchase-order/edit.vue

+ 4 - 2
src/pages/purchase-order/edit.vue

@@ -105,10 +105,12 @@
             </el-form-item>
             <el-form-item
               v-if="recommandVendor.length"
-              label="Suggest Supplier"
-              label-width="130px"
+              label="Frequently Used Supplier"
+              label-position="right"
+              label-width="180px"
             >
               <div class="flex flex-col items-start">
+                <div class="text-gray-400">最近10个PO的供应商列表</div>
                 <div
                   v-for="(item, index) in recommandVendor"
                   :key="index"