赞
踩
<el-card> <el-upload ref="uploadRef" class="upload-demo" action="#" :auto-upload="false" > <template #trigger> <el-button type="primary">选择文件</el-button> </template> </el-upload> <div class="main-card"> <div class="sourceImage"> <img v-if="imgUrl" :src="imgUrl" alt="" /> </div> <div class="sourceImage"> <!-- <template #file="{file}"> <img :src="file.url" alt=""> </template> --> <img v-if="resultUrl" :src="resultUrl" alt="" /> </div> </div> <el-button type="primary" @click="getData()">检测</el-button> <el-table :data="tableData" stripe style="width: 100%"> <el-table-column prop="name" label="Name" width="180" /> <el-table-column prop="age" label="Age" width="180" /> </el-table> <el-upload action="#" list-type="picture-card" :auto-upload="false" :on-change=&#
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。