From 4092f6b7281ecd826e3dbece5a37c03aa94ac736 Mon Sep 17 00:00:00 2001
From: ltlzx <942659938@qq.com>
Date: Sat, 16 Apr 2022 21:51:56 +0800
Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=85=A8=E9=83=A8=E6=96=87?=
=?UTF-8?q?=E5=8C=96=E6=95=B0=E6=8D=AE=E6=9F=A5=E8=AF=A2=E7=9A=84=E5=A7=94?=
=?UTF-8?q?=E6=89=98=E7=8A=B6=E6=80=81?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../page/classification/DataQuery.vue | 18 ++++++++++++------
1 file changed, 12 insertions(+), 6 deletions(-)
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'
},
{