|
|
@@ -1,7 +1,7 @@
|
|
|
<template>
|
|
|
<div class="deleteUploadImgTaskPhoto">
|
|
|
<van-row gutter="10">
|
|
|
- <van-col span="6" style="" v-if="insert == '1'">
|
|
|
+ <van-col span="6" style="" v-if="insert == '1' && formData.processStatus != 1">
|
|
|
<div class="addImg">
|
|
|
<uploadVNormalTaskPhoto
|
|
|
:shouws="true"
|
|
|
@@ -21,11 +21,9 @@
|
|
|
</van-col>
|
|
|
<van-col span="6" v-for="(urls, index) in imgArr" :key="index">
|
|
|
<div class="imgview">
|
|
|
- <van-icon
|
|
|
- v-if="insert == '1'"
|
|
|
- name="close"
|
|
|
- size="16"
|
|
|
- v-on:click="deleteImg(index, urls)" />
|
|
|
+ <van-icon <<<<<<< HEAD v-if="insert == '1'" ======= v-if=" (photoIdentifyType != 6 ||
|
|
|
+ photoIdentifyType != 7) && insert == '1' && formData.processStatus != 1 " >>>>>>> release
|
|
|
+ name="close" size="16" v-on:click="deleteImg(index, urls)" />
|
|
|
<img :src="urls.fileUrl" width="100px" height="100px" @click="previewsImg(index)" />
|
|
|
<!-- <img
|
|
|
v-else
|