เปิดปุ่มแก้ไขเป้ามายตามแผน ของผู้เกี่ยวข้องส่วนของโครงการะบบพัฒนา
This commit is contained in:
parent
34217aff11
commit
188d12f34b
1 changed files with 5 additions and 7 deletions
|
|
@ -791,9 +791,7 @@ onMounted(() => {
|
|||
<q-tr :props="props">
|
||||
<q-td>
|
||||
<q-btn
|
||||
v-if="
|
||||
store.projectStatus !== 'FINISH' && !checkRoutePermission
|
||||
"
|
||||
v-if="!checkRoutePermission"
|
||||
round
|
||||
flat
|
||||
color="edit"
|
||||
|
|
@ -894,8 +892,8 @@ onMounted(() => {
|
|||
v-if="!checkRoutePermission"
|
||||
round
|
||||
flat
|
||||
color="primary"
|
||||
icon="mdi-pencil-outline"
|
||||
color="edit"
|
||||
icon="edit"
|
||||
size="14px"
|
||||
@click="
|
||||
() => {
|
||||
|
|
@ -971,8 +969,8 @@ onMounted(() => {
|
|||
v-if="!checkRoutePermission"
|
||||
round
|
||||
flat
|
||||
color="primary"
|
||||
icon="mdi-pencil-outline"
|
||||
color="edit"
|
||||
icon="edit"
|
||||
size="14px"
|
||||
@click="
|
||||
() => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue