@@ -502,6 +502,12 @@
<el-button @click="upload.open = false">取 消</el-button>
</div>
</el-dialog>
+
+ <!-- 附件对话框 -->
+ <el-dialog v-dialogDrag :close-on-click-modal="false" :visible.sync="doc.open" append-to-body title="现场照片"
+ width="1000px">
+ <el-image v-for="file in doc.fileList" :key="file.id" :src="file.fileUrl" lazy></el-image>
+ </el-dialog>
</template>
@@ -473,6 +473,12 @@
@@ -304,6 +304,12 @@
@@ -384,6 +384,12 @@
@@ -514,6 +514,12 @@
@@ -446,6 +446,12 @@
@@ -306,6 +306,12 @@
@@ -587,6 +587,12 @@
@@ -449,6 +449,12 @@
@@ -467,6 +467,12 @@
@@ -409,6 +409,12 @@
@@ -480,6 +480,12 @@
@@ -455,6 +455,12 @@
@@ -454,6 +454,12 @@
@@ -311,6 +311,12 @@
@@ -337,6 +337,12 @@
@@ -284,6 +284,12 @@
@@ -310,6 +310,12 @@
@@ -466,6 +466,12 @@
@@ -281,6 +281,12 @@
@@ -359,6 +359,12 @@
@@ -431,6 +431,12 @@
@@ -294,6 +294,12 @@
@@ -244,6 +244,12 @@
@@ -193,6 +193,12 @@
@@ -414,6 +414,12 @@
@@ -305,6 +305,12 @@
@@ -323,6 +323,12 @@
@@ -299,6 +299,12 @@
@@ -308,6 +308,12 @@
@@ -426,6 +426,12 @@
@@ -369,6 +369,12 @@
<el-button @click="cancelBatch">取 消</el-button>