Browse Source

1. 优化

MONSTER-ygh 1 month ago
parent
commit
07647f18a6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/priceConfigurationUilt/dialog/addAndEdit.vue

+ 1 - 1
src/views/priceConfigurationUilt/dialog/addAndEdit.vue

@@ -101,7 +101,7 @@
         </el-form-item>
         <el-form-item :label="setSaleAmounttile()" prop="saleAmount">
           <el-input-number v-model="form.saleAmount" style="width: 350px"></el-input-number>
-          {{ !['group'].includes(channelType) ? '元':form.touristLimit==1?'元':'元/人' }}
+          {{ !['group'].includes(channelType) ? '元':form.touristLimit==2?'元':'元/人' }}
         </el-form-item>
         <el-form-item v-if="channelType == 'retail'" label="佣金:" prop="retailAmount">
           <el-input-number v-model="form.retailAmount" style="width: 350px"></el-input-number>