diff --git a/src/views/business/merchantList.vue b/src/views/business/merchantList.vue index be4d8ca..d27461e 100644 --- a/src/views/business/merchantList.vue +++ b/src/views/business/merchantList.vue @@ -164,6 +164,11 @@ +
+ 标签: + + +
商家头像:
@@ -256,6 +261,11 @@
+
+ 标签: + + +
商家头像:
@@ -487,6 +497,7 @@ import { serverPaths } from '@/utils/enumData' consortiaName: '', couponPicture:'', consortiaContent: 0, + tags:'', rate: '', identityName:'', identityCard:'', @@ -508,6 +519,7 @@ import { serverPaths } from '@/utils/enumData' consortiaId: '', consortiaName: '', consortiaContent: '', + tags:'', rate: '', userId: '', userName:'', @@ -623,6 +635,7 @@ import { serverPaths } from '@/utils/enumData' this.consortiaName = '' this.couponPicture = '' this.consortiaContent = '' + this.tags='', this.userId = '' this.userName = '' this.phone = '' @@ -772,6 +785,7 @@ import { serverPaths } from '@/utils/enumData' 'consortiaName': this.consortiaName, 'couponPicture': this.couponPicture, 'consortiaContent': this.consortiaContent, + 'tags': this.tags, 'rate': this.rate, 'userId': this.userId, 'identityName': this.identityName, @@ -812,6 +826,7 @@ import { serverPaths } from '@/utils/enumData' this.consortiaId = row.consortiaId this.consortiaName = row.consortiaName this.consortiaContent = row.consortiaContent + this.tags = row.tags this.rate = row.rate this.phone = row.phone this.userId = row.userId @@ -963,6 +978,7 @@ import { serverPaths } from '@/utils/enumData' 'consortiaId': this.consortiaId, 'consortiaName': this.consortiaName, 'consortiaContent': this.consortiaContent, + 'tags': this.tags, 'rate': this.rate, 'phone':this.phone, 'userId': this.userId,