Compare commits

...

2 Commits

1 changed files with 1 additions and 1 deletions

View File

@ -331,7 +331,7 @@ const modalRecord = ref('');
const emits = defineEmits(['changeSpin', 'changeTask']);
const order = ref(0); // 0: 1: 2:
const showSortMark = (key, sort) => {
if (infoScreenData.value.sort === key && sort === order.value) {
if (infoScreenData.value.sortType === key && sort === order.value) {
return true;
}
return false;