Merge branch 'develop' into devTee
This commit is contained in:
commit
82593ccc94
2 changed files with 10 additions and 1 deletions
|
|
@ -52,7 +52,16 @@ const chechCommandCode = computed(() => {
|
||||||
"C-PM-02",
|
"C-PM-02",
|
||||||
"C-PM-03",
|
"C-PM-03",
|
||||||
"C-PM-04",
|
"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-29",
|
||||||
|
"C-PM-38",
|
||||||
|
"C-PM-39",
|
||||||
];
|
];
|
||||||
if (listCommandCode.includes(props.commandCode)) {
|
if (listCommandCode.includes(props.commandCode)) {
|
||||||
return true;
|
return true;
|
||||||
|
|
|
||||||
|
|
@ -100,7 +100,7 @@ const columns = ref<QTableProps["columns"]>([
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "isCondition",
|
name: "isCondition",
|
||||||
align: "left",
|
align: "center",
|
||||||
label: "ตำแหน่งติดเงื่อนไข",
|
label: "ตำแหน่งติดเงื่อนไข",
|
||||||
sortable: false,
|
sortable: false,
|
||||||
field: "isCondition",
|
field: "isCondition",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue