|
|
@ -163,7 +163,7 @@ |
|
|
|
icon="el-icon-plus" |
|
|
|
@click="addSecondaryResource()">新增 </el-button> |
|
|
|
</div> |
|
|
|
<dir> |
|
|
|
<div> |
|
|
|
<template v-for="(data,index) in formData['ArtStockResourceData-ArticleSecondaryResourceLi']" |
|
|
|
:key="'ArticleSecondaryResourceLi_' +index"> |
|
|
|
<el-row class="item_style"> |
|
|
@ -255,7 +255,7 @@ |
|
|
|
</el-row> |
|
|
|
</template> |
|
|
|
|
|
|
|
</dir> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -269,7 +269,7 @@ |
|
|
|
icon="el-icon-plus" |
|
|
|
@click="addAlternativeResource()">新增 </el-button> |
|
|
|
</div> |
|
|
|
<dir> |
|
|
|
<div> |
|
|
|
<template v-for="(data,index) in formData['ArtStockResourceData-ArticleAlternativeResourceLi']" |
|
|
|
:key="'ArticleAlternativeResourceLi_' +index"> |
|
|
|
<el-row class="item_style"> |
|
|
@ -368,7 +368,7 @@ |
|
|
|
</el-row> |
|
|
|
</template> |
|
|
|
|
|
|
|
</dir> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|