เเก้ไขปุ่มจะกดไม่ได้ถ้าไม่ได้เข้า issue ก่อน

This commit is contained in:
Net 2024-02-16 16:20:19 +07:00
parent aa9b5189d1
commit 51dedb62f5

View file

@ -323,6 +323,7 @@ const onLoad = (async (_: any, done: any) => {
placeholder="Aa"
v-model="content"
id="message"
:disable="store.currentIssue ? false : true"
>
</q-input>
</div>
@ -336,6 +337,7 @@ const onLoad = (async (_: any, done: any) => {
}
}
"
:disable="store.currentIssue ? false : true"
flat
class="col-2"
style="color: #009789"