Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Y
yindong-tongbai-automation
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lichunliang
yindong-tongbai-automation
Commits
9d38b960
Commit
9d38b960
authored
Jul 15, 2025
by
xinzhedeai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add: 4、后台提升实时数据,运行状态 改成状态开,状态关
5、后台登录名称改成,桐柏银洞坡金矿自动化
parent
928b6033
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
index.vue
src/views/hoistSys/realtimeDataofHoist/index.vue
+1
-1
login.vue
src/views/login.vue
+1
-1
No files found.
src/views/hoistSys/realtimeDataofHoist/index.vue
View file @
9d38b960
...
@@ -38,7 +38,7 @@
...
@@ -38,7 +38,7 @@
<el-table-column
label=
"状态"
align=
"center"
prop=
"value"
>
<el-table-column
label=
"状态"
align=
"center"
prop=
"value"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<el-tag
:type=
"scope.row.value == '1' ? 'success' : 'danger'"
>
<el-tag
:type=
"scope.row.value == '1' ? 'success' : 'danger'"
>
{{
scope
.
row
.
value
==
"
1
"
?
"
正常
"
:
"
异常
"
}}
{{
scope
.
row
.
value
==
"
1
"
?
"
开
"
:
"
关
"
}}
</el-tag>
</el-tag>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
...
...
src/views/login.vue
View file @
9d38b960
<
template
>
<
template
>
<div
class=
"login"
>
<div
class=
"login"
>
<el-form
ref=
"loginForm"
:model=
"loginForm"
:rules=
"loginRules"
class=
"login-form"
>
<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-form-item
prop=
"username"
>
<el-input
<el-input
v-model=
"loginForm.username"
v-model=
"loginForm.username"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment