Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
zhengyuan-danger-chemistry-manage
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
耿迪迪
zhengyuan-danger-chemistry-manage
Commits
7321ff8b
Commit
7321ff8b
authored
Jan 05, 2023
by
纪泽龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化应急管理资源 应急演练的人员选择复现的背景颜色
parent
40c55b31
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
index.vue
danger-manage-web/src/views/system/drill/index.vue
+4
-1
No files found.
danger-manage-web/src/views/system/drill/index.vue
View file @
7321ff8b
...
@@ -258,7 +258,7 @@
...
@@ -258,7 +258,7 @@
</div>
</div>
<div
class=
"div-kuang"
style=
"width: 58%;margin-left: 2%"
>
<div
class=
"div-kuang"
style=
"width: 58%;margin-left: 2%"
>
<el-form-item
label=
"参演人员:"
prop=
"drillPeople"
>
<el-form-item
label=
"参演人员:"
prop=
"drillPeople"
>
<span
>
{{form.drillPeopl
e}}
</span>
<span
style=
"margin-right:5px"
v-for=
'item in form.jsonPeople'
:key=
"item.peoPleId"
>
{{item.peoPleNam
e}}
</span>
</el-form-item>
</el-form-item>
<el-form-item
label=
"演练内容:"
>
<el-form-item
label=
"演练内容:"
>
<editor
v-model=
"form.drillContent"
:min-height=
"240"
:readOnly=
"readOnly"
/>
<editor
v-model=
"form.drillContent"
:min-height=
"240"
:readOnly=
"readOnly"
/>
...
@@ -571,6 +571,8 @@ export default {
...
@@ -571,6 +571,8 @@ export default {
handleDetail
(
row
)
{
handleDetail
(
row
)
{
getDrill
(
row
.
drillId
).
then
(
response
=>
{
getDrill
(
row
.
drillId
).
then
(
response
=>
{
this
.
form
=
response
.
data
;
this
.
form
=
response
.
data
;
this
.
form
.
jsonPeople
=
JSON
.
parse
(
this
.
form
.
drillPeople
)
console
.
log
(
this
.
form
.
jsonPeople
)
this
.
form
.
drillType
=
this
.
selectDictLabel
(
this
.
drillTypeOptions
,
row
.
drillType
);
this
.
form
.
drillType
=
this
.
selectDictLabel
(
this
.
drillTypeOptions
,
row
.
drillType
);
this
.
form
.
drillForm
=
this
.
selectDictLabel
(
this
.
drillFormOptions
,
row
.
drillForm
);
this
.
form
.
drillForm
=
this
.
selectDictLabel
(
this
.
drillFormOptions
,
row
.
drillForm
);
this
.
open2
=
true
;
this
.
open2
=
true
;
...
@@ -613,6 +615,7 @@ export default {
...
@@ -613,6 +615,7 @@ export default {
background
:
white
;
background
:
white
;
padding-top
:
20px
;
padding-top
:
20px
;
padding-right
:
20px
;
padding-right
:
20px
;
padding-bottom
:
10px
;
border-radius
:
10px
;
border-radius
:
10px
;
}
}
.division
{
.division
{
...
...
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