Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
H
huaxin-rq
Project
Project
Details
Activity
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
耿迪迪
huaxin-rq
Commits
97591c6b
Commit
97591c6b
authored
Jun 15, 2026
by
耿迪迪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
安检单问题修改
parent
d1dbd543
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
5 deletions
+4
-5
cyRecordDetail.vue
...src/views/checktask/inspect/jumInspect/cyRecordDetail.vue
+2
-2
IndustryRecordDetail.vue
.../views/checktask/task/components/IndustryRecordDetail.vue
+2
-3
No files found.
huaxin-web/src/views/checktask/inspect/jumInspect/cyRecordDetail.vue
View file @
97591c6b
...
@@ -168,8 +168,8 @@
...
@@ -168,8 +168,8 @@
</tr>
</tr>
<tr>
<tr>
<td
colspan=
"2"
>
其他问题
{{
': '
+
jsondata
.
obj
.
qitawenti
.
textarea
}}
</td>
<td
colspan=
"2"
>
其他问题
{{
': '
+
(
jsondata
.
obj
.
qitawenti
?
jsondata
.
obj
.
qitawenti
.
textarea
:
""
)
}}
</td>
<td><input
type=
"checkbox"
:checked=
"jsondata.obj.qitawenti.valueArr2[0]"
class=
"input-disabled"
/></td>
<td><input
type=
"checkbox"
:checked=
"jsondata.obj.qitawenti
&& jsondata.obj.qitawenti
.valueArr2[0]"
class=
"input-disabled"
/></td>
</tr>
</tr>
<tr>
<tr>
...
...
huaxin-web/src/views/checktask/task/components/IndustryRecordDetail.vue
View file @
97591c6b
...
@@ -3,15 +3,14 @@
...
@@ -3,15 +3,14 @@
<el-dialog
title=
"检查表详情"
:visible
.
sync=
"open"
width=
"900px"
append-to-body
destroy-on-close
:close-on-click-modal=
"false"
>
<el-dialog
title=
"检查表详情"
:visible
.
sync=
"open"
width=
"900px"
append-to-body
destroy-on-close
:close-on-click-modal=
"false"
>
<!-- 月度安检 -->
<!-- 月度安检 -->
<IndustryMonthTaskInspectTable
<
!--
<
IndustryMonthTaskInspectTable
:inspectInfo=
"inspectInfo"
:inspectInfo=
"inspectInfo"
v-if=
"checkType == 1"
v-if=
"checkType == 1"
/>
/>
-->
<!-- 季度安检 -->
<!-- 季度安检 -->
<IndustryQuarterTaskInspectTable
<IndustryQuarterTaskInspectTable
:inspectInfo=
"inspectInfo"
:inspectInfo=
"inspectInfo"
v-if=
"checkType == 2"
/>
/>
</el-dialog>
</el-dialog>
...
...
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