fix รายชื่อผู้สอบ ออกคำสั่ง

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-02-07 15:31:40 +07:00
parent 23dbf79067
commit be7557abb5
2 changed files with 17 additions and 6 deletions

View file

@ -754,7 +754,6 @@ function onSubmitDate() {
*/
function openModalOrder(val: boolean) {
// object #e.draft == "" &&
rowsOrder.value = rows.value.filter(
(e: any) =>
(DataStore.isStaff &&
@ -1317,7 +1316,11 @@ onMounted(async () => {
? 'table_ellipsis text-blue cursor-pointer'
: 'table_ellipsis '
"
@click="props.row.refCommandNo && props.row.commandId ? onRefCommand(props.row) : null"
@click="
props.row.refCommandNo && props.row.commandId
? onRefCommand(props.row)
: null
"
>
{{ props.row.refCommandNo ? props.row.refCommandNo : "-" }}
</div>