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 c409b3c..4e7e41a 100644
--- a/src/views/system/area/index.vue
+++ b/src/views/system/area/index.vue
@@ -12,8 +12,12 @@
-
+ 新增
+
+
-
+
去设置
-
-
-
+
+
+
- 修改
+
+
+
+ 修改
+
修改电子围栏
-
+
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
-
+
@@ -149,39 +165,39 @@
+ style="width: 90px" @change="provinceChange($event)">
+ style="width: 100px" @change="cityChange($event)">
+ style="width: 100px">
-
-
-
-
-
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
@@ -217,7 +233,7 @@
-
+
@@ -229,7 +245,7 @@
-
+
@@ -241,7 +257,7 @@
-
+
@@ -250,7 +266,7 @@
-
+
@@ -288,7 +304,7 @@
-
+
@@ -410,7 +426,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 +490,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 +530,8 @@ export default {
this.deptOptions = response.data;
});
},
- handleClose(){
- this.open=false
+ handleClose() {
+ this.open = false
this.loading = false
},
handleStatusChange(row) {
@@ -625,7 +641,7 @@ export default {
cityList: [],
countyList: [],
ruleIds: [],
- areaOutOutage: true ,
+ areaOutOutage: true,
parkingOutDispatch: true,
areaOutDispatch: true,
noRidingOutage: true,
@@ -690,10 +706,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 = "修改运营区";
@@ -723,7 +739,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";
@@ -735,7 +751,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
}
@@ -805,6 +821,7 @@ export default {
.el-dialog:not(.is-fullscreen) {
margin-top: 2vh !important;
}
+
.el-upload--picture-card {
width: 60px !important;
height: 60px !important;