1. 优化更新规则逻辑,修复更新规则失败的bug

This commit is contained in:
ngfchl
2022-08-30 13:48:25 +08:00
parent 90b18d4f48
commit 70a40841a1
2 changed files with 7 additions and 2 deletions

View File

@@ -22,6 +22,7 @@
</span>
<span style="float: right;margin-top: -10px">
{# <el-button type="primary" @click="do_refresh">刷新页面</el-button>#}
<el-button type="success" @click="do_update">更新</el-button>
<el-button type="success" @click="do_update" v-if="update">更新</el-button>
<el-button type="danger" @click="do_restart">重启</el-button>
</span>