Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
W
whp-xl
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
lizhichao
whp-xl
Commits
480f153f
Commit
480f153f
authored
Jun 25, 2021
by
王晓倩
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
预案详情页给预案内容增加边框
parent
3e7ef45f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
PlansMgCheck.vue
...hcsystem-hcsystem-master/src/views/Plans/PlansMgCheck.vue
+2
-2
PlansMgEdit.vue
...-hcsystem-hcsystem-master/src/views/Plans/PlansMgEdit.vue
+1
-1
No files found.
dcit-hcsystem-hcsystem-master/src/views/Plans/PlansMgCheck.vue
View file @
480f153f
...
...
@@ -62,14 +62,14 @@
<el-col
:span=
"12"
class=
"flcolum"
>
<div>
<div
class=
"yatit"
>
预案内容
</div>
<div
v-html=
"editForm.planContents"
></div>
<div
v-html=
"editForm.planContents"
style=
"height:450px; border:solid 1px #ccc; overflow: auto"
></div>
<font
v-if=
"editForm.planContents == ''"
>
暂无内容~
</font>
</div>
</el-col>
</el-row>
<span
slot=
"footer"
class=
"dialog-footer"
>
<el-button
type=
"primary"
size=
"small"
@
click=
"confirmFun('editForm')"
v-if=
"title != '详情'"
>
提交
</el-button>
<el-button
@
click=
"$emit('dialogFun')"
size=
"small"
>
取消
</el-button>
<el-button
@
click=
"$emit('dialogFun')"
size=
"small"
>
取消
查看
</el-button>
</span>
</el-dialog>
</div>
...
...
dcit-hcsystem-hcsystem-master/src/views/Plans/PlansMgEdit.vue
View file @
480f153f
...
...
@@ -117,7 +117,7 @@
<el-col
:span=
"12"
class=
"flcolum"
>
<div>
<div
class=
"yatit"
>
预案内容
</div>
<div
v-html=
"editForm.planContents"
></div>
<div
v-html=
"editForm.planContents"
style=
"height:420px; border:solid 1px #ccc; overflow: auto"
></div>
<font
v-if=
"editForm.planContents == ''"
>
暂无内容~
</font>
</div>
</el-col>
...
...
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