Commit 2acd9dce authored by zhengke's avatar zhengke

修改

parent cc46b5d3
......@@ -138,7 +138,7 @@
align-items: center;
height: 25px;
position: absolute;
bottom:20px;
bottom:10px;
width:100%;
right:0;
}
......@@ -294,7 +294,7 @@
</template>
</div>
</template>
<template v-if="workAuthObj.isShowEditAndDelete&&WorkObj.ItemImgList.length>0">
<template v-if="workAuthObj.isShowEditAndDelete&&WorkObj.ItemImgList&&WorkObj.ItemImgList.length>0">
<el-upload class="schedul_Upload MyUpload" style="display:inline;" action="" list-type="picture-card"
:show-file-list="false" :http-request="UploadWorkFile">
<i class="el-icon-plus"></i>
......@@ -328,7 +328,7 @@
</template>
<template v-if="WorkObj.ItemType==2 && workAuthObj.isShowEditAndDelete">
<q-btn color="primary" flat dense style="margin-left:10px;" v-if="isShowSure" slot="reference"
@click="saveOrder()" label="确认完成" />
@click="saveOrder(1)" label="确认完成" />
</template>
</div>
</div>
......
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