fix:disable radio Digital
This commit is contained in:
parent
ae4e874f42
commit
6ad94b760c
1 changed files with 3 additions and 2 deletions
|
|
@ -43,7 +43,7 @@ async function fetchData() {
|
|||
? "Live"
|
||||
: data.isSignature === false
|
||||
? "Digital"
|
||||
: "";
|
||||
: "Live";
|
||||
isStatus.value = data.status;
|
||||
isDraft.value = data.isDraft;
|
||||
isSign.value = data.isSign;
|
||||
|
|
@ -174,11 +174,12 @@ onMounted(async () => {
|
|||
|
||||
<q-item tag="label" v-ripple>
|
||||
<q-item-section avatar>
|
||||
<!-- :disable="isSignature !== null || store.readonly" -->
|
||||
<q-radio
|
||||
v-model="signaturetype"
|
||||
val="Digital"
|
||||
color="primary"
|
||||
:disable="isSignature !== null || store.readonly"
|
||||
disable
|
||||
/>
|
||||
</q-item-section>
|
||||
<q-item-section>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue