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 @@