|
|
@ -45,7 +45,7 @@ |
|
|
|
</el-row> |
|
|
|
<el-row> |
|
|
|
<el-col :span="8"> |
|
|
|
<div class="span-sty">预提返利</div> |
|
|
|
<div class="span-sty">预计返利</div> |
|
|
|
<el-form-item><span class="addinputInfo">{{ formobj.estimateRebate }}</span></el-form-item> |
|
|
|
</el-col> |
|
|
|
<el-col :span="8"> |
|
|
@ -180,10 +180,10 @@ |
|
|
|
</template> |
|
|
|
|
|
|
|
<script> |
|
|
|
import req from '@/api/bikerebate/bicyclerebatemanagement' |
|
|
|
import req from '@/api/specialrebate/specialrebatemanagement' |
|
|
|
|
|
|
|
export default { |
|
|
|
name: 'BicycleRebateManagementInfo', |
|
|
|
name: 'SpecialRebateManagementInfo', |
|
|
|
data() { |
|
|
|
return { |
|
|
|
viewTitle: '', |
|
|
|