@@ -110,6 +110,14 @@ export const BasicColumns = [
attr: {},
},
{
+ item: { key: "specification", title: "规格" },
+ attr: {},
+ },
+ {
+ item: { key: "model", title: "型号" },
item: { key: "puOrgName", title: "采购组织" },
@@ -335,7 +335,7 @@ export default {
<div v-for="(item, index) in showData" :key="index" class="m-4">
<template v-if="item.orderPriceVos.length">
- <el-descriptions>
+ <el-descriptions :column="4">
<template slot="title" >
<template>
<span style="margin-right: 10px">{{ item.materialName }}</span>