|
|
@@ -115,8 +115,8 @@
|
|
|
<van-icon @click="delNewRow('blank_adopzrdd', index, true)" name="delete"
|
|
|
style="color: #f56c6c;"></van-icon>
|
|
|
附件:</span>
|
|
|
- <template v-if="item.files && item.files.length">
|
|
|
- <van-badge :content="item.files.length">
|
|
|
+ <template v-if="item.file && item.file.length">
|
|
|
+ <van-badge :content="item.file.length">
|
|
|
<van-button type="primary" size="mini" @click="handleUploadLocal('blank_adopzrdd', index)">上传附件</van-button>
|
|
|
</van-badge>
|
|
|
</template>
|