|
@@ -23,7 +23,7 @@ export default function useColumns() {
|
|
|
{ item: { key: "approveUser", title: "当前审批人", width: 100 }, attr: {} },
|
|
|
{
|
|
|
item: { key: "isEffective", title: "是否已推价格", width: 100 },
|
|
|
- attr: { is: "el-dict-tag", dictName: "is_effective"},
|
|
|
+ attr: { is: "el-dict-tag", dictName: "is_effective" },
|
|
|
},
|
|
|
{
|
|
|
item: { key: "approveTime", title: "单据申请日期", width: 100 },
|
|
@@ -65,7 +65,11 @@ export default function useColumns() {
|
|
|
is: "el-popover-select-v2",
|
|
|
referName: "SUPPLIER_PARAM",
|
|
|
valueKey: "name",
|
|
|
- dataMapping: { supplier: "id", supplierName: "name" },
|
|
|
+ dataMapping: {
|
|
|
+ supplier: "id",
|
|
|
+ supplierCode: "code",
|
|
|
+ supplierName: "name",
|
|
|
+ },
|
|
|
},
|
|
|
},
|
|
|
{
|