mirror of
https://github.com/silenty4ng/k5web
synced 2025-01-07 20:33:28 +00:00
update
This commit is contained in:
parent
c0d4c26093
commit
a52f65cc5d
1 changed files with 1 additions and 2 deletions
|
@ -7,8 +7,7 @@
|
|||
<t-space direction="vertical">
|
||||
<a-radio-group v-for="item in state.showSort" v-model="state.flag[item]" type="button">
|
||||
<a-radio v-for="subItem in state.disMatrix[item]" :value="subItem[0]"
|
||||
:disabled="subItem[1]">{{
|
||||
state.disName[item].get(subItem[0]) }}</a-radio>
|
||||
:disabled="subItem[1]">{{ state.disName[item].get(subItem[0]) }}</a-radio>
|
||||
</a-radio-group>
|
||||
<a-button type="primary" @click="useFirmware">生成</a-button>
|
||||
</t-space>
|
||||
|
|
Loading…
Reference in a new issue