环境配置
This commit is contained in:
@@ -173,7 +173,8 @@
|
||||
<div class="row flex">
|
||||
<imgCell
|
||||
:type="'dpmas'"
|
||||
v-for="img in dpm.dpmasImg.split(',')"
|
||||
:imgIndex="index"
|
||||
v-for="(img,index) in dpm.dpmasImg.split(',')"
|
||||
:src="img.indexOf('http') > -1 ? img : fileHost + img"
|
||||
@openEditor="openEditor"
|
||||
></imgCell>
|
||||
@@ -259,7 +260,8 @@
|
||||
<div class="row flex">
|
||||
<imgCell
|
||||
:type="'check'"
|
||||
v-for="img in caseVO.checkImg.split(',')"
|
||||
:imgIndex="index"
|
||||
v-for="(img,index) in caseVO.checkImg.split(',')"
|
||||
:src="img.indexOf('http') > -1 ? img : fileHost + img"
|
||||
@openEditor="openEditor"
|
||||
></imgCell>
|
||||
|
||||
Reference in New Issue
Block a user