From 7fcb280a511759103d0be7782bd47b8f134aa421 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=9A=E4=BF=8A=E6=97=AD?= <398847134@qq.com> Date: Fri, 13 Jun 2025 14:26:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=AC=E5=85=B1=E5=93=81=E7=89=8C=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E6=8E=A5=E5=8F=A3=E4=BB=A5=E5=8F=8A=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sub-operation-service/src/apis/brand.js | 18 ++ sub-operation-service/src/router/index.js | 15 ++ .../src/views/brand/components/Auth.vue | 6 +- .../views/brand/components/BrandSystem.vue | 145 +++++--------- .../src/views/brand/components/Monitor.vue | 182 ++++++++---------- .../src/views/brand/index.vue | 25 ++- .../views/ecommerce/agriculturalDetail.vue | 3 +- .../src/views/ecommerce/supplierDetail.vue | 3 +- .../shoppingCarts/components/leftMenu.vue | 4 +- 9 files changed, 191 insertions(+), 210 deletions(-) diff --git a/sub-operation-service/src/apis/brand.js b/sub-operation-service/src/apis/brand.js index 6f01572..8c264f9 100644 --- a/sub-operation-service/src/apis/brand.js +++ b/sub-operation-service/src/apis/brand.js @@ -39,6 +39,12 @@ export function authList(params) { params, }); } +export function usageList(params) { + return request('brand/applicationrecord/pageByGoodsStatus', { + method: 'GET', + params, + }); +} export function authDetail(id, params) { return request(`brand/brandbase/detail/${id}`, { method: 'GET', @@ -51,6 +57,18 @@ export function getStatisticsData(id, params) { params, }); } +export function brandUsingSystem(params) { + return request('brand/brandUsingSystem/viewPage', { + method: 'GET', + params, + }); +} +export function brandUsingSystemDetail(id, params) { + return request(`brand/brandUsingSystem/detail/${id}`, { + method: 'GET', + params, + }); +} export function saveRecords(data) { return request('brand/applicationrecord/save', { diff --git a/sub-operation-service/src/router/index.js b/sub-operation-service/src/router/index.js index bbf008b..da763f3 100644 --- a/sub-operation-service/src/router/index.js +++ b/sub-operation-service/src/router/index.js @@ -502,6 +502,21 @@ export const constantRoutes = [ }, ], }, + { + path: 'monitor', + component: BrandLayout, + meta: { title: '使用监管' }, + name: 'authUse', + redirect: '/sub-operation-service/brand/monitor', + children: [ + { + path: '', + component: () => import('@/views/brand/components/Monitor.vue'), + meta: { title: '使用监管', hideInBread: true }, + name: 'brandMonitor', + }, + ], + }, ], }, diff --git a/sub-operation-service/src/views/brand/components/Auth.vue b/sub-operation-service/src/views/brand/components/Auth.vue index 93df1d4..cb6909e 100644 --- a/sub-operation-service/src/views/brand/components/Auth.vue +++ b/sub-operation-service/src/views/brand/components/Auth.vue @@ -62,7 +62,7 @@
{{ item.desc }}
+{{ item.descStr }}