|
|
|
@ -97,7 +97,7 @@ |
|
|
|
style="width: 100%;" |
|
|
|
:height="maxTableHeight" |
|
|
|
> |
|
|
|
<el-table-column label="序号" type="index" align="center" width="50" /> |
|
|
|
<el-table-column label="序号" type="index" align="center" width="50" /> |
|
|
|
<el-table-column prop="name" width="110" label="姓名" align="center" :show-overflow-tooltip="true" /> |
|
|
|
<el-table-column prop="mobile" label="手机号" width="210" align="center" :show-overflow-tooltip="true"></el-table-column> |
|
|
|
<el-table-column prop="idCard" align="center" label="证件号" :show-overflow-tooltip="true"></el-table-column> |
|
|
|
@ -201,7 +201,7 @@ export default { |
|
|
|
pieInitState2: false, |
|
|
|
pieOption: [], |
|
|
|
pieOption2: [], |
|
|
|
color: ['#3C94FE', '#A17AFA', '#A19FFF', '#22C1C3', '#6FC364', '#F0D915', '#FEB349', '#FE6252', '#F44230', '#5DC7F0'], |
|
|
|
color: ['#3C94FE', '#F0D915', '#6FC364', '#FEB349', '#F44230', '#A17AFA', '#22C1C3', '#A19FFF', '#FE6252', '#5DC7F0'], |
|
|
|
chartData: [], |
|
|
|
chartData2: [], |
|
|
|
pieData: [], |
|
|
|
@ -246,6 +246,7 @@ export default { |
|
|
|
else this.formData[n] = ''; |
|
|
|
} |
|
|
|
this.orgType = ''; |
|
|
|
this.handleSearch(); |
|
|
|
}, |
|
|
|
show(row) { |
|
|
|
this.dialogVisible = true; |
|
|
|
@ -758,8 +759,8 @@ export default { |
|
|
|
cursor: pointer; |
|
|
|
min-width: 100px; |
|
|
|
display: flex; |
|
|
|
margin-top: 10px; |
|
|
|
margin-bottom: 10px; |
|
|
|
margin-top: 10px; |
|
|
|
margin-bottom: 10px; |
|
|
|
margin-right: 25px; |
|
|
|
width: 160px; |
|
|
|
.kuai { |
|
|
|
@ -840,7 +841,9 @@ export default { |
|
|
|
} |
|
|
|
.div_table { |
|
|
|
padding: 30px !important; |
|
|
|
.table{margin-top: 16px!important;} |
|
|
|
.table { |
|
|
|
margin-top: 16px !important; |
|
|
|
} |
|
|
|
} |
|
|
|
.div_table_title { |
|
|
|
margin-top: -10px; |
|
|
|
@ -881,5 +884,4 @@ export default { |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
</style> |
|
|
|
|