This commit is contained in:
asd
2020-05-25 16:19:39 +08:00
parent e01d30a77f
commit 4e0024a45c
21 changed files with 963 additions and 776 deletions

View File

@@ -65,7 +65,7 @@
:class="index % 2 == 0 ? 'bgcbz' : 'bgcz'"
class="tr"
>
<td @click="$jP('socialcredit',{id:info.id})" class="orgname">{{ info.name }}</td>
<td :title="info.name" style="width:266px;margin:0 auto;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;" @click="$jP('socialcredit',{id:info.id})" class="orgname">{{ info.name }}</td>
<td>{{ info.unicode }}</td>
<td>{{ info.society_type }}</td>
<td>{{ info.legal_person }}</td>
@@ -313,7 +313,7 @@ export default {
},
handleSizeChange (val) {
this.pageSize = val
this.getPackData()
this.getData()
},
handleCurrentChange (val) {
this.currentPage = val