Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
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
罗超
confucius
Commits
1f18ff6c
Commit
1f18ff6c
authored
May 07, 2021
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
60756bd1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
schedul-orderlist.vue
src/components/schedul/schedul-orderlist.vue
+5
-3
No files found.
src/components/schedul/schedul-orderlist.vue
View file @
1f18ff6c
...
...
@@ -240,7 +240,7 @@
<
template
v-if=
"WorkObj.ItemType==2"
>
<div
style=
"margin:10px 20px;"
>
<template
v-if=
"workAuthObj.isShowEditAndDelete"
>
<span
v-if=
"!isShowSure"
@
click=
"isShowSure=true"
>
{{
WorkObj
.
WorkContent
}}
</span>
<span
v-if=
"!isShowSure
&&WorkObj.WorkContent
"
@
click=
"isShowSure=true"
>
{{
WorkObj
.
WorkContent
}}
</span>
<el-input
v-else
v-model=
"WorkObj.WorkContent"
@
focus=
"isShowSure=true"
placeholder=
"完成情况怎么样"
>
</el-input>
</
template
>
...
...
@@ -322,7 +322,7 @@
<div>
<div
class=
"tufa_xiugai"
>
<
template
v-if=
"EmergenciesObj&&saveObj&&EmergenciesList&&EmergenciesList.length>0&&workAuthObj.isShowEditAndDelete"
>
v-if=
"EmergenciesObj&&saveObj&&EmergenciesList&&EmergenciesList.length>0&&workAuthObj.isShowEditAndDelete
&&EmergenciesObj.IsOperate==1
"
>
<el-popover
placement=
"bottom"
popper-class=
"tufaPop"
width=
"410"
trigger=
"click"
>
<div>
<div>
...
...
@@ -404,7 +404,7 @@
<div>
<div
class=
"tufa_xiugai"
>
<
template
v-if=
"HandoverObj&&saveObj&&HandoverList&&HandoverList.length>0 && workAuthObj.isShowEditAndDelete"
>
v-if=
"HandoverObj&&saveObj&&HandoverList&&HandoverList.length>0 && workAuthObj.isShowEditAndDelete
&& HandoverObj.IsOperate==1
"
>
<el-popover
placement=
"bottom"
popper-class=
"tufaPop"
width=
"410"
trigger=
"click"
>
<div>
<div>
...
...
@@ -484,6 +484,7 @@
FileList
:
[],
//文件路径
OtherContent
:
""
,
//突发事项、工作交接(值班类型为2.3是使用)内容
OtherRemark
:
""
,
//突发事项、工作交接(值班类型为2.3是使用)备注
IsOperate
:
0
,
//是否可以修改和删除(1-可修改可删除)
},
//交接工作说明
addMsg3
:
{
...
...
@@ -494,6 +495,7 @@
FileList
:
[],
//文件路径
OtherContent
:
""
,
//突发事项、工作交接(值班类型为2.3是使用)内容
OtherRemark
:
""
,
//突发事项、工作交接(值班类型为2.3是使用)备注
IsOperate
:
0
,
//是否可以修改和删除(1-可修改可删除)
},
fileList
:
[],
//文件数组
isShowSure
:
false
,
//是否显示确认完成按钮
...
...
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