Commit 2acd9dce authored by zhengke's avatar zhengke

修改

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