Hwt 2 年之前
父节点
当前提交
43445995b1
共有 1 个文件被更改,包括 30 次插入15 次删除
  1. 30 15
      smart/src/views/vehicleInformation/setpPage/recharge.vue

+ 30 - 15
smart/src/views/vehicleInformation/setpPage/recharge.vue

@@ -11,8 +11,16 @@
         <div class="formContent-item_title">充值信息</div>
         <el-row>
           <el-col :span="12">
-            <el-col :span="8">车牌类型</el-col>
-            <el-col :span="12">月租车</el-col>
+            <el-col :span="9">车牌类型</el-col>
+            <el-col :span="12">{{this.cardType== 0 ? '临时车'
+          : this.cardType == 1 ? 'VIP车'
+            : this.cardType == 2 ? '月租车'
+              : this.cardType == 3 ? '充时车'
+                : this.cardType == 4 ? '时租车'
+                  : this.cardType == 5 ? '产权车'
+                    : this.cardType == 6 ? '计次车'
+                      : this.cardType == 7 ? '贵宾卡'
+                        : '员工卡'}}</el-col>
           </el-col>
           <!-- 充值类型 -->
           <el-col :span="24">
@@ -48,7 +56,7 @@
                 style="content: '*';color: #F56C6C;"
               >*</el-col>
               <el-col :span="8">充值天数</el-col>
-              <el-col :span="15">
+              <el-col :span="14">
                 <el-form-item
                   prop="parkingDays"
                   ref="againDays"
@@ -118,27 +126,34 @@
             <el-col
               :span="24"
               v-show="this.carStatus == 2 ? true : false"
+              style="margin-left:12px"
             >
               <span>车辆未过期,已绑定充值规则,充值开始时间:过期时间+1</span>
             </el-col>
           </el-col>
           <!-- 收费金额 -->
-          <el-col :span="24">
+          <el-col
+            :span="24"
+            style="margin-top: 8px;"
+          >
             <el-col
               :span="4"
               style="margin-right: 5px;"
             >收费金额 </el-col>
-            <el-col :span="17">
-              <el-input
-                :placeholder="chargeAmount"
-                :disabled="true"
-              >
-              </el-input>
-            </el-col>
-            <el-col
-              :span="2"
-              style="margin-left: 5px;"
-            >元 </el-col>
+            <el-form-item>
+              <el-col :span="17">
+                <el-input
+                  :placeholder="chargeAmount"
+                  :disabled="true"
+                >
+                </el-input>
+              </el-col>
+              <el-col
+                :span="2"
+                style="margin-left: 5px;"
+              >元 </el-col>
+            </el-form-item>
+
           </el-col>
           <!-- 支付方式 -->
           <el-col :span="24">