|
|
|
@ -69,7 +69,7 @@
|
|
|
|
|
v-loading="loading"
|
|
|
|
|
:data="tableData"
|
|
|
|
|
border
|
|
|
|
|
height="300"
|
|
|
|
|
height="43vh"
|
|
|
|
|
:stripe="false"
|
|
|
|
|
>
|
|
|
|
|
<el-table-column type="selection" width="35" align="center" />
|
|
|
|
@ -89,7 +89,7 @@
|
|
|
|
|
{{ scope.row.bah || scope.row.pzrq }}
|
|
|
|
|
</template>
|
|
|
|
|
</el-table-column>
|
|
|
|
|
<el-table-column :label="A3" align="center" width="230">
|
|
|
|
|
<el-table-column :label="A3" align="center" width="240">
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
{{ scope.row.qy || scope.row.sf }}
|
|
|
|
|
</template>
|
|
|
|
@ -372,6 +372,9 @@ export default {
|
|
|
|
|
padding: 15px 20px;
|
|
|
|
|
}
|
|
|
|
|
::v-deep.el-table--medium .el-table__cell {
|
|
|
|
|
padding: 2.53px 0;
|
|
|
|
|
padding: 5.3px 0;
|
|
|
|
|
}
|
|
|
|
|
::v-deep .el-table {
|
|
|
|
|
overflow: auto;
|
|
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
|