*
lsh
2025-06-06 c239509e6dabc82639aaab9e48cc4faf8b41fe80
src/main/webapp/views/index.html
@@ -354,6 +354,10 @@
                            label="状态">
                    </el-table-column>
                    <el-table-column
                            prop="error$"
                            label="异常">
                    </el-table-column>
                    <el-table-column
                            label="操作"
                            type="template">
                        <template slot-scope="scope">
@@ -456,7 +460,7 @@
                },
                verifyPassword(callback) {
                    this.$prompt('请输入管理员密码', '验证', {
                    this.$prompt('请输入管理员密码: root', '验证', {
                        confirmButtonText: '确定',
                        cancelButtonText: '取消',
                        inputType: 'password',