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