|
|
@@ -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>
|