Commit dc99c73b authored by houjn@hikoon.cn's avatar houjn@hikoon.cn

无牌价显示

parent a8ec307d
...@@ -52,7 +52,8 @@ ...@@ -52,7 +52,8 @@
:label="$t('收费类型')"> :label="$t('收费类型')">
<template slot-scope="scope"> <template slot-scope="scope">
<dict-tag v-if="productBrank.unauthChargingModel==1&&scope.row.feeScale" :type="DICT_TYPE.BRAND_CUSTOMER_CHARGING_MODEL" :value="scope.row.feeScale" /> <dict-tag v-if="productBrank.unauthChargingModel==1&&scope.row.feeScale" :type="DICT_TYPE.BRAND_CUSTOMER_CHARGING_MODEL" :value="scope.row.feeScale" />
<span v-else-if="productBrank.unauthDefaultFeeType">{{productBrank.unauthDefaultFeeType==1?$t('有牌价'):$t('中性价')}}</span> <span v-else-if="productBrank.unauthDefaultFeeType">
{{productBrank.unauthDefaultFeeType==1?$t('有牌价'):productBrank.unauthDefaultFeeType==0?$t('无牌价'):$t('中性价')}}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column <el-table-column
......
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