fix(测试用例): 评审详情-多个评审人展示不全
--bug=1048352 --user=吕梦园 https://www.tapd.cn/55049933/bugtrace/bugs/view/1155049933001048352
This commit is contained in:
parent
22f95f84a5
commit
75b73c6152
|
@ -905,10 +905,6 @@
|
||||||
const disableKey = (attrs?.rowSelectionDisabledConfig as MsTableRowSelectionDisabledConfig)?.disabledKey;
|
const disableKey = (attrs?.rowSelectionDisabledConfig as MsTableRowSelectionDisabledConfig)?.disabledKey;
|
||||||
return disableKey ? record[disableKey] : false;
|
return disableKey ? record[disableKey] : false;
|
||||||
}
|
}
|
||||||
onMounted(async () => {
|
|
||||||
await initColumn();
|
|
||||||
batchLeft.value = getBatchLeft();
|
|
||||||
});
|
|
||||||
|
|
||||||
function hasSelectedFilter(item: MsTableColumnData) {
|
function hasSelectedFilter(item: MsTableColumnData) {
|
||||||
if (item.filterConfig && item.dataIndex) {
|
if (item.filterConfig && item.dataIndex) {
|
||||||
|
@ -962,6 +958,12 @@
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
onMounted(async () => {
|
||||||
|
await initColumn();
|
||||||
|
updateAllTagVisibility();
|
||||||
|
batchLeft.value = getBatchLeft();
|
||||||
|
});
|
||||||
|
|
||||||
function columnResize(dataIndex: string) {
|
function columnResize(dataIndex: string) {
|
||||||
if (dataIndex) {
|
if (dataIndex) {
|
||||||
updateAllTagVisibility();
|
updateAllTagVisibility();
|
||||||
|
|
Loading…
Reference in New Issue