修改数据维修确认模式问题
This commit is contained in:
parent
816f58e29a
commit
199dd3ddb4
@ -13,8 +13,8 @@
|
||||
<div class="name">维修数据确认模式</div>
|
||||
<div class="boxView">
|
||||
<el-radio-group :size="size" v-model="mail.is_auto_repair">
|
||||
<el-radio :value="false">手动确认</el-radio>
|
||||
<el-radio :value="true">自动确认</el-radio>
|
||||
<el-radio label="false">手动确认</el-radio>
|
||||
<el-radio label="true">自动确认</el-radio>
|
||||
</el-radio-group>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user