|
@@ -118,7 +118,7 @@
|
|
align="left"
|
|
align="left"
|
|
label="经销商名称"
|
|
label="经销商名称"
|
|
prop="customerName"
|
|
prop="customerName"
|
|
- min-width="160"
|
|
|
|
|
|
+ min-width="250"
|
|
show-overflow-tooltip
|
|
show-overflow-tooltip
|
|
/>
|
|
/>
|
|
<el-table-column
|
|
<el-table-column
|
|
@@ -144,7 +144,7 @@
|
|
show-overflow-tooltip
|
|
show-overflow-tooltip
|
|
/>
|
|
/>
|
|
<el-table-column align="left" label="产品名称" prop="materialName" min-width="160" show-overflow-tooltip />
|
|
<el-table-column align="left" label="产品名称" prop="materialName" min-width="160" show-overflow-tooltip />
|
|
- <el-table-column align="left" label="规格型号" prop="specification" min-width="160" show-overflow-tooltip />
|
|
|
|
|
|
+ <el-table-column align="left" label="规格型号" prop="specification" min-width="300" show-overflow-tooltip />
|
|
<el-table-column align="left" label="数量" prop="qty" min-width="160" show-overflow-tooltip />
|
|
<el-table-column align="left" label="数量" prop="qty" min-width="160" show-overflow-tooltip />
|
|
<el-table-column align="left" label="单价" prop="price" min-width="160" show-overflow-tooltip>
|
|
<el-table-column align="left" label="单价" prop="price" min-width="160" show-overflow-tooltip>
|
|
<template v-slot="scope">
|
|
<template v-slot="scope">
|