Commit a276e04b authored by 华国豪's avatar 华国豪 🙄

$t报错

parent 84efbbf3
...@@ -204,7 +204,7 @@ ...@@ -204,7 +204,7 @@
v-model="item.BaseVariable" v-model="item.BaseVariable"
class="w200" class="w200"
> >
<template slot="append">{{addMsg.CommissionType==2?'%':'/'+this.$t('hotel.hotel_people')}}</template> <template slot="append">{{addMsg.CommissionType==2?'%':'/'+$t('hotel.hotel_people')}}</template>
</el-input> </el-input>
</td> </td>
<td> <td>
...@@ -216,7 +216,7 @@ ...@@ -216,7 +216,7 @@
> >
<template slot="append"> <template slot="append">
<el-select v-model="item.AddedMethod" class> <el-select v-model="item.AddedMethod" class>
<el-option :label="'/'+this.$t('hotel.hotel_people')" :value="2"></el-option> <el-option :label="'/'+$t('hotel.hotel_people')" :value="2"></el-option>
<el-option label="%" :value="1"></el-option> <el-option label="%" :value="1"></el-option>
</el-select> </el-select>
</template> </template>
......
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