Commit 9d38b960 authored by xinzhedeai's avatar xinzhedeai

add: 4、后台提升实时数据,运行状态 改成状态开,状态关

5、后台登录名称改成,桐柏银洞坡金矿自动化
parent 928b6033
......@@ -38,7 +38,7 @@
<el-table-column label="状态" align="center" prop="value">
<template slot-scope="scope">
<el-tag :type="scope.row.value == '1' ? 'success' : 'danger'">
{{ scope.row.value == "1" ? "正常" : "异常" }}
{{ scope.row.value == "1" ? "" : "" }}
</el-tag>
</template>
</el-table-column>
......
<template>
<div class="login">
<el-form ref="loginForm" :model="loginForm" :rules="loginRules" class="login-form">
<h3 class="title">银洞桐柏自动化</h3>
<h3 class="title">桐柏银洞坡金矿自动化</h3>
<el-form-item prop="username">
<el-input
v-model="loginForm.username"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment