เเก้ไขปุ่มจะกดไม่ได้ถ้าไม่ได้เข้า issue ก่อน
This commit is contained in:
parent
aa9b5189d1
commit
51dedb62f5
1 changed files with 2 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue