|
@@ -6,7 +6,7 @@
|
|
<top topType="1" @search="search"></top>
|
|
<top topType="1" @search="search"></top>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="24" class="info" :style="{ height: clientHeight + 'px' }">
|
|
<el-col :span="24" class="info" :style="{ height: clientHeight + 'px' }">
|
|
- <list :list="refuteList"></list>
|
|
|
|
|
|
+ <list :list="refuteList" @detailBtn="detailBtn"></list>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="24" class="foot">
|
|
<el-col :span="24" class="foot">
|
|
<page limit="5" :total="total" @search="search"></page>
|
|
<page limit="5" :total="total" @search="search"></page>
|
|
@@ -35,48 +35,57 @@ export default {
|
|
refuteList: [
|
|
refuteList: [
|
|
{
|
|
{
|
|
imgUrl: require('@a/news1.jpg'),
|
|
imgUrl: require('@a/news1.jpg'),
|
|
- title: '文章标题',
|
|
|
|
|
|
+ title: '全球粮价波动将影响国内?商务部食用农产品间隔难以大幅度',
|
|
renew_time: '2021-03-25 21:12:44',
|
|
renew_time: '2021-03-25 21:12:44',
|
|
|
|
+ num: 10000,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
imgUrl: require('@a/news1.jpg'),
|
|
imgUrl: require('@a/news1.jpg'),
|
|
- title: '文章标题',
|
|
|
|
|
|
+ title: '全球粮价波动将影响国内?商务部食用农产品间隔难以大幅度',
|
|
renew_time: '2021-03-25 21:12:44',
|
|
renew_time: '2021-03-25 21:12:44',
|
|
|
|
+ num: 10,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
imgUrl: require('@a/news1.jpg'),
|
|
imgUrl: require('@a/news1.jpg'),
|
|
- title: '文章标题',
|
|
|
|
|
|
+ title: '全球粮价波动将影响国内?商务部食用农产品间隔难以大幅度',
|
|
renew_time: '2021-03-25 21:12:44',
|
|
renew_time: '2021-03-25 21:12:44',
|
|
|
|
+ num: 100,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
imgUrl: require('@a/news1.jpg'),
|
|
imgUrl: require('@a/news1.jpg'),
|
|
- title: '文章标题',
|
|
|
|
|
|
+ title: '全球粮价波动将影响国内?商务部食用农产品间隔难以大幅度',
|
|
renew_time: '2021-03-25 21:12:44',
|
|
renew_time: '2021-03-25 21:12:44',
|
|
|
|
+ num: 1000,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
imgUrl: require('@a/news1.jpg'),
|
|
imgUrl: require('@a/news1.jpg'),
|
|
- title: '文章标题',
|
|
|
|
|
|
+ title: '全球粮价波动将影响国内?商务部食用农产品间隔难以大幅度',
|
|
renew_time: '2021-03-25 21:12:44',
|
|
renew_time: '2021-03-25 21:12:44',
|
|
|
|
+ num: 10,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
imgUrl: require('@a/news1.jpg'),
|
|
imgUrl: require('@a/news1.jpg'),
|
|
- title: '文章标题',
|
|
|
|
|
|
+ title: '全球粮价波动将影响国内?商务部食用农产品间隔难以大幅度',
|
|
renew_time: '2021-03-25 21:12:44',
|
|
renew_time: '2021-03-25 21:12:44',
|
|
|
|
+ num: 10,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
imgUrl: require('@a/news1.jpg'),
|
|
imgUrl: require('@a/news1.jpg'),
|
|
- title: '文章标题',
|
|
|
|
|
|
+ title: '全球粮价波动将影响国内?商务部食用农产品间隔难以大幅度',
|
|
renew_time: '2021-03-25 21:12:44',
|
|
renew_time: '2021-03-25 21:12:44',
|
|
|
|
+ num: 10,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
imgUrl: require('@a/news1.jpg'),
|
|
imgUrl: require('@a/news1.jpg'),
|
|
- title: '文章标题',
|
|
|
|
|
|
+ title: '全球粮价波动将影响国内?商务部食用农产品间隔难以大幅度',
|
|
renew_time: '2021-03-25 21:12:44',
|
|
renew_time: '2021-03-25 21:12:44',
|
|
|
|
+ num: 10,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
imgUrl: require('@a/news1.jpg'),
|
|
imgUrl: require('@a/news1.jpg'),
|
|
- title: '文章标题',
|
|
|
|
|
|
+ title: '全球粮价波动将影响国内?商务部食用农产品间隔难以大幅度',
|
|
renew_time: '2021-03-25 21:12:44',
|
|
renew_time: '2021-03-25 21:12:44',
|
|
|
|
+ num: 10,
|
|
},
|
|
},
|
|
],
|
|
],
|
|
total: 0,
|
|
total: 0,
|
|
@@ -93,6 +102,10 @@ export default {
|
|
search({ skip = 0, limit = 10, searchName, ...info } = {}) {
|
|
search({ skip = 0, limit = 10, searchName, ...info } = {}) {
|
|
console.log(searchName);
|
|
console.log(searchName);
|
|
},
|
|
},
|
|
|
|
+ // 详情
|
|
|
|
+ detailBtn(data) {
|
|
|
|
+ this.$router.push({ path: '/refute/detail', query: { id: data.id } });
|
|
|
|
+ },
|
|
},
|
|
},
|
|
computed: {
|
|
computed: {
|
|
...mapState(['user']),
|
|
...mapState(['user']),
|