Merge branch 'develop' into devTee

This commit is contained in:
setthawutttty 2024-11-05 10:36:45 +07:00
commit 82593ccc94
2 changed files with 10 additions and 1 deletions

View file

@ -52,7 +52,16 @@ const chechCommandCode = computed(() => {
"C-PM-02",
"C-PM-03",
"C-PM-04",
"C-PM-05",
"C-PM-07",
"C-PM-08",
"C-PM-09",
"C-PM-21",
"C-PM-22",
"C-PM-24",
"C-PM-29",
"C-PM-38",
"C-PM-39",
];
if (listCommandCode.includes(props.commandCode)) {
return true;

View file

@ -100,7 +100,7 @@ const columns = ref<QTableProps["columns"]>([
},
{
name: "isCondition",
align: "left",
align: "center",
label: "ตำแหน่งติดเงื่อนไข",
sortable: false,
field: "isCondition",