diff --git a/src/api/shop_contract.ts b/src/api/shop_contract.ts index c507c78..4b7c024 100644 --- a/src/api/shop_contract.ts +++ b/src/api/shop_contract.ts @@ -23,4 +23,9 @@ export function apiShopContractDelete(params: any) { // 商户合同详情 export function apiShopContractDetail(params: any) { return request.get({ url: '/shop_contract/detail', params }) -} \ No newline at end of file +} + +// 合同上传 +export function apiShopWindControl(params: any) { + return request.post({ url: '/shop_contract/wind_control', params }) +} diff --git a/src/views/shop_contract/details.vue b/src/views/shop_contract/details.vue new file mode 100644 index 0000000..93ce94b --- /dev/null +++ b/src/views/shop_contract/details.vue @@ -0,0 +1,645 @@ + + + + + + \ No newline at end of file diff --git a/src/views/shop_contract/index.vue b/src/views/shop_contract/index.vue index 0e34f77..71a1cbe 100644 --- a/src/views/shop_contract/index.vue +++ b/src/views/shop_contract/index.vue @@ -1,143 +1,283 @@ - - - - + + + + diff --git a/src/views/shop_merchant/index.vue b/src/views/shop_merchant/index.vue index e9fa9a3..df4fd65 100644 --- a/src/views/shop_merchant/index.vue +++ b/src/views/shop_merchant/index.vue @@ -1,136 +1,177 @@ - - - - + + + +