From 7707c44cf0e6bacba0cb7183e1f9d0c713e7b3e0 Mon Sep 17 00:00:00 2001 From: 15820893422 <1978476055@qq.com> Date: Wed, 15 May 2024 18:33:47 +0800 Subject: [PATCH] edit --- src/api/merchant.js | 6 + .../merchant/list/handle/merEditForm.vue | 12 ++ src/views/merchant/list/index.vue | 55 ++++++- src/views/product/productExamine/editAttr.vue | 149 ++++++++++++++++-- src/views/product/productExamine/index.vue | 26 +++ src/views/product/productExamine/info.vue | 7 +- .../product/productExamine/proDetails.vue | 3 +- src/views/user/list/index.vue | 4 +- 8 files changed, 238 insertions(+), 24 deletions(-) diff --git a/src/api/merchant.js b/src/api/merchant.js index 5a391cc..8d8fb41 100644 --- a/src/api/merchant.js +++ b/src/api/merchant.js @@ -19,6 +19,12 @@ export function merchantMenuCreateApi() { export function merchantMenuUpdateApi(id) { return request.get(`merchant/menu/update/form/${id}`) } +/** + * @description 签署 -- 签署链接 + */ +export function merchantContactApi(id) { + return request.get(`system/merchant/contact/${id}`) +} /** * @description 商户权限管理 -- 删除 */ diff --git a/src/views/merchant/list/handle/merEditForm.vue b/src/views/merchant/list/handle/merEditForm.vue index 430e994..e6debd7 100644 --- a/src/views/merchant/list/handle/merEditForm.vue +++ b/src/views/merchant/list/handle/merEditForm.vue @@ -111,6 +111,18 @@ /> + + + + + diff --git a/src/views/merchant/list/index.vue b/src/views/merchant/list/index.vue index fc0857a..3d56d07 100644 --- a/src/views/merchant/list/index.vue +++ b/src/views/merchant/list/index.vue @@ -94,9 +94,9 @@ - + + + + + + + {{ scope.row.is_soldier == 1 ? "是" : "否" }} + + + + + + - +