Commit 8b5c14a2 authored by 332784038@qq.com's avatar 332784038@qq.com

fix: 修改理货品牌显示

parent 4f53420e
......@@ -75,8 +75,9 @@
</template>
</el-table-column>
<el-table-column :label="$t('品牌')" align="center">
<template v-if="scope.row.brand && scope.row.brandName!=='无' && scope.row.brandName!=='无牌'" slot-scope="scope">
<dict-tag :type="DICT_TYPE.ECW_IS_BRAND" :value="scope.row.brand"></dict-tag>
<template v-if="scope.row.brandName && scope.row.brandName!=='无' && scope.row.brandName!=='无牌'" slot-scope="scope">
<template v-if="scope.row.brandName">{{scope.row.brandName}}</template>
<dict-tag v-else :type="DICT_TYPE.ECW_IS_BRAND" :value="scope.row.brand" />
</template>
</el-table-column>
<el-table-column :label="$t('特性')" align="center" prop="warehouseInAttrNameList" width="120">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment