Commit 1f18ff6c authored by 黄奎's avatar 黄奎

页面修改

parent 60756bd1
......@@ -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, //是否显示确认完成按钮
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment