Commit 4baf3d01 authored by houjn@hikoon.cn's avatar houjn@hikoon.cn

还原无牌价

parent de4121bc
...@@ -51,11 +51,8 @@ ...@@ -51,11 +51,8 @@
prop="feeScale" prop="feeScale"
:label="$t('收费类型')"> :label="$t('收费类型')">
<template slot-scope="scope"> <template slot-scope="scope">
<dict-tag <dict-tag v-if="productBrank.unauthChargingModel==1&&scope.row.feeScale" :type="DICT_TYPE.BRAND_CUSTOMER_CHARGING_MODEL" :value="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 :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
...@@ -244,9 +241,6 @@ export default { ...@@ -244,9 +241,6 @@ export default {
list1: [], list1: [],
list2: [], list2: [],
feeType:[{ feeType:[{
label:this.$t('无牌价'),
value:0
},{
label:this.$t('有牌价'), label:this.$t('有牌价'),
value:1 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