Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
template_vue
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
杨硕
template_vue
Commits
8e8a3e90
Commit
8e8a3e90
authored
Mar 12, 2024
by
高宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化代码 状态问题
parent
86dc1504
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
51 additions
and
163 deletions
+51
-163
templateFirst.vue
src/views/template/templateFirst.vue
+51
-163
No files found.
src/views/template/templateFirst.vue
View file @
8e8a3e90
...
@@ -2276,22 +2276,45 @@ export default {
...
@@ -2276,22 +2276,45 @@ export default {
return
(
this
.
controlsForm
.
approveStatus
===
'3'
&&
this
.
controlsForm
.
controls
===
'2'
)
?
true
:
false
return
(
this
.
controlsForm
.
approveStatus
===
'3'
&&
this
.
controlsForm
.
controls
===
'2'
)
?
true
:
false
},
},
radioText
()
{
radioText
()
{
return
this
.
inspectInfoList
.
jcResult
===
'1'
?
'合格'
:
'不合格'
if
(
this
.
inspectInfoList
.
jcResult
&&
this
.
inspectInfoList
.
jcResult
!==
undefined
&&
this
.
inspectInfoList
.
jcResult
!==
''
)
{
return
this
.
inspectInfoList
.
jcResult
===
'1'
?
'合格'
:
'不合格'
}
else
{
return
''
}
},
},
radioTextClass
()
{
radioTextClass
()
{
return
this
.
inspectInfoList
.
jcResult
===
'1'
?
'blueText'
:
'redText'
return
this
.
inspectInfoList
.
jcResult
===
'1'
?
'blueText'
:
'redText'
},
},
ThirdOneradioText
()
{
ThirdOneradioText
()
{
return
this
.
inspectJbAl2o3List
.
firstHdRes
===
'1'
?
'合格'
:
'不合格'
if
(
this
.
inspectJbAl2o3List
.
firstHdRes
&&
this
.
inspectJbAl2o3List
.
firstHdRes
!==
undefined
&&
this
.
inspectJbAl2o3List
.
firstHdRes
!==
''
)
{
return
this
.
inspectJbAl2o3List
.
firstHdRes
===
'1'
?
'合格'
:
'不合格'
}
else
{
return
''
}
},
},
ThirdTwoRadioText
()
{
ThirdTwoRadioText
()
{
return
this
.
inspectJbAl2o3List
.
wxRes
===
'1'
?
'合格'
:
'不合格'
if
(
this
.
inspectJbAl2o3List
.
wxRes
&&
this
.
inspectJbAl2o3List
.
wxRes
!==
undefined
&&
this
.
inspectJbAl2o3List
.
wxRes
!==
''
)
{
return
this
.
inspectJbAl2o3List
.
wxRes
===
'1'
?
'合格'
:
'不合格'
}
else
{
return
''
}
},
},
ThirdThreeRadioText
()
{
ThirdThreeRadioText
()
{
return
this
.
inspectJbAl2o3List
.
cyRes
===
'1'
?
'合格'
:
'不合格'
if
(
this
.
inspectJbAl2o3List
.
cyRes
&&
this
.
inspectJbAl2o3List
.
cyRes
!==
undefined
&&
this
.
inspectJbAl2o3List
.
cyRes
!==
''
)
{
return
this
.
inspectJbAl2o3List
.
cyRes
===
'1'
?
'合格'
:
'不合格'
}
else
{
return
''
}
},
},
ThirdFourRadioText
()
{
ThirdFourRadioText
()
{
return
this
.
inspectJbAl2o3List
.
finalRes
===
'1'
?
'合格'
:
'不合格'
if
(
this
.
inspectJbAl2o3List
.
finalRes
&&
this
.
inspectJbAl2o3List
.
finalRes
!==
undefined
&&
this
.
inspectJbAl2o3List
.
finalRes
!==
''
)
{
return
this
.
inspectJbAl2o3List
.
finalRes
===
'1'
?
'合格'
:
'不合格'
}
else
{
return
''
}
},
},
ThirdOneRadioTextClass
()
{
ThirdOneRadioTextClass
()
{
return
this
.
inspectJbAl2o3List
.
firstHdRes
===
'1'
?
'ThirdOneBlueText'
:
'ThirdOneRedText'
return
this
.
inspectJbAl2o3List
.
firstHdRes
===
'1'
?
'ThirdOneBlueText'
:
'ThirdOneRedText'
...
@@ -4713,32 +4736,6 @@ export default {
...
@@ -4713,32 +4736,6 @@ export default {
}
}
}
}
//.recordTwoBottom{
// display: flex;
// padding-bottom: 2%;
// padding-left: 1%;
// justify-content: space-between;
// width: 77%;
// .recordTwoBottomMax{
// width: 130px;
// font-size: 14px;
// font-family: Microsoft YaHei, Microsoft YaHei-400;
// font-weight: 400;
// }
// .recordTwoBottomMini{
// width: 130px;
// font-size: 14px;
// font-family: Microsoft YaHei, Microsoft YaHei-400;
// font-weight: 400;
// }
// .recordTwoBottomAverage{
// width: 130px;
// font-size: 14px;
// font-family: Microsoft YaHei, Microsoft YaHei-400;
// font-weight: 400;
// }
//}
}
}
}
}
...
@@ -4964,147 +4961,38 @@ export default {
...
@@ -4964,147 +4961,38 @@ export default {
}
}
.threeRegion
{
.threeRegion
{
//display: flex;
.ThirdOneBlueText
{
//justify-content: space-between;
color
:
blue
;
.leftRegion
{
width
:
47%
;
.ThirdOneBlueText
{
margin-left
:
4%
;
color
:
blue
;
}
.ThirdOneRedText
{
margin-left
:
4%
;
color
:
red
;
}
.ThirdTwoBlueText
{
margin-left
:
4%
;
color
:
blue
;
}
.ThirdTwoRedText
{
margin-left
:
4%
;
color
:
red
;
}
.ThirdThreeBlueText
{
margin-left
:
4%
;
color
:
blue
;
}
.ThirdThreeRedText
{
margin-left
:
4%
;
color
:
red
;
}
.ThirdFourBlueText
{
margin-left
:
4%
;
color
:
blue
;
}
.ThirdFourRedText
{
margin-left
:
4%
;
color
:
red
;
}
.selectAlign
{
text-align
:
left
;
}
.inspectJbAlInputBody
{
margin-top
:
20px
;
//text-align: right;
}
.inspectJbAlInput
{
width
:
100%
;
min-width
:
50px
;
}
.inspectJbAlInputProject
{
width
:
100%
;
}
.inspectJbAlInputJbwq
{
width
:
100%
;
}
.radioGroupWxRes
{
margin-left
:
21px
;
}
.radioGroupCyRes
{
margin-left
:
24px
;
}
.radioGroupfinalRes
{
margin-left
:
10px
;
}
//height: 100%;
//border: 1px solid #d9d9d9;
//border-radius: 4px;
}
}
.rightRegion
{
.ThirdOneRedText
{
width
:
47%
;
color
:
red
;
}
.inspectJbAlInputBody
{
margin-top
:
20px
;
//text-align: right;
//::v-deep .el-form-item__label{
// width: 14%;
//}
}
.wxpnInspectJbAlInputBody
{
padding-top
:
1%
;
//margin-top: 20px;
//text-align: right;
::v-deep
.el-form-item__label
{
padding-left
:
5%
;
}
}
.emptyInput
{
height
:
4%
;
}
.wgLlwinspectJbAlInputBody1
{
margin-top
:
20px
;
text-align
:
right
;
::v-deep
.el-form-item__label
{
.ThirdTwoBlueText
{
padding-left
:
4%
;
color
:
blue
;
}
}
}
.wgLlwinspectJbAlInputBody
{
.ThirdTwoRedText
{
margin-top
:
20px
;
color
:
red
;
text-align
:
right
;
}
margin-top
:
6%
;
::v-deep
.el-form-item__label
{
.ThirdThreeBlueText
{
padding-left
:
4%
;
color
:
blue
;
}
}
}
.inspectJbAlInpu
t
{
.ThirdThreeRedTex
t
{
width
:
100%
;
color
:
red
;
}
}
.inspectJbAlInputJbwq
{
.ThirdFourBlueText
{
width
:
100%
;
color
:
blue
;
}
}
//height: 100%;
.ThirdFourRedText
{
//border: 1px solid #d9d9d9;
color
:
red
;
//border-radius: 4px;
}
}
}
}
}
}
...
...
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