diff --git a/src/views/business/merchantList.vue b/src/views/business/merchantList.vue index d27461e..be6917d 100644 --- a/src/views/business/merchantList.vue +++ b/src/views/business/merchantList.vue @@ -137,6 +137,16 @@ 商家名称: +
+ 标签: + + +
+
+ 营业时间: + + +
商家抽成比例: @@ -164,11 +174,6 @@
-
- 标签: - - -
商家头像:
@@ -234,6 +239,16 @@ 商家名称:
+
+ 标签: + + +
+
+ 营业时间: + + +
商家抽成比例: @@ -261,11 +276,6 @@
-
- 标签: - - -
商家头像:
@@ -498,6 +508,7 @@ import { serverPaths } from '@/utils/enumData' couponPicture:'', consortiaContent: 0, tags:'', + yysj:'', rate: '', identityName:'', identityCard:'', @@ -520,6 +531,7 @@ import { serverPaths } from '@/utils/enumData' consortiaName: '', consortiaContent: '', tags:'', + yysj:'', rate: '', userId: '', userName:'', @@ -635,7 +647,8 @@ import { serverPaths } from '@/utils/enumData' this.consortiaName = '' this.couponPicture = '' this.consortiaContent = '' - this.tags='', + this.tags='' + this.yysj='' this.userId = '' this.userName = '' this.phone = '' @@ -786,6 +799,7 @@ import { serverPaths } from '@/utils/enumData' 'couponPicture': this.couponPicture, 'consortiaContent': this.consortiaContent, 'tags': this.tags, + 'yysj':this.yysj, 'rate': this.rate, 'userId': this.userId, 'identityName': this.identityName, @@ -827,6 +841,7 @@ import { serverPaths } from '@/utils/enumData' this.consortiaName = row.consortiaName this.consortiaContent = row.consortiaContent this.tags = row.tags + this.yysj = row.yysj this.rate = row.rate this.phone = row.phone this.userId = row.userId @@ -979,6 +994,7 @@ import { serverPaths } from '@/utils/enumData' 'consortiaName': this.consortiaName, 'consortiaContent': this.consortiaContent, 'tags': this.tags, + 'yysj': this.yysj, 'rate': this.rate, 'phone':this.phone, 'userId': this.userId,