|
|
|
@ -66,7 +66,7 @@ |
|
|
|
</div> |
|
|
|
<template v-if="item.gather_arr.length!=0"> |
|
|
|
<div class="tab_content"> |
|
|
|
<p class="tab_content_title">{{item.goods.goods_type==1?'文化资源数据':'文化数字内容'}}数据集</p> |
|
|
|
<p class="tab_content_title">{{item.goods.goods_type==1?'文化资源':'文化数字内容'}}数据集</p> |
|
|
|
</div> |
|
|
|
<div class="content_table"> |
|
|
|
<a-table :columns="columns1" :data-source="item.gather_arr" bordered :pagination="false"> |
|
|
|
@ -78,7 +78,7 @@ |
|
|
|
</template> |
|
|
|
<template v-if="item.oneSource.length!=0"> |
|
|
|
<div class="tab_content"> |
|
|
|
<p class="tab_content_title">{{item.goods.goods_type==1?'文化资源数据':'文化数字内容'}}资源</p> |
|
|
|
<p class="tab_content_title">{{item.goods.goods_type==1?'文化资源数据':'文化数字内容'}}</p> |
|
|
|
</div> |
|
|
|
<div class="content_table"> |
|
|
|
<a-table :columns="columns2" :data-source="item.oneSource" bordered :pagination="false"> |
|
|
|
@ -269,12 +269,11 @@ |
|
|
|
width:'166px', |
|
|
|
|
|
|
|
}, |
|
|
|
{ |
|
|
|
title: '分类', |
|
|
|
dataIndex: 'class', |
|
|
|
width:'82px', |
|
|
|
|
|
|
|
}, |
|
|
|
// { |
|
|
|
// title: '分类', |
|
|
|
// dataIndex: 'class', |
|
|
|
// width:'82px', |
|
|
|
// }, |
|
|
|
{ |
|
|
|
title: '生成时间', |
|
|
|
dataIndex: 'registerDate', |
|
|
|
@ -308,12 +307,11 @@ |
|
|
|
width:'166px', |
|
|
|
|
|
|
|
}, |
|
|
|
{ |
|
|
|
title: '分类', |
|
|
|
dataIndex: 'class', |
|
|
|
width:'82px', |
|
|
|
|
|
|
|
}, |
|
|
|
// { |
|
|
|
// title: '分类', |
|
|
|
// dataIndex: 'class', |
|
|
|
// width:'82px', |
|
|
|
// }, |
|
|
|
{ |
|
|
|
title: '生成时间', |
|
|
|
dataIndex: 'registerDate', |
|
|
|
@ -364,7 +362,7 @@ |
|
|
|
if(res.data.length!=0){ |
|
|
|
this.orderDate=res.data |
|
|
|
let state=res.data[0].goods.status |
|
|
|
if(state==1){ |
|
|
|
if(state==1 || state==5){ |
|
|
|
this.columns.pop() |
|
|
|
} |
|
|
|
// this.userinfo=res.data.userinfo |
|
|
|
|