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
2951a8dc
Commit
2951a8dc
authored
Dec 19, 2024
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug修复 必填等
parent
d27ce5c8
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
24 additions
and
14 deletions
+24
-14
edit.vue
src/views/contingency/contingencystudy/edit.vue
+1
-1
reportEdit.vue
src/views/contingency/contingencystudy/reportEdit.vue
+4
-1
index.vue
src/views/daily/performanceReport/index.vue
+3
-1
index.vue
src/views/daily/queryPerformanceReport/index.vue
+3
-1
index.vue
src/views/threeViolations/homePage/index.vue
+9
-9
reportEdit.vue
src/views/train/aqpx/reportEdit.vue
+4
-1
No files found.
src/views/contingency/contingencystudy/edit.vue
View file @
2951a8dc
...
...
@@ -67,7 +67,7 @@
</el-row>
<el-row
:gutter=
"24"
>
<el-col
:span=
"12"
>
<el-form-item
label=
"演练责任人"
ref=
"ylzrr"
prop=
"ylzrr"
>
<el-form-item
label=
"演练责任人"
ref=
"ylzrr"
prop=
"ylzrr"
>
<el-input
:readonly=
"readonly"
v-model=
"form.ylzrr"
></el-input>
</el-form-item>
</el-col>
...
...
src/views/contingency/contingencystudy/reportEdit.vue
View file @
2951a8dc
...
...
@@ -69,7 +69,10 @@
</el-row>
<el-row
:gutter=
"20"
>
<el-col
:span=
"12"
>
<el-form-item
label=
"演练责任人"
ref=
"ylzrrid"
prop=
"ylzrrid"
>
<el-form-item
v-rule=
"
{
required: true,
rules:rules
}" label="演练责任人" ref="ylzrrid" prop="ylzrrid">
<personSelector
:label=
"form.ylzrrName||'暂无'"
@
selected=
'ylzrrSelected'
></personSelector>
<!--
<el-input
:readonly=
"readonly"
v-model=
"form.ylzrrid"
></el-input>
-->
</el-form-item>
...
...
src/views/daily/performanceReport/index.vue
View file @
2951a8dc
...
...
@@ -126,7 +126,9 @@
{
label
:
"履职分类"
,
prop
:
"flName"
,
fieldType
:
"ftString"
,
width
:
192
},
{
label
:
"履职内容"
,
prop
:
"content"
,
fieldType
:
"ftString"
,
width
:
300
},
{
label
:
"履职人员"
,
prop
:
"ryName"
,
fieldType
:
"ftString"
,
width
:
192
},
{
label
:
"频次"
,
prop
:
"pc"
,
fieldType
:
"ftString"
,
width
:
192
},
{
label
:
"频次"
,
prop
:
"pc"
,
fieldType
:
"ftString"
,
width
:
192
,
transform
:{
url
:
'/aqgl/rcgl/lzbg/init/pc'
,
label
:
'name'
,
value
:
'id'
}},
{
label
:
"单据来源"
,
prop
:
"lyName"
,
fieldType
:
"ftString"
,
width
:
148
},
{
label
:
"状态"
,
prop
:
"ztName"
,
fieldType
:
"ftString"
,
width
:
80
},
{
label
:
"维护人"
,
prop
:
"whr"
,
fieldType
:
"ftString"
},
...
...
src/views/daily/queryPerformanceReport/index.vue
View file @
2951a8dc
...
...
@@ -128,7 +128,9 @@
{
label
:
"履职分类"
,
prop
:
"flName"
,
fieldType
:
"ftString"
,
width
:
192
},
{
label
:
"履职内容"
,
prop
:
"content"
,
fieldType
:
"ftString"
,
width
:
300
},
{
label
:
"履职人员"
,
prop
:
"ryName"
,
fieldType
:
"ftString"
,
width
:
192
},
{
label
:
"频次"
,
prop
:
"pc"
,
fieldType
:
"ftString"
,
width
:
192
},
{
label
:
"频次"
,
prop
:
"pc"
,
fieldType
:
"ftString"
,
width
:
192
,
transform
:{
url
:
'/aqgl/rcgl/lzbg/init/pc'
,
label
:
'name'
,
value
:
'id'
},},
{
label
:
"履职日期"
,
prop
:
"lzrq"
,
fieldType
:
"ftDateTime"
},
{
label
:
"履职信息"
,
prop
:
"lzxx"
,
fieldType
:
"ftString"
},
{
label
:
"单据来源"
,
prop
:
"lyName"
,
fieldType
:
"ftString"
,
width
:
148
},
...
...
src/views/threeViolations/homePage/index.vue
View file @
2951a8dc
...
...
@@ -502,10 +502,10 @@
homeCzyjType
:
colorMap
[
params
.
color
]
}
queryParams
[
this
.
menusItems
[
this
.
active
][
'type'
]]
=
this
.
menusItems
[
this
.
active
][
'id'
]
//
if (queryParams['gsId']) {
//
queryParams['homeGsId'] = queryParams['gsId']
//
delete queryParams['gsId']
//
}
if
(
queryParams
[
'gsId'
])
{
//
queryParams['homeGsId'] = queryParams['gsId']
delete
queryParams
[
'gsId'
]
}
if
(
queryParams
[
'bmId'
])
{
queryParams
[
'homeBmId'
]
=
queryParams
[
'bmId'
]
delete
queryParams
[
'bmId'
]
...
...
@@ -701,12 +701,12 @@
graphic
:
[{
type
:
"text"
,
left
:
"center"
,
top
:
"5
5
%"
,
top
:
"5
6
%"
,
style
:
{
text
:
(
data
.
wc
cRatio
)
+
'%'
,
text
:
(
data
.
yw
cRatio
)
+
'%'
,
textAlign
:
"center"
,
fill
:
"#ffffff"
,
fontSize
:
1
5
,
fontSize
:
1
2
,
},
},
],
color
:
[
'#91cc75'
,
'#f56c6c'
,
],
...
...
@@ -760,12 +760,12 @@
graphic
:
[{
type
:
"text"
,
left
:
"center"
,
top
:
"5
5
%"
,
top
:
"5
6
%"
,
style
:
{
text
:
(
data
.
ywcRatio
)
+
'%'
,
textAlign
:
"center"
,
fill
:
"#ffffff"
,
fontSize
:
1
5
,
fontSize
:
1
2
,
},
},
],
color
:
[
'#91cc75'
,
'#f56c6c'
,
],
...
...
src/views/train/aqpx/reportEdit.vue
View file @
2951a8dc
...
...
@@ -69,7 +69,10 @@
</el-row>
<el-row
:gutter=
"20"
>
<el-col
:span=
"12"
>
<el-form-item
label=
"培训责任人"
ref=
"pxzrrid"
prop=
"pxzrrid"
>
<el-form-item
v-rule=
"
{
required: true,
rules:rules
}" label="培训责任人" ref="pxzrrid" prop="pxzrrid">
<personSelector
:label=
"form.ylzrrName||'暂无'"
@
selected=
'ylzrrSelected'
></personSelector>
<!--
<el-input
:readonly=
"readonly"
v-model=
"form.pxzrrid"
></el-input>
-->
</el-form-item>
...
...
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