|
|
@@ -40,18 +40,14 @@ export default {
|
|
|
] }
|
|
|
],
|
|
|
cols: [
|
|
|
- { type: 'expand', refresh: true, render: (data, h) => h('div', {
|
|
|
- staticClass: 'o-info'
|
|
|
- }, [
|
|
|
- h('div', null, `时段:${data.range}`),
|
|
|
- h('div', null, `频率:${data.freq}`)
|
|
|
- ]) },
|
|
|
- { prop: 'deviceName', label: '设备', 'min-width': 100 },
|
|
|
- { prop: 'startDate', label: '上刊日期', align: 'right', 'min-width': 100 },
|
|
|
- { prop: 'price', label: '总价(元)', 'min-width': 100, align: 'right' },
|
|
|
- { prop: 'statusTag', type: 'tag' },
|
|
|
- { prop: 'createTime', label: '提交时间', align: 'right', 'min-width': 120 },
|
|
|
- { prop: 'auditTime', label: '审核时间', align: 'right', 'min-width': 120 },
|
|
|
+ { prop: 'statusTag', type: 'tag', 'align': 'center' },
|
|
|
+ { prop: 'startDate', label: '上刊日期', width: 100 },
|
|
|
+ { prop: 'range', label: '时段', width: 140 },
|
|
|
+ { prop: 'deviceName', label: '设备' },
|
|
|
+ { prop: 'freq', label: '频率', 'min-width': 100 },
|
|
|
+ { prop: 'price', label: '总价(元)', width: 100, align: 'right' },
|
|
|
+ { prop: 'createTime', label: '提交时间', width: 160, align: 'right' },
|
|
|
+ { prop: 'auditTime', label: '审核时间', width: 160, align: 'right' },
|
|
|
{ type: 'invoke', render: [
|
|
|
{ label: '上播内容', on: this.onView }
|
|
|
] }
|