fix(测试用例): 评审详情-多个评审人展示不全

--bug=1048352 --user=吕梦园
https://www.tapd.cn/55049933/bugtrace/bugs/view/1155049933001048352
This commit is contained in:
teukkk 2024-11-25 18:02:34 +08:00 committed by 刘瑞斌
parent 22f95f84a5
commit 75b73c6152

View File

@ -905,10 +905,6 @@
const disableKey = (attrs?.rowSelectionDisabledConfig as MsTableRowSelectionDisabledConfig)?.disabledKey;
return disableKey ? record[disableKey] : false;
}
onMounted(async () => {
await initColumn();
batchLeft.value = getBatchLeft();
});
function hasSelectedFilter(item: MsTableColumnData) {
if (item.filterConfig && item.dataIndex) {
@ -962,6 +958,12 @@
});
};
onMounted(async () => {
await initColumn();
updateAllTagVisibility();
batchLeft.value = getBatchLeft();
});
function columnResize(dataIndex: string) {
if (dataIndex) {
updateAllTagVisibility();