|
@@ -22,7 +22,7 @@ export default function useColumns() {
|
|
|
{ item: { key: "createByName", title: "创建人", width: 100 }, attr: {} },
|
|
|
{
|
|
|
item: { key: "isEffective", title: "是否已推价格", width: 100 },
|
|
|
- attr: { is: "el-dict-tag", dictName: "is_effective", width: 100 },
|
|
|
+ attr: { is: "el-dict-tag", dictName: "is_effective"},
|
|
|
},
|
|
|
{
|
|
|
item: { key: "approveTime", title: "单据申请日期", width: 100 },
|
|
@@ -30,7 +30,7 @@ export default function useColumns() {
|
|
|
},
|
|
|
{
|
|
|
item: { key: "sourceType", title: "来源单据类型", width: 100 },
|
|
|
- attr: { is: "el-dict-tag", dictName: "price_source", width: 100 },
|
|
|
+ attr: { is: "el-dict-tag", dictName: "price_source" },
|
|
|
},
|
|
|
].map(({ item, attr }) => ({
|
|
|
attr,
|