|
@@ -20,6 +20,7 @@ export default function useColumns() {
|
|
|
attr: { is: "el-file-preview" },
|
|
|
},
|
|
|
{ item: { key: "createByName", title: "创建人", width: 100 }, attr: {} },
|
|
|
+ { item: { key: "approveUser", title: "当前审批人", width: 100 }, attr: {} },
|
|
|
{
|
|
|
item: { key: "isEffective", title: "是否已推价格", width: 100 },
|
|
|
attr: { is: "el-dict-tag", dictName: "is_effective"},
|