bug
This commit is contained in:
		| @@ -72,7 +72,7 @@ | ||||
|                 <h2>户主信息列表</h2> | ||||
|               </div> | ||||
|               <el-input | ||||
|                class="search-input" | ||||
|                 class="search-input" | ||||
|                 size="mini" | ||||
|                 placeholder="请输入姓名/身份证号" | ||||
|                 v-model="name" | ||||
| @@ -307,6 +307,12 @@ | ||||
|       height: 380px; | ||||
|       margin-top: 20px; | ||||
|  | ||||
|       ::v-deep { | ||||
|         .el-icon-circle-close { | ||||
|           display: inline-block!important; | ||||
|         } | ||||
|       } | ||||
|  | ||||
|       .tree-container { | ||||
|         & > span { | ||||
|           display: block; | ||||
|   | ||||
| @@ -272,7 +272,7 @@ export default { | ||||
|     voteConfigs() { | ||||
|       return [ | ||||
|         {label: "人员姓名", prop: "userName", align: 'center'}, | ||||
|         {label: "投票选项", prop: "myVote", dict: "ThreeMeetingVoteItem", formart: v => v ? (v === '1' ? '同意' : '不同意') : '-' }, | ||||
|         {label: "投票选项", prop: "myVote", formart: v => v ? (v === '1' ? '同意' : '不同意') : '-' }, | ||||
|         {label: "投票时间", prop: "voteTime"}, | ||||
|       ] | ||||
|     }, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user