diff --git a/sub-operation-service/src/apis/brand.js b/sub-operation-service/src/apis/brand.js index 6d3b678..6f01572 100644 --- a/sub-operation-service/src/apis/brand.js +++ b/sub-operation-service/src/apis/brand.js @@ -45,6 +45,12 @@ export function authDetail(id, params) { params, }); } +export function getStatisticsData(id, params) { + return request('brand/applicationrecord/getStatisticsData', { + method: 'GET', + params, + }); +} export function saveRecords(data) { return request('brand/applicationrecord/save', { @@ -52,3 +58,10 @@ export function saveRecords(data) { data, }); } + +export function cancelAuth(data) { + return request('brand/applicationrecord/cancel', { + method: 'POST', + data, + }); +} diff --git a/sub-operation-service/src/views/brand/components/Auth.vue b/sub-operation-service/src/views/brand/components/Auth.vue index e9ad5f0..93df1d4 100644 --- a/sub-operation-service/src/views/brand/components/Auth.vue +++ b/sub-operation-service/src/views/brand/components/Auth.vue @@ -7,13 +7,21 @@
较上月上涨 13 件
++ 较上月上涨 {{ statisticsData.adventNum }} 件 +
++ 较上月下降 {{ -statisticsData.adventNum }} 件 +
+ 较上月上涨 {{ statisticsData.totalNum }} 件 +
+较上月下降 5 件
++ 较上月下降 {{ -statisticsData.totalNum }} 件 +