Merge remote-tracking branch 'origin/develop' into local-test
All checks were successful
CI / Docker-Build (push) Successful in 3m41s
All checks were successful
CI / Docker-Build (push) Successful in 3m41s
This commit is contained in:
commit
ea0f1a1781
@ -74,17 +74,17 @@
|
|||||||
<q-input
|
<q-input
|
||||||
outlined
|
outlined
|
||||||
class="q-mt-md"
|
class="q-mt-md"
|
||||||
readonly
|
|
||||||
autogrow
|
autogrow
|
||||||
v-model="transponderModel.fixedUserTelegram"
|
v-model="transponderModel.fixedUserTelegram"
|
||||||
|
@blur="onUpdate"
|
||||||
label="固定用户报文"
|
label="固定用户报文"
|
||||||
/>
|
/>
|
||||||
<q-input
|
<q-input
|
||||||
outlined
|
outlined
|
||||||
class="q-mt-md"
|
class="q-mt-md"
|
||||||
readonly
|
|
||||||
autogrow
|
autogrow
|
||||||
v-model="transponderModel.fixedTelegram"
|
v-model="transponderModel.fixedTelegram"
|
||||||
|
@blur="onUpdate"
|
||||||
label="固定报文"
|
label="固定报文"
|
||||||
/>
|
/>
|
||||||
<q-field class="q-mt-md" outlined label="关联区段" readonly stack-label>
|
<q-field class="q-mt-md" outlined label="关联区段" readonly stack-label>
|
||||||
|
Loading…
Reference in New Issue
Block a user