|
@@ -41,7 +41,8 @@
|
|
|
<i v-for='(info,infoIndex) in row.brandList' :key='infoIndex'>
|
|
|
{{ info.brandname || 'xxx' }}
|
|
|
-
|
|
|
- {{ info.shopsnumList ? info.shopsnumList.replaceAll(',','、') : 'xxx' }}
|
|
|
+ <!-- {{ info.shopsnumList ? info.shopsnumList.replaceAll(',','、') : 'xxx' }} -->
|
|
|
+ {{ info.shopsnumList ? info.shopsnumList.replace(/,/g,'、') : 'xxx' }}
|
|
|
{{ infoIndex === row.brandList.length - 1 ? '' : ',' }}
|
|
|
</i>
|
|
|
</div>
|