添加检查版本开关选项

This commit is contained in:
Next
2019-12-16 00:54:24 +08:00
parent b6caa797c7
commit 0eb78550f6
2 changed files with 27 additions and 3 deletions

View File

@@ -175,6 +175,16 @@
</el-switch>
</el-col>
</el-row>
<el-row style="margin:5px 0;">
<el-col :span="12" style="text-align:left;padding-top:7px;padding-left:5px;">
检查版本
</el-col>
<el-col :span="12">
<el-switch style="margin: 5px;" v-model="isCheckVersion" @change="handleChangeCheckVersion"
active-color="#0099ff" inactive-color="gray">
</el-switch>
</el-col>
</el-row>
<el-row style="margin:5px 0;">
<el-col :span="12" style="text-align:left;padding-top:7px;padding-left:5px;">
源码