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

设置未授权客户无牌价

parent dc99c73b
...@@ -51,9 +51,11 @@ ...@@ -51,9 +51,11 @@
prop="feeScale" prop="feeScale"
: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
<span v-else-if="productBrank.unauthDefaultFeeType"> :type="DICT_TYPE.BRAND_CUSTOMER_CHARGING_MODEL" :value="scope.row.feeScale" />
{{productBrank.unauthDefaultFeeType==1?$t('有牌价'):productBrank.unauthDefaultFeeType==0?$t('无牌价'):$t('中性价')}}</span> <!-- <span :value="scope.row.feeScale"/>-->
<!-- <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