Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dxgaqgl-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
李苏
dxgaqgl-vue
Commits
6d7e4e1f
Commit
6d7e4e1f
authored
Dec 17, 2024
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整
parent
a39dbdc6
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
17 additions
and
11 deletions
+17
-11
index.vue
src/views/contingency/contingencystudy/index.vue
+5
-2
index.vue
src/views/dangerManagement/queryDangerRecords/index.vue
+2
-2
index.vue
src/views/threeViolations/homePage/index.vue
+3
-3
edit.vue
src/views/train/aqpx/edit.vue
+1
-1
index.vue
src/views/train/aqpx/index.vue
+6
-3
No files found.
src/views/contingency/contingencystudy/index.vue
View file @
6d7e4e1f
...
@@ -217,8 +217,11 @@
...
@@ -217,8 +217,11 @@
methods
:
{
methods
:
{
getRow
:
function
(
e
)
{
getRow
:
function
(
e
)
{
this
.
rowItem
=
e
this
.
rowItem
=
e
this
.
$refs
.
report
.
queryParams
.
yljhid
=
e
.
id
if
(
e
.
id
){
this
.
$refs
.
report
.
$refs
.
TablePager
.
pageQuery
()
this
.
$refs
.
report
.
queryParams
.
yljhid
=
e
.
id
this
.
$refs
.
report
.
$refs
.
TablePager
.
pageQuery
()
}
},
},
handleClick
(
val
)
{
handleClick
(
val
)
{
...
...
src/views/dangerManagement/queryDangerRecords/index.vue
View file @
6d7e4e1f
...
@@ -124,8 +124,8 @@
...
@@ -124,8 +124,8 @@
/* 查询参数*/
/* 查询参数*/
queryParams
:
{
queryParams
:
{
gsid
:
''
,
gsid
:
''
,
ksrq
:
new
Date
().
getTime
()
-
1000
*
60
*
60
*
24
*
30
,
ksrq
:
''
,
jsrq
:
new
Date
().
getTime
()
,
jsrq
:
''
,
bmid
:
''
,
bmid
:
''
,
zt
:
''
,
zt
:
''
,
yq
:
'N'
,
yq
:
'N'
,
...
...
src/views/threeViolations/homePage/index.vue
View file @
6d7e4e1f
...
@@ -91,7 +91,7 @@
...
@@ -91,7 +91,7 @@
</div>
</div>
<div
class=
"hpbodyItem flex flex1"
style=
"flex-direction: row;margin-top: 15px;margin-bottom: 15px;gap:10px"
>
<div
class=
"hpbodyItem flex flex1"
style=
"flex-direction: row;margin-top: 15px;margin-bottom: 15px;gap:10px"
>
<div
style=
"width: 32.5%;height: 100%;"
@
click=
"$router.push('/dangerManagement/
dangerReviewRecord
')"
>
<div
style=
"width: 32.5%;height: 100%;"
@
click=
"$router.push('/dangerManagement/
queryDangerRecords
')"
>
<div
class=
"full data-box1"
>
<div
class=
"full data-box1"
>
<i
class=
"topL"
></i>
<i
class=
"topL"
></i>
<i
class=
"topR"
></i>
<i
class=
"topR"
></i>
...
@@ -258,7 +258,7 @@
...
@@ -258,7 +258,7 @@
<div
class=
"hpbodyItem flex flex1"
style=
"flex-direction: row;gap: 10px;"
>
<div
class=
"hpbodyItem flex flex1"
style=
"flex-direction: row;gap: 10px;"
>
<!-- 隐患 -->
<!-- 隐患 -->
<div
style=
"width: 32.3%;height: 100%;min-width: 0px;min-height: 0px;"
<div
style=
"width: 32.3%;height: 100%;min-width: 0px;min-height: 0px;"
@
click=
"$router.push('/contingency/contingency
plan
')"
>
@
click=
"$router.push('/contingency/contingency
study
')"
>
<div
class=
"full data-box1"
>
<div
class=
"full data-box1"
>
<i
class=
"topL"
></i>
<i
class=
"topL"
></i>
<i
class=
"topR"
></i>
<i
class=
"topR"
></i>
...
@@ -322,7 +322,7 @@
...
@@ -322,7 +322,7 @@
<div
class=
"flex1"
style=
"margin-right: 5px;"
@
click=
"$router.push('/train/
planning
')"
>
<div
class=
"flex1"
style=
"margin-right: 5px;"
@
click=
"$router.push('/train/
aqpx
')"
>
<div
class=
"full data-box1"
>
<div
class=
"full data-box1"
>
<i
class=
"topL"
></i>
<i
class=
"topL"
></i>
<i
class=
"topR"
></i>
<i
class=
"topR"
></i>
...
...
src/views/train/aqpx/edit.vue
View file @
6d7e4e1f
...
@@ -82,7 +82,7 @@
...
@@ -82,7 +82,7 @@
<el-row
:gutter=
"24"
>
<el-row
:gutter=
"24"
>
<el-col
:span=
"12"
>
<el-col
:span=
"12"
>
<el-form-item
label=
"培训等级"
ref=
"pxdj"
prop=
"pxdj"
>
<el-form-item
label=
"培训等级"
ref=
"pxdj"
prop=
"pxdj"
>
<RelSelect
style=
"width: 100%;"
:readonly=
"readonly"
src=
'aqgl/
yjgl/yjyl
jh/init/yldj'
filterable
clearable
:match=
"
{value:'id',label:'name'}" v-model='form.pxdj' >
</RelSelect>
<RelSelect
style=
"width: 100%;"
:readonly=
"readonly"
src=
'aqgl/
pxgl/uaqpx
jh/init/yldj'
filterable
clearable
:match=
"
{value:'id',label:'name'}" v-model='form.pxdj' >
</RelSelect>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
<el-col
:span=
"12"
>
<el-col
:span=
"12"
>
...
...
src/views/train/aqpx/index.vue
View file @
6d7e4e1f
...
@@ -55,7 +55,7 @@
...
@@ -55,7 +55,7 @@
</div>
</div>
<div
class=
"min_full"
style=
"height: 60%;padding: 10px;"
>
<div
class=
"min_full"
style=
"height: 60%;padding: 10px;"
>
<!-- tabs -->
<!-- tabs -->
<el-tabs
v-model=
"activeName"
@
tab-click=
"handleClick"
>
<el-tabs
v-model=
"activeName"
@
tab-click=
"handleClick"
>
<el-tab-pane
label=
"安全培训"
name=
"first"
>
<el-tab-pane
label=
"安全培训"
name=
"first"
>
<Report
ref=
"report"
/>
<Report
ref=
"report"
/>
</el-tab-pane>
</el-tab-pane>
...
@@ -236,8 +236,11 @@
...
@@ -236,8 +236,11 @@
methods
:
{
methods
:
{
getRow
:
function
(
e
)
{
getRow
:
function
(
e
)
{
this
.
rowItem
=
e
this
.
rowItem
=
e
this
.
$refs
.
report
.
queryParams
.
pxjhid
=
e
.
id
if
(
e
.
id
){
this
.
$refs
.
report
.
$refs
.
TablePager
.
pageQuery
()
this
.
$refs
.
report
.
queryParams
.
pxjhid
=
e
.
id
this
.
$refs
.
report
.
$refs
.
TablePager
.
pageQuery
()
}
},
},
handleClick
(
val
)
{
handleClick
(
val
)
{
...
...
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