Commit 13642980 by tangjiale

修改Bug

parent 3de65baa
...@@ -81,7 +81,7 @@ export default { ...@@ -81,7 +81,7 @@ export default {
}, },
{ {
title: "价格",width:'100px', title: "价格",width:'100px',
type: 'customField',fixed:'right', type: 'customField',
fieldFunction: row => (row.cost / 100), fieldFunction: row => (row.cost / 100),
}, },
{title: "操作",type: "customViewField",width:'220px'} {title: "操作",type: "customViewField",width:'220px'}
......
...@@ -79,7 +79,7 @@ export default { ...@@ -79,7 +79,7 @@ export default {
//报名状态(0:待确认报名,1:已确认报名,2:待取消报名,3:已取消报名) //报名状态(0:待确认报名,1:已确认报名,2:待取消报名,3:已取消报名)
{ {
title: "报名状态",width:'120px', title: "报名状态",width:'120px',
type: 'customField',fixed:'right', type: 'customField',
fieldFunction: row => (orderState[row.orderStatus] || ''), fieldFunction: row => (orderState[row.orderStatus] || ''),
}, },
{title: "操作",type: "customViewField",width:'220px'} {title: "操作",type: "customViewField",width:'220px'}
......
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