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 ? "是" : "否" }} + + + + + + - +