Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
digital-construction
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
张牧越
digital-construction
Commits
5889c586
Commit
5889c586
authored
Jun 19, 2023
by
张牧越
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
styleFix
parent
f86c64ea
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
32 additions
and
19 deletions
+32
-19
.env.development
.env.development
+2
-1
.env.production
.env.production
+2
-2
Index.vue
src/components/construction/Index.vue
+21
-9
WarningDialog.vue
src/components/earlywarning/WarningDialog.vue
+7
-7
No files found.
.env.development
View file @
5889c586
NODE_ENV = "development"
Mock: true
VUE_APP_API_URL = "http://192.168.0.123:8002/"
VUE_APP_API_URL = "http://qjwl.ythplan.com/"
# VUE_APP_API_URL = "http://192.168.0.165:8002/"
.env.production
View file @
5889c586
NODE_ENV = "production"
Mock: false
# VUE_APP_API_URL = "http://qjwl.ythplan.com/"
VUE_APP_API_URL = "http://192.168.0.123:8002/"
\ No newline at end of file
VUE_APP_API_URL = "http://qjwl.ythplan.com/"
# VUE_APP_API_URL = "http://192.168.0.165:8002/"
\ No newline at end of file
src/components/construction/Index.vue
View file @
5889c586
...
...
@@ -459,7 +459,6 @@ export default {
this
.
progressDetail
.
progress_data
.
splice
(
insertIndex
,
0
,
{
over_date
:
this
.
getTime
(),
status_text
:
"当前进度"
,
type
:
"wait"
,
name
:
"当时日期"
,
});
}
...
...
@@ -977,9 +976,10 @@ table {
#scroll-container::-webkit-scrollbar {
display: inline !important;
}
::v-deep .el-step.wait {
.el-step__icon {
.el-steps {
::v-deep .el-step.wait {
.el-step__icon,
.el-step__line {
border-color: #ffb81e !important;
}
.step-status,
...
...
@@ -987,7 +987,19 @@ table {
.step-title {
color: #ffb81e !important;
}
::v-deep .el-step__head.is-success {
color: #ffb81e !important;
border-color: #ffb81e !important;
}
::v-deep .el-step__line {
::v-deep .el-step__line-inner {
border-color: #ffb81e !important;
}
}
}
}
::v-deep .el-step.success {
.step-status,
.step-description,
...
...
src/components/earlywarning/WarningDialog.vue
View file @
5889c586
...
...
@@ -125,11 +125,11 @@
>
</div>
<div
class=
"dialog-item inline"
>
核验时间:
{{
warningDetail
.
check_
tim
e
}}
核验时间:
{{
warningDetail
.
check_
dat
e
}}
</div>
<div
class=
"dialog-item"
>
处置人员:
{{
warningDetail
.
handle_account_name
}}
<div
class=
"dialog-item"
v-if=
"warningDetail.check_status == 2"
>
指定
处置人员:
{{
warningDetail
.
handle_account_name
}}
</div>
<div
class=
"dialog-item"
>
核验描述:
{{
warningDetail
.
check_describe
}}
...
...
@@ -155,7 +155,7 @@
处置人员:{{ warningDetail.handle_account_name }}
</div>
<div
class=
"dialog-item"
>
处置时间:{{ warningDetail.handle_
create_tim
e }}
处置时间:{{ warningDetail.handle_
dat
e }}
</div>
<div
class=
"dialog-item inline"
>
处置描述:{{ warningDetail.handle_describe }}
...
...
@@ -180,7 +180,7 @@
/
<span
:style=
"
{
color: check.status
=
= 2 ? '#24F0B8' : '#FF5A56',
color: check.status
!
= 2 ? '#24F0B8' : '#FF5A56',
}"
>
{{
check
.
status_text
}}
</span
>
...
...
@@ -292,8 +292,8 @@ export default {
border-radius: 4px;
}
::v-deep .el-step.is-center .el-step__description {
padding: 0 !important;
margin: 0
15
% !important;
padding: 0
20px
!important;
margin: 0
3
% !important;
}
::v-deep .el-step__title.is-finish {
color: #67c23a !important;
...
...
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