25542
This commit is contained in:
		| @@ -372,7 +372,7 @@ | ||||
|                 </div> | ||||
|               </div> | ||||
|               <el-form-item label="现住址:" prop="currentAreaId"> | ||||
|                 <ai-area-select clearable always-show :instance="instance" v-model="baseInfo.currentAreaId" | ||||
|                 <ai-area-select clearable always-show :instance="instance" :disabled-level="disabledLevel" v-model="baseInfo.currentAreaId" | ||||
|                                 :valueLevel="4"/> | ||||
|                 <el-form-item> | ||||
|                   <el-input v-model="baseInfo.currentAddress" placeholder="详细地址" clearable/> | ||||
|   | ||||
| @@ -370,7 +370,7 @@ | ||||
|                 </div> | ||||
|               </div> | ||||
|               <el-form-item label="现住址:" prop="currentAreaId"> | ||||
|                 <ai-area-select clearable always-show :instance="instance" v-model="baseInfo.currentAreaId" | ||||
|                 <ai-area-select clearable always-show :instance="instance" :disabled-level="disabledLevel" v-model="baseInfo.currentAreaId" | ||||
|                                 :valueLevel="4"/> | ||||
|                 <el-form-item> | ||||
|                   <el-input v-model="baseInfo.currentAddress" placeholder="详细地址" clearable/> | ||||
| @@ -701,6 +701,7 @@ export default { | ||||
|         logoutDescription: "", | ||||
|         fileStatus: "1" | ||||
|       }, | ||||
|       disabledLevel: 0, | ||||
|       birthday: "", | ||||
|       rules: { | ||||
|         name: [{required: true, message: "请输入姓名", trigger: "blur"}], | ||||
| @@ -940,6 +941,7 @@ export default { | ||||
|     } | ||||
|   }, | ||||
|   created() { | ||||
|     this.disabledLevel = this.user.info.areaMap[this.user.info.areaId].length; | ||||
|     if (!this.showDetail) { | ||||
|       this.showEdit1 = true; | ||||
|       this.showEdit2 = true; | ||||
|   | ||||
| @@ -297,9 +297,4 @@ | ||||
| </script> | ||||
|  | ||||
| <style scoped lang="scss"> | ||||
| .wristband-add { | ||||
|   ::v-deep .ai-table .el-table__header tr th:first-child .cell, ::v-deep .ai-table .el-table__body tr td:first-child .cell { | ||||
|     padding: 0!important; | ||||
|   } | ||||
| } | ||||
| </style> | ||||
|   | ||||
| @@ -147,10 +147,6 @@ | ||||
|  | ||||
| <style scoped lang="scss"> | ||||
|   .statistics { | ||||
|     ::v-deep .ai-table .el-table__header tr th:first-child .cell, ::v-deep .ai-table .el-table__body tr td:first-child .cell { | ||||
|       padding: 0!important; | ||||
|     } | ||||
|  | ||||
|     * { | ||||
|       box-sizing: border-box; | ||||
|       font-weight: normal; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user