+ alt="" />
@@ -45,11 +41,10 @@
:data="data.tableData"
height="100%"
:header-cell-style="{ background: '#008FCD' }"
- :row-style="{height: '26px'}"
+ :row-style="{ height: '26px' }"
:key="tableKey"
@row-click="handleRowClick"
- class="custom-table-font"
- >
+ class="custom-table-font">
-
+
+ :align="item.align || 'center'">
+ @click.stop="item.property === 'sxt' ? openSxt() : null">
+
+
+ :align="item.align || 'center'">
@@ -98,27 +95,15 @@
prev-text="上一页"
next-text="下一页"
@current-change="handle"
- v-model:current-page="pagination.currentPage"
- />
+ v-model:current-page="pagination.currentPage" />