diff --git a/src/components/page/classification/DataQuery.vue b/src/components/page/classification/DataQuery.vue
index de7777e..d4dd172 100644
--- a/src/components/page/classification/DataQuery.vue
+++ b/src/components/page/classification/DataQuery.vue
@@ -41,7 +41,7 @@
交易方式:
-
+
全部
转让
授权
@@ -49,12 +49,13 @@
委托状态:
-
+
全部
委托中
- 撤销中
- 撤销失败
撤销成功
+ 委托结束
+ 撤销中
+ 撤销失败
@@ -81,6 +82,9 @@
{{goods_type==1?'文化资源数据':'文化数字内容'}}
+
+ {{entrust_status==1?'委托中':entrust_status==2?'撤销成功':entrust_status==3?'委托结束':entrust_status==4?'撤销中':'撤销失败'}}
+
数据查看
@@ -125,6 +129,8 @@ export default {
goods_type:'',
data_type:'',
createtime:[],
+ entrust_status:'',
+ transaction:''
},
visible:false,
//数据查看所需要的数据
@@ -179,8 +185,8 @@ export default {
},
{
title: '委托状态',
- dataIndex: '',
- // scopedSlots:{customRender:'goods_status'},
+ dataIndex: 'entrust_status',
+ scopedSlots:{customRender:'entrust_status'},
align:'center'
},
{