Commit a2ba4283 by liuchenxi

update: 字段名称变更

parent 0d983354
......@@ -184,7 +184,7 @@ export default {
},
{ label: "卡券名称", prop: "cardName", minWidth: 100, },
{ label: "卡券代码", prop: "cardCode", minWidth: 100, },
{ label: "卡券类型", prop: "cardType", minWidth: 60, formatter(row) {
{ label: "卡券类型", prop: "cardType", minWidth: 70, formatter(row) {
const type = row.cardType;
switch(type) {
case 1:
......@@ -198,7 +198,7 @@ export default {
}
}
},
{ label: "投放途径", prop: "receiveCode", minWidth: 120, },
{ label: "投放途径", prop: "receiveName", minWidth: 120, },
{ label: "来源明细", prop: "receiveTypeExcel", minWidth: 120, }
];
this.messageTableData.tableHeader = [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment