mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-13 14:30:08 +08:00
计费模板 新增 占桩最高费用字段
This commit is contained in:
@@ -198,7 +198,7 @@
|
||||
</el-input>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="8" :offset="4" class="cols">
|
||||
<el-col :span="6" :offset="2" class="cols">
|
||||
<el-form-item label="占桩费率" prop="occupyFee">
|
||||
<el-input
|
||||
v-model="form.occupyFee"
|
||||
@@ -211,6 +211,19 @@
|
||||
</el-input>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="6" :offset="2">
|
||||
<el-form-item label="最高占桩费用" prop="maxOccupyFee">
|
||||
<el-input
|
||||
v-model="form.maxOccupyFee"
|
||||
placeholder="0"
|
||||
clearable
|
||||
type="number"
|
||||
class="clearInputScore"
|
||||
>
|
||||
<template slot="append"> (元)</template>
|
||||
</el-input>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
</el-row>
|
||||
</div>
|
||||
<div v-else>
|
||||
@@ -484,6 +497,7 @@ export default {
|
||||
servicePriceD: "",
|
||||
freeTime: null,
|
||||
occupyFee: null,
|
||||
maxOccupyFee: null,
|
||||
timeArray: [
|
||||
{
|
||||
type: "1",
|
||||
|
||||
Reference in New Issue
Block a user