@@ -14,9 +14,9 @@
:tableItems="tableItems"
:shows="tableShows"
>
- <template #right>
- <el-button size="mini" type="primary">导出数据</el-button>
- </template>
+<!-- <template #right>-->
+<!-- <el-button size="mini" type="primary">导出数据</el-button>-->
+<!-- </template>-->
<template #img="scope">
<img :src="scope.row.img" alt="" />
</template>
@@ -70,9 +70,9 @@ export default {
{
id: 5,
type: 'button',
- text: '导出数据',
+ text: '查询',
col: 2,
- click: 'derive'
+ click: 'search'
}
],
day: 2,
@@ -123,13 +123,13 @@ export default {
field: 'value1',
col: 6
},
- // {
- // id: 7,
- // type: 'button',
- // text: '导出数据',
- // col: 2,
- // click: 'derive'
- // }
+ {
+ id: 7,
+ type: 'button',
+ col: 2,
+ }
day1: 2,
dataValue: [12, 13, 10, 13, 9, 23, 21, 21, 24, 23, 14, 21, 21]
@@ -72,13 +72,13 @@ export default {
click: 'search'
- {
- id: 5,
- type: 'button',
- col: 2,
- },
+ // {
+ // id: 5,
+ // type: 'button',
+ // text: '导出数据',
+ // col: 2,
+ // click: 'derive'
+ // },
day: 1,
selectItems: [