|
@@ -2,7 +2,7 @@ import CONFIG from "@/config";
|
|
|
|
|
|
export default function useColumns() {
|
|
|
const TableColumns = [
|
|
|
- { item: { key: "priceCode", title: "价格编码", width: 150 }, attr: {} },
|
|
|
+ { item: { key: "priceCode", title: "价格编码1", width: 150 }, attr: {} },
|
|
|
{
|
|
|
item: { key: "status", title: "状态", width: 100 },
|
|
|
attr: { is: "el-dict-tag", dictName: "sys_status", width: 100 },
|
|
@@ -25,7 +25,7 @@ export default function useColumns() {
|
|
|
attr: { is: "el-dict-tag", dictName: "is_effective", width: 100 },
|
|
|
},
|
|
|
{
|
|
|
- item: { key: "effectiveDate", title: "生效日期", width: 100 },
|
|
|
+ item: { key: "approveTime", title: "单据申请日期", width: 100 },
|
|
|
attr: {},
|
|
|
},
|
|
|
{
|