diff --git a/src/components/XySelectors/index.vue b/src/components/XySelectors/index.vue index 7c20ec2..39add23 100644 --- a/src/components/XySelectors/index.vue +++ b/src/components/XySelectors/index.vue @@ -1,17 +1,25 @@ diff --git a/src/views/productService/components/confinement/addClubInfo.vue b/src/views/productService/components/confinement/addClubInfo.vue index c25773d..17ef88f 100644 --- a/src/views/productService/components/confinement/addClubInfo.vue +++ b/src/views/productService/components/confinement/addClubInfo.vue @@ -55,8 +55,9 @@ export default { }, methods: { async getMerchantItems(){ + this.list = [] const res = await getMerchantItems({confinement_services_id:this.id}) - console.log(res) + this.list.push(...res) }, addList(){ @@ -91,6 +92,10 @@ export default { deleteItem(scope){ if(scope.row?.id){ destroyMerchantItems({id:scope.row.id}).then(res => { + Message({ + type:'success', + message:'删除成功' + }) this.getMerchantItems() }) }else{ diff --git a/src/views/productService/confinementClub.vue b/src/views/productService/confinementClub.vue index 1181c3d..895a23f 100644 --- a/src/views/productService/confinementClub.vue +++ b/src/views/productService/confinementClub.vue @@ -4,11 +4,10 @@
-
+
- +
diff --git a/src/views/productService/productServiceManage.vue b/src/views/productService/productServiceManage.vue index dc45600..278f6ce 100644 --- a/src/views/productService/productServiceManage.vue +++ b/src/views/productService/productServiceManage.vue @@ -4,47 +4,95 @@
-
-
-
产品名称:
- -
-
-
所属商户:
- -
-
-
状态选择:
- -
-
-
类别选择:
- - -
-
- -
-
- -
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
@@ -108,7 +156,8 @@ export default { prop:'name', label:'名称', width:250, - align:'left' + align:'left', + fixed:'left' }, { prop:'product_type.name', @@ -255,6 +304,17 @@ export default {