Browse Source

fix:供应商查询

zjy 3 năm trước cách đây
mục cha
commit
b3118209c9
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/views/sample/goodsSelect.vue

+ 2 - 2
src/views/sample/goodsSelect.vue

@@ -3,7 +3,7 @@
     <div class="heads">供应商供货查询</div>
     <div class="top-box">
       <span class="t-span">供应商:</span>
-      <el-select v-model="quyu" placeholder="请选择" filterable clearable>
+      <el-select v-model="quyu" placeholder="请选择" filterable clearable style="width:300px;">
         <el-option
           v-for="item in options"
           :key="item.id_"
@@ -39,7 +39,7 @@
           {{ scope.row.wu_liao_bian_ma_ }}
         </template>
       </el-table-column>
-      <el-table-column prop="wu_liao_bian_ma_" label="供应商" width="150">
+      <el-table-column prop="wu_liao_bian_ma_" label="供应商" width="200">
         <template slot-scope="scope">
           {{ scope.row.wu_liao_bian_ma_ | gysfilter(gysList) }}
         </template>