From ed28780bb9499c8121d04a6c657793fc146ff5ba Mon Sep 17 00:00:00 2001 From: ltlzx <942659938@qq.com> Date: Thu, 5 Aug 2021 10:40:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/index.js | 36 +++ src/components/common/Sidebar.vue | 2 +- src/components/common/dialog/content.vue | 19 ++ src/components/common/dialog/insex.vue | 18 +- .../page/AssetManagement/assetQuery.vue | 303 +++++++++++------- .../page/AssetManagement/groundingAudit.vue | 194 ++++++----- .../page/AssetManagement/releaseAudit.vue | 181 ++++++----- .../transactionQuery.vue | 179 ++++++----- src/router/index.js | 2 +- 9 files changed, 566 insertions(+), 368 deletions(-) diff --git a/src/api/index.js b/src/api/index.js index 11e51da..b4347b8 100644 --- a/src/api/index.js +++ b/src/api/index.js @@ -63,3 +63,39 @@ export const blackList = query => { }); }; +/* 资产管理 */ + +/* 资产管理 --资产信息查询*/ + +//资产信息查询列表 +export const getAccountList = query => { + return request({ + url: 'public/index.php/api/admin.Task/getAccountList', + method: 'get', + params: query + }); +}; + +/* 资产管理 --资产挂牌审核*/ + +//资产审核列表 +export const accountApplyList = query => { + return request({ + url: 'public/index.php/api/admin.Task/accountApplyList', + method: 'get', + params: query + }); +}; + +/* 交易管理 */ + +/* 交易管理 --交易订单查询*/ + +//交易订单查询列表 +export const orderList = query => { + return request({ + url: 'public/index.php/api/admin.Task/orderList', + method: 'get', + params: query + }); +}; \ No newline at end of file diff --git a/src/components/common/Sidebar.vue b/src/components/common/Sidebar.vue index fd75847..92033b9 100644 --- a/src/components/common/Sidebar.vue +++ b/src/components/common/Sidebar.vue @@ -99,7 +99,7 @@ export default { }, { index: 'groundingAudit', - title: '资产上架审核' + title: '资产挂牌审核' }, { index: 'releaseAudit', diff --git a/src/components/common/dialog/content.vue b/src/components/common/dialog/content.vue index e69de29..07489da 100644 --- a/src/components/common/dialog/content.vue +++ b/src/components/common/dialog/content.vue @@ -0,0 +1,19 @@ + + diff --git a/src/components/common/dialog/insex.vue b/src/components/common/dialog/insex.vue index f38285f..ac9e84d 100644 --- a/src/components/common/dialog/insex.vue +++ b/src/components/common/dialog/insex.vue @@ -4,13 +4,13 @@

{{dialogData.tips}}

- + * {{item.title}} - +
@@ -23,6 +23,7 @@