fix(development):display btn projectStatus !== 'FINISH'
This commit is contained in:
parent
d1600281f9
commit
b0b64059f1
1 changed files with 4 additions and 4 deletions
|
|
@ -634,8 +634,9 @@ onMounted(() => {
|
|||
class="col-xs-12 col-sm-12 text-weight-medium bg-grey-1 q-py-xs q-px-md"
|
||||
>
|
||||
เป้าหมายตามแผน
|
||||
<!-- store.projectStatus !== 'FINISH' -->
|
||||
<q-btn
|
||||
v-if="store.projectStatus !== 'FINISH' && !checkRoutePermission"
|
||||
v-if="!checkRoutePermission"
|
||||
flat
|
||||
round
|
||||
dense
|
||||
|
|
@ -700,10 +701,9 @@ onMounted(() => {
|
|||
<template v-slot:body="props">
|
||||
<q-tr :props="props" class="vertical-top">
|
||||
<q-td>
|
||||
<!-- store.projectStatus !== 'FINISH' && -->
|
||||
<q-btn
|
||||
v-if="
|
||||
store.projectStatus !== 'FINISH' && !checkRoutePermission
|
||||
"
|
||||
v-if="!checkRoutePermission"
|
||||
round
|
||||
flat
|
||||
color="edit"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue