diff --git a/src/components/AreaMap/index.vue b/src/components/AreaMap/index.vue
index adf08e9..8d634dd 100644
--- a/src/components/AreaMap/index.vue
+++ b/src/components/AreaMap/index.vue
@@ -212,7 +212,7 @@ export default {
diff --git a/src/views/system/area/index.vue b/src/views/system/area/index.vue
index 2ad2bd0..2ff9d18 100644
--- a/src/views/system/area/index.vue
+++ b/src/views/system/area/index.vue
@@ -65,16 +65,16 @@
-
+
去设置
-
-
-
+
+
+
修改
+
+
+ 修改
+
修改电子围栏
-
+
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
-
+
@@ -149,39 +160,39 @@
+ style="width: 90px" @change="provinceChange($event)">
+ style="width: 100px" @change="cityChange($event)">
+ style="width: 100px">
-
-
-
-
-
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
@@ -217,7 +228,7 @@
-
+
@@ -229,7 +240,7 @@
-
+
@@ -241,7 +252,7 @@
-
+
@@ -250,7 +261,7 @@
-
+
@@ -288,7 +299,7 @@
-
+
@@ -410,7 +421,7 @@ import { deptTreeSelect } from '@/api/system/user'
export default {
name: "Area",
dicts: ['et_operating_area_status', 'et_operating_area_time', 'et_business_switch'],
- components: { AreaMap,Treeselect },
+ components: { AreaMap, Treeselect },
data() {
return {
// 遮罩层
@@ -474,7 +485,7 @@ export default {
};
},
created() {
- console.log("当前用户信息:",this.$store.state.user.name)
+ console.log("当前用户信息:", this.$store.state.user.name)
this.userName = this.$store.state.user.name;
this.getList();
this.getDeptTree();
@@ -514,8 +525,8 @@ export default {
this.deptOptions = response.data;
});
},
- handleClose(){
- this.open=false
+ handleClose() {
+ this.open = false
this.loading = false
},
handleStatusChange(row) {
@@ -624,7 +635,7 @@ export default {
cityList: [],
countyList: [],
ruleIds: [],
- areaOutOutage: true ,
+ areaOutOutage: true,
parkingOutDispatch: true,
areaOutDispatch: true,
noRidingOutage: true,
@@ -689,10 +700,10 @@ export default {
this.open = true;
this.title = "修改运营区";
this.key++;
- console.log('this.form.areaId=================',this.form.areaId)
- console.log('this.form.deptId=================',this.form.deptId)
+ console.log('this.form.areaId=================', this.form.areaId)
+ console.log('this.form.deptId=================', this.form.deptId)
- listFee({areaId:this.form.areaId}).then(response => {
+ listFee({ areaId: this.form.areaId }).then(response => {
this.ruleOptions = response.rows;
this.open = true;
this.title = "修改运营区";
@@ -722,7 +733,7 @@ export default {
// 将 rest 对象中的属性赋值给 data
let data = { ...rest };
- console.log("this.form=================",data)
+ console.log("this.form=================", data)
data.customService = data.customService ? "1" : "0";
data.areaOutOutage = data.areaOutOutage ? "1" : "0";
data.parkingOutDispatch = data.parkingOutDispatch ? "1" : "0";
@@ -734,7 +745,7 @@ export default {
data.areaOutReturn = data.areaOutReturn ? "1" : "0";
data.isDepositDeduction = data.isDepositDeduction ? "1" : "0";
data.returnVerify = data.returnVerify ? "1" : "0";
- if(data.isDepositDeduction === '1' && data.returnVerify === '1'){
+ if (data.isDepositDeduction === '1' && data.returnVerify === '1') {
this.$modal.msgError("押金抵扣和拍照审核不能同时开启");
return
}
@@ -763,7 +774,7 @@ export default {
this.$refs["form"].validate(valid => {
if (valid) {
if (this.form.areaId != null) {
- updateArea2({areaId:this.form.areaId,boundary:this.form.boundary,boundaryStr:this.form.boundaryStr}).then(response => {
+ updateArea2({ areaId: this.form.areaId, boundary: this.form.boundary, boundaryStr: this.form.boundaryStr }).then(response => {
this.$modal.msgSuccess("修改成功");
this.open = false;
this.mapopen = false
@@ -803,6 +814,7 @@ export default {
.el-dialog:not(.is-fullscreen) {
margin-top: 2vh !important;
}
+
.el-upload--picture-card {
width: 60px !important;
height: 60px !important;