|
|
@ -41,7 +41,7 @@ |
|
|
|
<!-- :autosize="{ minRows: 2, maxRows: 8 }"></el-input>--> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column label="操作" header-align="center" align="left" width="570"> |
|
|
|
<el-table-column label="操作" header-align="center" align="left" width="360"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<div v-if="scope.row.itemImgVoList.length > 0"> |
|
|
|
<div class="operate" v-for="(item,index) in scope.row.itemImgVoList"> |
|
|
@ -52,12 +52,12 @@ |
|
|
|
<el-button type="primary" size="small" |
|
|
|
@click="handleLookImg(scope.row.itemImgVoList[index].imgUrlList)">查看 |
|
|
|
</el-button> |
|
|
|
<div class="upload_img"> <!-- @change="getUrl($event, index,scope.$index)" --> |
|
|
|
<upload_jianchabiao ref="uploadMoreImg" |
|
|
|
v-model="scope.row.itemImgVoList[index].imgUrlList" |
|
|
|
:limit="1" bucket="map" |
|
|
|
:upload-data="{type:'0001'}"/> |
|
|
|
</div> |
|
|
|
<!-- <div class="upload_img"> <!– @change="getUrl($event, index,scope.$index)" –>--> |
|
|
|
<!-- <upload_jianchabiao ref="uploadMoreImg"--> |
|
|
|
<!-- v-model="scope.row.itemImgVoList[index].imgUrlList"--> |
|
|
|
<!-- :limit="1" bucket="map"--> |
|
|
|
<!-- :upload-data="{type:'0001'}"/>--> |
|
|
|
<!-- </div>--> |
|
|
|
<!-- <el-button type="primary" size="small" @click="handleUpload">上传</el-button>--> |
|
|
|
<el-button type="primary" size="small" |
|
|
|
@click="handleExample(scope.row.itemImgVoList[index].imgPathList)">图片示例 |
|
|
@ -103,7 +103,7 @@ |
|
|
|
</template> |
|
|
|
|
|
|
|
<script> |
|
|
|
import { getVehinspectItemInfo, saveResultImage } from '@/api/supplychain/yancheguanli' |
|
|
|
import { getVehinspectItemInfo } from '@/api/supplychain/yancheguanli' |
|
|
|
import upload_jianchabiao from '@/components/uploadFile/upload_jianchabiao' |
|
|
|
|
|
|
|
export default { |
|
|
|