fix รายชื่อผู้สอบ ออกคำสั่ง
This commit is contained in:
parent
23dbf79067
commit
be7557abb5
2 changed files with 17 additions and 6 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue