Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sgaqgl-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
李苏
sgaqgl-vue
Commits
d32e9552
Commit
d32e9552
authored
Nov 21, 2022
by
dingyoujian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
按钮调整
parent
576c3dc8
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
20 additions
and
13 deletions
+20
-13
index.vue
...iews/dangerManagement/dangerRectificationRecord/index.vue
+7
-6
index.vue
src/views/dangerManagement/dangerReviewRecord/index.vue
+5
-4
index.vue
src/views/dangerManagement/enterSafetyRecords/index.vue
+1
-0
index.vue
src/views/dangerManagement/queryDangerRecords/index.vue
+5
-3
index.vue
src/views/dangerManagement/safetyDisposalRecord/index.vue
+2
-0
No files found.
src/views/dangerManagement/dangerRectificationRecord/index.vue
View file @
d32e9552
...
@@ -43,10 +43,10 @@
...
@@ -43,10 +43,10 @@
<el-row
class=
"tool-bar"
>
<el-row
class=
"tool-bar"
>
<PrintButton
:app=
'app'
></PrintButton>
<PrintButton
:app=
'app'
></PrintButton>
<ViewButton
ref=
"view"
:app=
'app'
></ViewButton>
<ViewButton
ref=
"view"
:app=
'app'
></ViewButton>
<
EditButton
ref=
"edit"
:app=
'app'
></EditButton
>
<
!--
<EditButton
ref=
"edit"
:app=
'app'
></EditButton>
--
>
<
DeleteButton
:app=
'app'
></DeleteButton
>
<
!--
<DeleteButton
:app=
'app'
></DeleteButton>
--
>
<AttachFileButton
_aqyh
:params=
"
{childPath:'yhzg'}" :app='this'>
</AttachFileButton
_aqyh
>
<AttachFileButton
_aqyh
:params=
"
{childPath:'yhzg'
,allowAddFile:'none'
}" :app='this'>
</AttachFileButton
_aqyh
>
<!--
<WorkFlowButton
:app=
'app'
></WorkFlowButton>
-->
<!--
<WorkFlowButton
:app=
'app'
></WorkFlowButton>
-->
<FieldButton
:app=
'app'
></FieldButton>
<FieldButton
:app=
'app'
></FieldButton>
<ExcelButton
:app=
'app'
></ExcelButton>
<ExcelButton
:app=
'app'
></ExcelButton>
...
@@ -109,13 +109,14 @@
...
@@ -109,13 +109,14 @@
},
},
/* 表格标题对应参数*/
/* 表格标题对应参数*/
tableTitle
:
[
tableTitle
:
[
{
label
:
"状态"
,
prop
:
"ztName"
,
fieldType
:
"ftString"
,
width
:
60
},
{
label
:
"班组"
,
prop
:
"bmid"
,
fieldType
:
"ftString"
,
width
:
192
,
transform
:{
{
label
:
"班组"
,
prop
:
"bmid"
,
fieldType
:
"ftString"
,
width
:
192
,
transform
:{
url
:
'jcsj/common/bm/queryBz'
,
label
:
'bmmc'
,
value
:
'id'
url
:
'jcsj/common/bm/queryBz'
,
label
:
'bmmc'
,
value
:
'id'
}},
}},
//
//
{
label
:
"状态"
,
prop
:
"zt"
,
fieldType
:
"ftString"
,
transform
:{
//
{label: "状态", prop: "zt", fieldType: "ftString",transform:{
url
:
'aqgl/yhgl/yhjl/init/zt'
,
label
:
'name'
,
value
:
'id'
//
url:'aqgl/yhgl/yhjl/init/zt',label:'name',value:'id'
}},
//
}},
{
label
:
"整改说明"
,
prop
:
"clff"
,
fieldType
:
"ftString"
,
width
:
300
},
{
label
:
"整改说明"
,
prop
:
"clff"
,
fieldType
:
"ftString"
,
width
:
300
},
{
label
:
"整改完成时间"
,
prop
:
"clsj"
,
fieldType
:
"ftDateTime"
},
{
label
:
"整改完成时间"
,
prop
:
"clsj"
,
fieldType
:
"ftDateTime"
},
...
...
src/views/dangerManagement/dangerReviewRecord/index.vue
View file @
d32e9552
...
@@ -44,7 +44,7 @@
...
@@ -44,7 +44,7 @@
<ViewButton
ref=
"view"
:app=
'app'
></ViewButton>
<ViewButton
ref=
"view"
:app=
'app'
></ViewButton>
<!--
<AddButton
ref=
"add"
:app=
'app'
></AddButton>
<!--
<AddButton
ref=
"add"
:app=
'app'
></AddButton>
<CopyButton
ref=
"copy"
:app=
'app'
></CopyButton>
-->
<CopyButton
ref=
"copy"
:app=
'app'
></CopyButton>
-->
<
EditButton
ref=
"edit"
:app=
'app'
></EditButton
>
<
!--
<EditButton
ref=
"edit"
:app=
'app'
></EditButton>
--
>
<AttachFileButton
_aqyh
:params=
"
{childPath:'yhfc'}" :app='this'>
</AttachFileButton
_aqyh
>
<AttachFileButton
_aqyh
:params=
"
{childPath:'yhfc'}" :app='this'>
</AttachFileButton
_aqyh
>
<FieldButton
:app=
'app'
></FieldButton>
<FieldButton
:app=
'app'
></FieldButton>
<ExcelButton
:app=
'app'
></ExcelButton>
<ExcelButton
:app=
'app'
></ExcelButton>
...
@@ -105,13 +105,14 @@
...
@@ -105,13 +105,14 @@
},
},
/* 表格标题对应参数*/
/* 表格标题对应参数*/
tableTitle
:
[
tableTitle
:
[
{
label
:
"状态"
,
prop
:
"ztName"
,
fieldType
:
"ftString"
,
width
:
60
},
{
label
:
"班组"
,
prop
:
"bmid"
,
fieldType
:
"ftString"
,
width
:
192
,
transform
:{
{
label
:
"班组"
,
prop
:
"bmid"
,
fieldType
:
"ftString"
,
width
:
192
,
transform
:{
url
:
'jcsj/common/bm/queryBz'
,
label
:
'bmmc'
,
value
:
'id'
url
:
'jcsj/common/bm/queryBz'
,
label
:
'bmmc'
,
value
:
'id'
}},
}},
//
//
{
label
:
"状态"
,
prop
:
"zt"
,
fieldType
:
"ftString"
,
transform
:{
//
{label: "状态", prop: "zt", fieldType: "ftString",transform:{
url
:
'aqgl/yhgl/yhjl/init/zt'
,
label
:
'name'
,
value
:
'id'
//
url:'aqgl/yhgl/yhjl/init/zt',label:'name',value:'id'
}},
//
}},
{
label
:
"复查时间"
,
prop
:
"fcsj"
,
fieldType
:
"ftDateTime"
,
width
:
300
},
{
label
:
"复查时间"
,
prop
:
"fcsj"
,
fieldType
:
"ftDateTime"
,
width
:
300
},
{
label
:
"复查说明"
,
prop
:
"fcsm"
,
fieldType
:
"ftString"
,
width
:
300
},
{
label
:
"复查说明"
,
prop
:
"fcsm"
,
fieldType
:
"ftString"
,
width
:
300
},
{
label
:
"整改说明"
,
prop
:
"clff"
,
fieldType
:
"ftString"
,
width
:
300
},
{
label
:
"整改说明"
,
prop
:
"clff"
,
fieldType
:
"ftString"
,
width
:
300
},
...
...
src/views/dangerManagement/enterSafetyRecords/index.vue
View file @
d32e9552
...
@@ -99,6 +99,7 @@ this.$refs['TablePager'].pageQuery()
...
@@ -99,6 +99,7 @@ this.$refs['TablePager'].pageQuery()
},
},
/* 表格标题对应参数*/
/* 表格标题对应参数*/
tableTitle
:
[
tableTitle
:
[
{
label
:
"状态"
,
prop
:
"ztName"
,
fieldType
:
"ftString"
,
width
:
60
},
{
label
:
"班组"
,
prop
:
"bmid"
,
fieldType
:
"ftString"
,
width
:
192
,
transform
:{
{
label
:
"班组"
,
prop
:
"bmid"
,
fieldType
:
"ftString"
,
width
:
192
,
transform
:{
url
:
'jcsj/common/bm/queryBz'
,
label
:
'bmmc'
,
value
:
'id'
url
:
'jcsj/common/bm/queryBz'
,
label
:
'bmmc'
,
value
:
'id'
}},
}},
...
...
src/views/dangerManagement/queryDangerRecords/index.vue
View file @
d32e9552
...
@@ -57,12 +57,13 @@
...
@@ -57,12 +57,13 @@
<el-row
class=
"tool-bar"
>
<el-row
class=
"tool-bar"
>
<PrintButton
:app=
'app'
></PrintButton>
<PrintButton
:app=
'app'
></PrintButton>
<ViewButton
ref=
"view"
:app=
'app'
></ViewButton>
<ViewButton
ref=
"view"
:app=
'app'
></ViewButton>
<AttachFileButton
_aqyh
:params=
"
{childPath:'',allowAddFile:'none'}" :app='this'>
</AttachFileButton
_aqyh
>
<!--
<AddButton
ref=
"add"
:app=
'app'
></AddButton>
<!--
<AddButton
ref=
"add"
:app=
'app'
></AddButton>
<CopyButton
ref=
"copy"
:app=
'app'
></CopyButton>
<CopyButton
ref=
"copy"
:app=
'app'
></CopyButton>
<EditButton
ref=
"edit"
:app=
'app'
></EditButton>
-->
<EditButton
ref=
"edit"
:app=
'app'
></EditButton>
-->
<!--
<DeleteButton
:app=
'app'
></DeleteButton>
-->
<!--
<DeleteButton
:app=
'app'
></DeleteButton>
-->
<
FieldButton
:app=
'app'
></FieldButton
>
<
!--
<FieldButton
:app=
'app'
></FieldButton>
--
>
<
ExcelButton
:app=
'app'
></ExcelButton
>
<
!--
<ExcelButton
:app=
'app'
></ExcelButton>
--
>
<!--
<AttachFileButton
_aqyh
:app=
'app'
></AttachFileButton
_aqyh
>
-->
<!--
<AttachFileButton
_aqyh
:app=
'app'
></AttachFileButton
_aqyh
>
-->
<!-- 权限-->
<!-- 权限-->
...
@@ -130,6 +131,7 @@
...
@@ -130,6 +131,7 @@
},
},
/* 表格标题对应参数*/
/* 表格标题对应参数*/
tableTitle
:
[
tableTitle
:
[
{
label
:
"状态"
,
prop
:
"ztName"
,
fieldType
:
"ftString"
,
width
:
60
},
{
label
:
"班组"
,
prop
:
"bmid"
,
fieldType
:
"ftString"
,
width
:
192
,
transform
:{
{
label
:
"班组"
,
prop
:
"bmid"
,
fieldType
:
"ftString"
,
width
:
192
,
transform
:{
url
:
'jcsj/common/bm/queryBz'
,
label
:
'bmmc'
,
value
:
'id'
url
:
'jcsj/common/bm/queryBz'
,
label
:
'bmmc'
,
value
:
'id'
}},
}},
...
...
src/views/dangerManagement/safetyDisposalRecord/index.vue
View file @
d32e9552
...
@@ -36,6 +36,7 @@
...
@@ -36,6 +36,7 @@
<el-row
class=
"tool-bar"
>
<el-row
class=
"tool-bar"
>
<ViewButton
ref=
"view"
:app=
'app'
></ViewButton>
<ViewButton
ref=
"view"
:app=
'app'
></ViewButton>
<!--
<AttachFileButton
:app=
'app'
></AttachFileButton>
-->
<!--
<AttachFileButton
:app=
'app'
></AttachFileButton>
-->
<AttachFileButton
_aqyh
:params=
"
{childPath:'',allowAddFile:'none'}" :app='this'>
</AttachFileButton
_aqyh
>
<el-button
size=
'mini'
@
click=
"zdzrr"
type=
"primary"
>
指定责任人
</el-button>
<el-button
size=
'mini'
@
click=
"zdzrr"
type=
"primary"
>
指定责任人
</el-button>
<!-- 权限-->
<!-- 权限-->
...
@@ -97,6 +98,7 @@ this.$refs['TablePager'].pageQuery()
...
@@ -97,6 +98,7 @@ this.$refs['TablePager'].pageQuery()
/* 表格标题对应参数*/
/* 表格标题对应参数*/
/* 表格标题对应参数*/
/* 表格标题对应参数*/
tableTitle
:
[
tableTitle
:
[
{
label
:
"状态"
,
prop
:
"ztName"
,
fieldType
:
"ftString"
,
width
:
60
},
{
label
:
"班组"
,
prop
:
"bmid"
,
fieldType
:
"ftString"
,
width
:
192
,
transform
:{
{
label
:
"班组"
,
prop
:
"bmid"
,
fieldType
:
"ftString"
,
width
:
192
,
transform
:{
url
:
'jcsj/common/bm/queryBz'
,
label
:
'bmmc'
,
value
:
'id'
url
:
'jcsj/common/bm/queryBz'
,
label
:
'bmmc'
,
value
:
'id'
}},
}},
...
...
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