wangmengwei 2 ماه پیش
والد
کامیت
b7bc2b633e

+ 8 - 0
ruoyi-ui-wuguan/src/api/index.js

@@ -14,5 +14,13 @@ export function vehicleControl() {
   })
 }
 
+export function car() {
+  return request({
+    url: '/wuYe/statistics/num/car',
+    method: 'get'
+  })
+}
+
+
 
 

+ 10 - 5
ruoyi-ui-wuguan/src/components/Comment/Avatar.vue

@@ -1,6 +1,6 @@
 <template>
 	<div class="user">
-		<div class="user-img" v-if="jsegs"><img :src="avatar?defaultSettings.urls + baseUrl+ avatar:require('./img/icon/avatar.jpg')"/></div>
+		<div class="user-img" v-if="jsegs"><img :src="avatar? baseUrl + avatar:require('./img/icon/avatar.jpg')"/></div>
     <div class="user-img" v-if="!jsegs"><img :src="avatar?avatar:require('./img/icon/avatar.jpg')"/></div>
 	</div>
 </template>
@@ -8,6 +8,7 @@
 
 <script>
   const defaultSettings = require("@/settings.js");
+   // const defaultSettings = '../../settings.js'
 	export default {
 	  props:{
 	  	avatar:{
@@ -18,20 +19,24 @@
 	  data() {
 	    return {
 	      comment: '',
-        baseUrl: process.env.VUE_APP_BASE_API,
+        baseUrl:process.env.VUE_APP_BASE_API,
         defaultSettings:defaultSettings,
         jsegs:false,
         avatar:avatar
 	    }
 	  },
     created() {
-      if(this.avatar =='static/img/profile.473f5971.jpg'){
+      this.baseUrl = process.env.VUE_APP_BASE_API
+      this.avatar = this.avatar
+      // console.log(this.defaultSettings,process.env.VUE_APP_BASE_API,this.baseUrl)
+      if(this.avatar =='/static/img/profile.473f5971.jpg'){
         this.jsegs = false
       }else{
         this.jsegs = true
       }
-      console.log(this.jsegs,34)
-    }
+      // console.log(this.jsegs,34)
+    },
+
 
 	}
 </script>

+ 3 - 1
ruoyi-ui-wuguan/src/settings.js

@@ -1,5 +1,7 @@
 module.exports = {
-   urls:`http://10.90.90.52:8065`,
+   urls:`https://zhsq.qs163.cn`,
+   // http://10.90.90.52:8065
+   // zhsq.qs163.cn
   /**
    * 侧边栏主题 深色主题theme-dark,浅色主题theme-light
    */

+ 2 - 3
ruoyi-ui-wuguan/src/views/dashboard/PanelGroup.vue

@@ -92,7 +92,7 @@ watch: {
                 ],
                 series: [
                   {
-                    name: '金额统计/万元',
+                    name: '车辆进入/辆',
                     type: 'pie',
                     radius: ['55%', '70%'],
                     center: ['50%', '39%'],
@@ -135,8 +135,7 @@ watch: {
                         }
                       }
                     },
-                    data: [ { value: 80, name: '内部人员' },{ value: 20, name: '外来人员' },
-
+                    data: [ { value: row.nb, name: '内部车辆' },{ value: row.wl, name: '外来车辆' },
                     ]
                   }
                 ]

+ 55 - 16
ruoyi-ui-wuguan/src/views/index.vue

@@ -53,22 +53,22 @@
             <div class="block_7 flex-col">
               <div class="section_4 flex-row justify-between">
                 <div class="section_5 flex-col"></div>
-                <span class="text_29">人员进出统计</span>
+                <span class="text_29">车辆进出统计</span>
               </div>
               <div class="section_6 flex-row" style="position: relative;">
-                <panel-group @handleSetLineChartData="handleSetLineChartData" />
+                <panel-group  :chart-data="carNume" />
                 <div style="position: absolute;top: 33%;left: 41%;">
-                  <p style="color: #5A5A5A;font-size: 16px;font-weight: 700;margin: 0;">进入人员</p>
+                  <p style="color: #5A5A5A;font-size: 16px;font-weight: 700;margin: 0;">进入车辆</p>
                   <p
                     style="color: #FDB72D;font-size: 20px; font-weight: 700; margin: 0;margin-top: 10px;text-align: center;s">
-                    1237</p>
+                    {{carNume.zs}}</p>
                 </div>
               </div>
               <div class="section_7 flex-row" style="padding: 0 30px;">
                 <div style="flex: 1;">
                   <div style="display: flex;">
                     <div class="group_5 flex-col"></div>
-                    <span class="text_31">内部人员</span>
+                    <span class="text_31">内部车辆</span>
                   </div>
                   <div class="text-wrapper_11 flex-row justify-between">
                     <span class="text_33" style="margin-left: 30px;">841</span>
@@ -77,7 +77,7 @@
                 <div style="flex: 1;">
                   <div style="display: flex;">
                     <div class="group_6 flex-col"></div>
-                    <span class="text_32">外来人员</span>
+                    <span class="text_32">外来车辆</span>
                   </div>
                   <div class="text-wrapper_11 flex-row justify-between">
                     <span class="text_34" style="margin-left: 30px;">396</span>
@@ -221,7 +221,7 @@
             <span class="paragraph_7">{{item.content == null?'暂无数据' : item.content}}</span>
             <div class="group_12 flex-row justify-between">
               <span class="text_87">{{item.createTime == null?'暂无数据' : item.createTime}}</span>
-              <div class="text-wrapper_28 flex-col" v-if="item.status == 2">
+              <div class="text-wrapper_28 flex-col" v-if="item.isPublic == 'Y'" @click="yinange(item,index)">
                 <span class="text_92">隐藏</span>
               </div>
               <div class="text-wrapper_26 flex-col" v-if="item.status == 1" @click="tousuhuif(item)">
@@ -476,7 +476,8 @@
   } from "@/api/wuguan/staffManage";
   import {
     qx,
-    vehicleControl
+    vehicleControl,
+    car
   } from "@/api/index";
   import {
     listCheckPointRecord,
@@ -544,13 +545,15 @@
         zhexian: {},
         userid: 0,
         chelisngguan: {},
-        isacr: 0
+        isacr: 0,
+        carNume:{}
       };
     },
     created() {
       this.userid = this.$store.getters.id
       clearInterval(this.timer)
       this.timer = null
+      this.getcharnae()
       this.setTimer()
       this.gettime()
       this.getListtion()
@@ -560,8 +563,15 @@
       this.getListRecordcun()
       this.baozhe()
       this.getche()
+
     },
     methods: {
+      // 车辆进入\
+      getcharnae(){
+        car().then(response => {
+          this.carNume = response.data;
+        });
+      },
       // 车辆管控
       getche() {
         vehicleControl().then(response => {
@@ -702,11 +712,19 @@
       getListtion() {
         let sgmse = {
           'pageNum': 1,
-          'pageSize': 2,
-          'userId': this.userid
+          'pageSize': 10,
+          'isPublic':'Y'
         }
         listSuggestion(sgmse).then(response => {
+        if(response.rows.length !=0){
+           if(response.rows.length > 2){
+              this.suggestionList = response.rows.slice(0, 2);
+           }else{
+              this.suggestionList = response.rows;
+           }
+        }else{
           this.suggestionList = response.rows;
+        }
           if (this.suggestionList.length == 0) {
             let gnsh = {
               'title': '暂无数据',
@@ -724,23 +742,44 @@
             }
             this.suggestionList.push(gnsh)
           }
-          this.tatse = response.total
-          this.getListtiones()
+
+
+          this.getListtionesTOTL()
         });
       },
       getListtiones() {
         let sgmse = {
           'pageNum': 1,
           'pageSize': 2,
-          'status': 2
+          'status': 2,
         }
         listSuggestion(sgmse).then(response => {
           this.yifhufe = response.total
-          this.bafe = this.percentage()
+          this.bafe = this.percentage() - 0
+        });
+      },
+      getListtionesTOTL() {
+        let sgmse = {
+          'pageNum': 1,
+           'pageSize': 10,
+        }
+        listSuggestion(sgmse).then(response => {
+          this.tatse = response.total
+          this.getListtiones()
+        });
+      },
+
+      // 投诉隐藏
+      yinange(row,index){
+        row.isPublic = 'N'
+        updateSuggestion(row).then(response => {
+          this.$modal.msgSuccess("操作成功");
+          // this.open = false;
+          // this.getList();
         });
       },
       percentage() {
-        return (this.yifhufe / this.tatse * 100).toFixed(2);
+        return (this.yifhufe / this.tatse * 100).toFixed(0);
       },
 
       tousuhuif(row) {

+ 2 - 2
ruoyi-ui-wuguan/src/views/login.vue

@@ -81,8 +81,8 @@
         <div class="njuyehaf">
           <el-checkbox v-model="loginForm.rememberMe" style="margin:0px 0px 25px 0px;">记住密码</el-checkbox>
       <!-- <el-checkbox v-model="xgmemberMe"  @change=" xgmes " style="margin:0px 0px 25px 25px;">找回密码</el-checkbox> -->
-         <p  v-if="!zhucemiber">还没有账号?去 <span @click="zhuc">注册</span></p>
-         <p v-if="zhucemiber">已有账号?去 <span @click="zhucs" >登录</span></p>
+        <!-- <p  v-if="!zhucemiber">还没有账号?去 <span @click="zhuc">注册</span></p>
+         <p v-if="zhucemiber">已有账号?去 <span @click="zhucs" >登录</span></p> -->
         </div>
 
 

+ 8 - 9
ruoyi-ui-wuguan/src/views/wuguan/assetType/index.vue

@@ -118,21 +118,20 @@
           <el-button
             size="mini"
             type="text"
-            icon="el-icon-edit"
-            @click="handleUpdate(scope.row)"
-            v-hasPermi="['wuYe:assetType:edit']"
-          >修改</el-button>
-          <el-button
-            size="mini"
-            type="text"
-            icon="el-icon-plus"
             @click="handleAdd(scope.row)"
             v-hasPermi="['wuYe:assetType:add']"
           >新增</el-button>
           <el-button
             size="mini"
             type="text"
-            icon="el-icon-delete"
+            style="color: #28C529;"
+            @click="handleUpdate(scope.row)"
+            v-hasPermi="['wuYe:assetType:edit']"
+          >修改</el-button>
+          <el-button
+            size="mini"
+            type="text"
+            style="color: red;"
             @click="handleDelete(scope.row)"
             v-hasPermi="['wuYe:assetType:remove']"
           >删除</el-button>

+ 2 - 2
ruoyi-ui-wuguan/src/views/wuguan/assets/index.vue

@@ -148,14 +148,14 @@
               <el-button
                 size="mini"
                 type="text"
-                icon="el-icon-edit"
+                style="color: #28C529;"
                 @click="handleUpdate(scope.row)"
                 v-hasPermi="['wuYe:assets:edit']"
               >修改</el-button>
               <el-button
                 size="mini"
                 type="text"
-                icon="el-icon-delete"
+                style="color: red;"
                 @click="handleDelete(scope.row)"
                 v-hasPermi="['wuYe:assets:remove']"
               >删除</el-button>

+ 1 - 1
ruoyi-ui-wuguan/src/views/wuguan/baoxiuguanli/index.vue

@@ -122,7 +122,7 @@
                     <!-- @click="isac(item)" -->
                     <div v-if="isshoe"  :class=" item.isnum ==true ? 'ingwe' :'' " style="position: relative; background-color: #fff;box-shadow: 0px 0px 10px 0px #CDCDCD;border-radius: 4px;margin-bottom: 10px;">
                      <div class="carlist houselist">
-                     	<div class="ctop flexc">
+                     	<div class="ctop flexc" style="align-items: center;">
                      		<!-- <img src="../../../assets/images/icon_fwgl_yz.png" class="imgs" /> -->
                      		<!-- <image src="../../../assets/images/icon_fwgl_zhs.png" class="imgs" v-if="ite.type==2"></image> -->
                      		<div class="tit">{{item.repairTitle == null?'暂无数据' : item.repairTitle }}</div>

+ 2 - 2
ruoyi-ui-wuguan/src/views/wuguan/blackManage/index.vue

@@ -112,15 +112,15 @@
           <el-button
             size="mini"
             type="text"
-            icon="el-icon-edit"
             @click="handleUpdate(scope.row)"
             v-hasPermi="['wuYe:blackManage:edit']"
+            style="color: #28C529;"
           >修改</el-button>
           <el-button
             size="mini"
             type="text"
-            icon="el-icon-delete"
             @click="handleDelete(scope.row)"
+            style="color: red;"
             v-hasPermi="['wuYe:blackManage:remove']"
           >删除</el-button>
         </template>

+ 8 - 7
ruoyi-ui-wuguan/src/views/wuguan/cheliangguank/index.vue

@@ -98,13 +98,13 @@
                   <el-col :span="6" v-for="(item,index) in carList" :key="index" >
                     <div v-if="isshoe" @click="isac(item)" :class=" item.isnum ==true ? 'ingwe' :'' " style="position: relative; background-color: #fff;box-shadow: 0px 0px 10px 0px #CDCDCD;border-radius: 4px;margin-bottom: 10px;">
                      <div class="carlist houselist">
-                     	<div class="ctop flexc">
+                     	<div class="ctop flexc" style="justify-content: flex-start;">
                      		<img style="margin-right: 5px;" src="../../../assets/images/icon_wg_clgk_lb_xqcl.png" class="imgs" />
                      		<!-- <image src="../../../assets/images/icon_wg_clgk_lb_wlcl.png" class="imgs" v-if="ite.type==2"></image> -->
                      		<div class="tit" style="display: flex;">
-                          <span >{{item.plateNumber == null?'暂无数据' : item.plateNumber }}</span>
+                          <span style="margin: 0 5px;">{{item.plateNumber == null?'暂无数据' : item.plateNumber }}</span>
                           <span style="width: 54px;height: 24px;border-radius: 17px;border: 1px solid #06C770;
-                          font-weight: 500;color: #06C770;font-size: 12px;line-height: 24px;text-align: center;margin-left: 5px;" v-if="vehicleType == '新能源'">新能源</span>
+                          font-weight: 500;color: #06C770;font-size: 12px;line-height: 24px;text-align: center;margin-left: 5px;" v-if="item.vehicleType == '新能源'" >新能源</span>
 
                           <!-- vehicleType -->
                           <!-- <span>皖A IC520</span> -->
@@ -118,14 +118,15 @@
                      	</div>
                      	<div class="clists">
                      		<div class="w50 ">
-                     			<div class="clist"><div class="tit">房屋号</div>{{item.detailedAddress == null?'暂无数据' : item.detailedAddress }}</div>
+                     			<div class="clist" style="width: 100%;"><div class="tit"> {{"\u2002\u2002"}}</div>{{item.detailedAddress == null?'暂无数据' : item.detailedAddress }}</div>
                      		</div>
                         <div class="w50 ">
                         	<div class="clist"><div class="tit">联系方式</div>{{item.residentPhone == null?'暂无数据' : item.residentPhone}}</div>
                         </div>
 
                         <div class="w50 ">
-                        	<div class="clist" style="display: flex;width:100%"><div class="tit">车辆类型</div><dict-tag :options="dict.type.cartype" :value="item.vehicleBrand"/></div>
+                        	<div class="clist" style="display: flex;width:100%;overflow: hidden;
+                            text-overflow: ellipsis;white-space: nowrap;"><div class="tit">车辆类型</div><dict-tag :options="dict.type.cartype" :value="item.vehicleBrand"/></div>
                         </div>
                      		<!-- <div class="clist"><div class="tit">手机号码</div>13656788668</div> -->
                      	</div>
@@ -377,7 +378,7 @@ export default {
     handleAdd() {
       this.reset();
       this.open = true;
-      this.title = "添加岗位";
+      this.title = "添加信息";
     },
     /** 修改按钮操作 */
     handleUpdate(row) {
@@ -386,7 +387,7 @@ export default {
            getCar(carId).then(response => {
              this.form = response.data;
              this.open = true;
-             this.title = "修改业主车辆管理";
+             this.title = "修改信息";
            });
     },
     /** 提交按钮 */

+ 1 - 1
ruoyi-ui-wuguan/src/views/wuguan/fagnwuguanli/index.vue

@@ -121,7 +121,7 @@
                     <!-- @click="isac(item)" -->
                     <div v-if="isshoe"  :class=" item.isnum ==true ? 'ingwe' :'' " style="position: relative; background-color: #fff;box-shadow: 0px 0px 10px 0px #CDCDCD;border-radius: 4px;margin-bottom: 10px;">
                      <div class="carlist houselist" @click="isac(item)">
-                     	<div class="ctop flexc">
+                     	<div class="ctop flexc" style="align-items: center;">
                      		<img src="../../../assets/images/icon_fwgl_yz.png" class="imgs" />
                      		<!-- <image src="../../../assets/images/icon_fwgl_zhs.png" class="imgs" v-if="ite.type==2"></image> -->
                      		<div class="tit">{{item.communityName ==null?'暂无数据' : item.communityName}}{{item.detailedAddress ==null?'暂无数据' : item.detailedAddress}}</div>

+ 1 - 4
ruoyi-ui-wuguan/src/views/wuguan/jiankang/index.vue

@@ -318,12 +318,9 @@ export default {
     };
   },
   created() {
-    this.getList();
+    // this.getList();
   },
   mounted() {
-
-
-
   },
   beforeDestroy() {
       if (this.player) {

+ 1 - 1
ruoyi-ui-wuguan/src/views/wuguan/jiankangxingq/index.vue

@@ -289,7 +289,7 @@ export default {
     };
   },
   created() {
-    this.getList();
+    // this.getList();
   },
   mounted() {
 

+ 2 - 1
ruoyi-ui-wuguan/src/views/wuguan/news/index.vue

@@ -169,13 +169,13 @@
           <el-button
             size="mini"
             type="text"
+            style="color: #46CB99;"
             @click="handleUpdate(scope.row)"
             v-hasPermi="['wuYe:news:edit']"
           >修改</el-button>
           <el-button
             size="mini"
             type="text"
-            style="color: #46CB99;"
             @click="handleUpdatef(scope.row)"
           >查看</el-button>
           <!-- <el-button
@@ -476,6 +476,7 @@ export default {
       });
     },
     handleUpdatef(row) {
+      this.openc = false
       this.$router.push({
         path: '/wuguan/newxq',
         query: {

+ 21 - 20
ruoyi-ui-wuguan/src/views/wuguan/renyuan/index.vue

@@ -36,17 +36,19 @@
                   </el-form-item>
               </el-col>
               <el-col :span="8">
-                <el-form-item label="性别" prop="residentGender">
-                        <el-select v-model="queryParams.residentGender" placeholder="请选择性别" clearable>
-                                  <el-option
-                                    v-for="dict in dict.type.gender"
-                                    :key="dict.value"
-                                    :label="dict.label"
-                                    :value="dict.value"
-                                  />
-                                </el-select>
+                <el-form-item label="门牌号" prop="houseId">
+                        <el-select v-model="queryParams.houseId" placeholder="请选择门牌号" >
+                          <el-option
+                           @click.native="itneg(dict)"
+                            v-for="dict in houseInfoLise"
+                            :key="dict.houseId"
+                            :label="dict.detailedAddress"
+                            :value="dict.houseId"
+                          />
+                        </el-select>
                       </el-form-item>
               </el-col>
+
               <el-col :span="8">
                 <el-form-item label="与户主关系" prop="residentRelationship">
                         <el-select v-model="queryParams.residentRelationship" placeholder="请选择居住人员与户主" clearable>
@@ -62,16 +64,15 @@
             </el-col>
             <el-col :span="24">
               <el-col :span="8">
-                <el-form-item label="门牌号" prop="houseId">
-                        <el-select v-model="queryParams.houseId" placeholder="请选择门牌号" >
-                          <el-option
-                           @click.native="itneg(dict)"
-                            v-for="dict in houseInfoLise"
-                            :key="dict.houseId"
-                            :label="dict.detailedAddress"
-                            :value="dict.houseId"
-                          />
-                        </el-select>
+                <el-form-item label="性别" prop="residentGender">
+                        <el-select v-model="queryParams.residentGender" placeholder="请选择性别" clearable>
+                                  <el-option
+                                    v-for="dict in dict.type.gender"
+                                    :key="dict.value"
+                                    :label="dict.label"
+                                    :value="dict.value"
+                                  />
+                                </el-select>
                       </el-form-item>
               </el-col>
               <el-col :span="8">
@@ -149,7 +150,7 @@
                         <!-- <img src="../../../assets/images/pic_htgl_rygl_yhlx_zh.png" alt="" style="position: absolute;top:5px;right: 0;"> -->
                       </div>
                       <div class="goe renyuangs" style="padding: 0 20px;">
-                        <p>房&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;屋&ensp;&ensp;号:{{item.detailedAddress == null?'暂无数据' : item.detailedAddress}}</p>
+                        <p>{{"房\u2002屋\u2002号:"}}{{item.detailedAddress == null?'暂无数据' : item.detailedAddress}}</p>
                         <p>
                           联系方式:{{item.residentPhone == null?'暂无数据' : item.residentPhone}}
                         </p>

+ 2 - 2
ruoyi-ui-wuguan/src/views/wuguan/reservRecord/index.vue

@@ -142,14 +142,14 @@
           <el-button
             size="mini"
             type="text"
-            icon="el-icon-edit"
             @click="handleUpdate(scope.row)"
+            style="color: #28C529;"
             v-hasPermi="['wuYe:reservRecord:edit']"
           >修改</el-button>
           <el-button
             size="mini"
             type="text"
-            icon="el-icon-delete"
+            style="color: red;"
             @click="handleDelete(scope.row)"
             v-hasPermi="['wuYe:reservRecord:remove']"
           >删除</el-button>

+ 4 - 3
ruoyi-ui-wuguan/src/views/wuguan/suggestion/index.vue

@@ -104,7 +104,6 @@
       </el-col>
       <right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
     </el-row>
-
     <el-table :max-height="tableMaxHeight" v-loading="loading" :data="suggestionList" @selection-change="handleSelectionChange">
       <el-table-column type="selection" width="55" align="center" />
       <el-table-column label="标题" align="center" prop="title" />
@@ -150,6 +149,7 @@
             size="mini"
             type="text"
             v-if="scope.row.status == 2"
+            style="color: #28C529;"
             @click="handleUpdate(scope.row)"
           >查看回复</el-button>
           <el-button
@@ -157,6 +157,7 @@
             type="text"
             @click="handleDelete(scope.row)"
             v-hasPermi="['wuYe:suggestion:remove']"
+            style="color: red;"
           >删除</el-button>
         </template>
       </el-table-column>
@@ -391,14 +392,14 @@ export default {
       }, `suggestion_${new Date().getTime()}.xlsx`)
     },
     handleStatusChange(row) {
-      let text = row.status === "Y" ? "启用" : "停用";
+      let text = row.isPublic === "Y" ? "启用" : "停用";
       var that = this
       this.$modal.confirm('确认要"' + text + '"吗?').then(function() {
          that.getti(row);
       }).then(() => {
         this.$modal.msgSuccess(text + "成功");
       }).catch(function() {
-        row.status = row.status === "Y" ? "N" : "Y";
+        row.isPublic = row.isPublic === "Y" ? "N" : "Y";
       });
     },
     // 获取屏幕高度

+ 7 - 6
ruoyi-ui-wuguan/src/views/wuguan/weitingchel/index.vue

@@ -56,10 +56,10 @@
                       </el-form-item>
               </el-col>
               <el-col :span="8">
-                <el-form-item label="车辆类型" prop="carType">
-                        <el-select v-model="queryParams.carType" placeholder="请选择车辆类型 1:小区车辆 2:外来车辆" clearable>
+                <el-form-item label="黑名单" prop="isBlack">
+                        <el-select v-model="queryParams.isBlack" placeholder="请选择是否黑名单" clearable>
                           <el-option
-                            v-for="dict in dict.type.car_type"
+                            v-for="dict in dict.type.sys_yes_no"
                             :key="dict.value"
                             :label="dict.label"
                             :value="dict.value"
@@ -68,10 +68,10 @@
                       </el-form-item>
               </el-col>
               <el-col :span="8">
-                <el-form-item label="黑名单" prop="isBlack">
-                        <el-select v-model="queryParams.isBlack" placeholder="请选择是否黑名单" clearable>
+                <el-form-item label="车辆类型" prop="carType">
+                        <el-select v-model="queryParams.carType" placeholder="请选择车辆类型 1:小区车辆 2:外来车辆" clearable>
                           <el-option
-                            v-for="dict in dict.type.sys_yes_no"
+                            v-for="dict in dict.type.car_type"
                             :key="dict.value"
                             :label="dict.label"
                             :value="dict.value"
@@ -79,6 +79,7 @@
                         </el-select>
                       </el-form-item>
               </el-col>
+
             </el-col>
           </el-row>
           <el-form-item class="butt bnjle">

+ 1 - 1
ruoyi-ui-wuguan/src/views/wuguan/wuyefeigl/index.vue

@@ -110,7 +110,7 @@
                  </el-col>
               </el-row>
               <div>
-                <div style="background: #F1F6FF;border-radius: 6px;border: 1px solid #196CFF;padding: 16px 42px; display: flex;justify-content: space-around;margin-top: 20px;">
+                <div style="background: #F1F6FF;border-radius: 6px;border: 1px solid #196CFF;padding: 16px 42px; display: flex;justify-content: space-around;margin-top: 20px;margin-bottom: 10px;">
                    <div style="display: flex;justify-content: space-between;flex: 1; padding-right: 50px;">
                      <div class="bottekq">
                        <p>已缴物业费/元</p>

+ 2 - 2
ruoyi-ui-wuguan/src/views/wuguan/yezhuchel/index.vue

@@ -386,7 +386,7 @@ export default {
     handleAdd() {
       this.reset();
       this.open = true;
-      this.title = "添加房屋车辆";
+      this.title = "添加车辆信息";
     },
     /** 修改按钮操作 */
     handleUpdate(row) {
@@ -395,7 +395,7 @@ export default {
            getCar(carId).then(response => {
              this.form = response.data;
              this.open = true;
-             this.title = "修改房屋车辆";
+             this.title = "修改车辆信息";
            });
     },
     /** 提交按钮 */