|
@@ -123,11 +123,11 @@
|
|
bordered>
|
|
bordered>
|
|
<!-- 品牌-->
|
|
<!-- 品牌-->
|
|
<template slot="brandName" slot-scope="text, record">
|
|
<template slot="brandName" slot-scope="text, record">
|
|
- {{ record.allProductBrandFlag?'全品类':record.brandName?record.brandName:'--' }}
|
|
|
|
|
|
+ {{ record.allProductBrandFlag==1?'全品类':record.brandName?record.brandName:'--' }}
|
|
</template>
|
|
</template>
|
|
<!-- 分类 -->
|
|
<!-- 分类 -->
|
|
<template slot="brandtypeName" slot-scope="text, record">
|
|
<template slot="brandtypeName" slot-scope="text, record">
|
|
- {{ record.allProductTypeFlag?'全分类':record.brandtypeName?record.brandtypeName:'--' }}
|
|
|
|
|
|
+ {{ record.allProductTypeFlag==1?'全分类':record.brandtypeName?record.brandtypeName:'--' }}
|
|
</template>
|
|
</template>
|
|
<template slot="footer" v-if="totalData">
|
|
<template slot="footer" v-if="totalData">
|
|
<a-row>
|
|
<a-row>
|