diff --git a/src/views/tcZz/netManage/qlzxxddt/index.vue b/src/views/tcZz/netManage/qlzxxddt/index.vue index e00be0c..9134fcc 100644 --- a/src/views/tcZz/netManage/qlzxxddt/index.vue +++ b/src/views/tcZz/netManage/qlzxxddt/index.vue @@ -289,7 +289,18 @@
-
+ + +
+ + +
+
{{ form.remark }} @@ -396,6 +407,7 @@ fileList:[], images:[], imageUrls:'', + srcList:[], }; }, created() { @@ -507,10 +519,12 @@ handleInfo(row){ this.reset(); this.images = []; + this.srcList = []; const id = row.id || this.ids getQlzxxddt(id).then(response => { this.form = response.data; this.images = this.form.imageUrl.split(','); + this.srcList = this.form.imageUrl.split(','); this.infoOpen = true; this.infoTitle = "查看清朗专项行动动态详情" }); @@ -695,7 +709,7 @@ flex-wrap: wrap; width: 100%; img { - width: 150px; + // width: 150px; margin: 5px; } }