Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
GaoQuYingJiH5-ASD
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
xinzhedeai
GaoQuYingJiH5-ASD
Commits
5ef9657a
Commit
5ef9657a
authored
Jul 25, 2025
by
xinzhedeai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add:检查单拓展项展示,演练样式优化。
parent
1ff297e7
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
2 deletions
+15
-2
_check_info.html
src/_check_info.html
+2
-2
_check_info.js
src/_check_info.js
+6
-0
_peixun_yanlian.css
src/_peixun_yanlian.css
+7
-0
No files found.
src/_check_info.html
View file @
5ef9657a
...
...
@@ -20,7 +20,7 @@
<div
id=
"app"
>
<div
class=
"checklist-header"
v-cloak
>
<p
v-if=
"flag=='ADD'"
>
1.
不合格或不满足等选择“否”
的检查项,需将问题进行拍照上传,并描述问题详情。
<br
/>
1.
存在隐患
的检查项,需将问题进行拍照上传,并描述问题详情。
<br
/>
2.检查人员对管辖范围内企业安全情况负责,需如实上报。
</p>
<h5>
九小场所安全检查清单
</h5>
...
...
@@ -43,7 +43,7 @@
</van-radio-group>
<!-- 否选项扩展内容 -->
<div
v-show=
"
item.itemAnswer === 2
"
class=
"expand-section"
>
<div
v-show=
"
extendShow(item)
"
class=
"expand-section"
>
<div>
<!-- 子检查项 -->
<div
class=
"sub-checkbox-group"
>
...
...
src/_check_info.js
View file @
5ef9657a
...
...
@@ -200,6 +200,12 @@ window.onload = function () {
// }
// })
// },
extendShow
(
item
){
// 特殊检查项综合处理方法 选择是现实表单
if
([
8
,
9
,
12
,
22
,
28
,
31
,
32
,
33
,
34
,
35
].
includes
(
item
.
id
)){
return
item
.
itemAnswer
===
1
}
return
item
.
itemAnswer
===
2
},
shangbao
(
type
){
let
reqParams
=
{
sign
:
27
,
// 上报
...
...
src/_peixun_yanlian.css
View file @
5ef9657a
html
,
body
{
letter-spacing
:
0.01rem
;
background-color
:
#f5f6fa
;
}
.wrapper
{
...
...
@@ -10,6 +11,11 @@ body {
.header
{
padding
:
0.2rem
;
padding-bottom
:
0
;
}
.van-search
{
padding
:
0
;
}
...
...
@@ -139,6 +145,7 @@ body {
font-size
:
0.28rem
;
color
:
rgb
(
255
,
0
,
0
);
padding
:
.2rem
.3rem
;
margin-bottom
:
.15rem
;
}
.tab1-row1
{
...
...
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