Commit 252f3762 authored by houjn@hikoon.cn's avatar houjn@hikoon.cn

设置未授权客户无牌价

parent 87c89e62
......@@ -51,8 +51,8 @@
prop="feeScale"
:label="$t('收费类型')">
<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" />
<span v-else-if="productBrank.unauthDefaultFeeType">{{productBrank.unauthDefaultFeeType==1?$t('有牌价'):$t('中性价')}}</span>
<dict-tag
:type="DICT_TYPE.BRAND_CUSTOMER_CHARGING_MODEL" :value="scope.row.feeScale" />
</template>
</el-table-column>
<el-table-column
......@@ -241,6 +241,9 @@ export default {
list1: [],
list2: [],
feeType:[{
label:this.$t('无牌价'),
value:0
},{
label:this.$t('有牌价'),
value:1
},{
......
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