|
@@ -1,5 +1,5 @@
|
|
|
<template>
|
|
|
- <m-dialog title="测算历史" v-bind="$attrs" ref="dialog">
|
|
|
+ <m-dialog title="测算历史" v-bind="$attrs" ref="dialog" width="1200px">
|
|
|
<m-table
|
|
|
shadow="never"
|
|
|
clearHeader
|
|
@@ -44,11 +44,12 @@ export default {
|
|
|
{ label: '测算时间', prop: 'time' },
|
|
|
{ label: '规则名称', prop: 'name' },
|
|
|
{ label: '绩效汇总', prop: 'performance' },
|
|
|
+ { label: '数据月份', prop: 'dataTime' },
|
|
|
{ label: '操作', prop: 'actions' }
|
|
|
],
|
|
|
items: [
|
|
|
- { id: 0, time: '2020-01-01 12:00:00', name: '规则1', performance: '100' },
|
|
|
- { id: 1, time: '2020-01-01 12:00:00', name: '规则2', performance: '100' },
|
|
|
+ { id: 0, time: '2020-01-01 12:00:00', name: '规则1', performance: '100', dataTime: '2020-01' },
|
|
|
+ { id: 1, time: '2020-01-01 12:00:00', name: '规则2', performance: '100', dataTime: '2020-01' },
|
|
|
{ id: 2, time: '2020-01-01 12:00:00', name: '规则3' },
|
|
|
{ id: 3, time: '2020-01-01 12:00:00', name: '规则4' },
|
|
|
{ id: 4, time: '2020-01-01 12:00:00', name: '规则5' },
|