Browse Source

完善单车返利管理

master
yunuo970428 9 months ago
parent
commit
abeca43a59
  1. 2
      anrui-scm/anrui-scm-ui/src/views/bikerebate/bikerebatemanagement/bicyclerebatemanagementAdd.vue
  2. 2
      anrui-scm/anrui-scm-ui/src/views/bikerebate/bikerebatemanagement/bicyclerebatemanagementEdit.vue
  3. 2
      anrui-scm/anrui-scm-ui/src/views/bikerebate/bikerebatemanagement/bicyclerebatemanagementInfo.vue

2
anrui-scm/anrui-scm-ui/src/views/bikerebate/bikerebatemanagement/bicyclerebatemanagementAdd.vue

@ -54,7 +54,7 @@
</el-col>
<el-col :span="4" class="tleftb">
<span>计算标准
<span v-if="formobj.calculationModeValue == '固定金额'">(%)</span>
<span v-if="formobj.calculationModeValue == '比例'">(%)</span>
<span v-else>()</span>
</span>
</el-col>

2
anrui-scm/anrui-scm-ui/src/views/bikerebate/bikerebatemanagement/bicyclerebatemanagementEdit.vue

@ -54,7 +54,7 @@
</el-col>
<el-col :span="4" class="tleftb">
<span>计算标准
<span v-if="formobj.calculationModeValue == '固定金额'">(%)</span>
<span v-if="formobj.calculationModeValue == '比例'">(%)</span>
<span v-else>()</span>
</span>
</el-col>

2
anrui-scm/anrui-scm-ui/src/views/bikerebate/bikerebatemanagement/bicyclerebatemanagementInfo.vue

@ -44,7 +44,7 @@
</el-col>
<el-col :span="4" class="tleftb">
<span>计算标准
<span v-if="formobj.calculationModeValue == '固定金额'">(%)</span>
<span v-if="formobj.calculationModeValue == '比例'">(%)</span>
<span v-else>()</span>
</span>
</el-col>

Loading…
Cancel
Save