เเก้ไขปุ่มจะกดไม่ได้ถ้าไม่ได้เข้า 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"
|
placeholder="Aa"
|
||||||
v-model="content"
|
v-model="content"
|
||||||
id="message"
|
id="message"
|
||||||
|
:disable="store.currentIssue ? false : true"
|
||||||
>
|
>
|
||||||
</q-input>
|
</q-input>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -336,6 +337,7 @@ const onLoad = (async (_: any, done: any) => {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
"
|
"
|
||||||
|
:disable="store.currentIssue ? false : true"
|
||||||
flat
|
flat
|
||||||
class="col-2"
|
class="col-2"
|
||||||
style="color: #009789"
|
style="color: #009789"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue