pages/index.vue
@@ -346,6 +346,8 @@ methods: { onRowClick(index) { this.selectedIndexs = [index]; // 单选 // 手动触发 selectionChange 以同步复选框 this.selectionChange({ detail: { index } }); }, checkForUpdate() { this.$post({ @@ -1075,7 +1077,7 @@ /* 可选:设置最大宽度,防止撑破表格 */ max-width: 180px; overflow-wrap: break-word; } }onRowClick(index) { // 放大弹窗内表格字体(表头和内容) .popup .large-selection-table,