瀏覽代碼

价格申报单列表字典转化

shiy 1 年之前
父節點
當前提交
4fc950e543
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/purchase/apply/columns.js

+ 1 - 1
src/views/purchase/apply/columns.js

@@ -30,7 +30,7 @@ export default function useColumns() {
     },
     {
       item: { key: "sourceType", title: "来源单据类型", width: 100 },
-      attr: {},
+      attr: { is: "el-dict-tag", dictName: "price_source", width: 100 },
     },
   ].map(({ item, attr }) => ({
     attr,