Commit 40b534ac authored by youjie's avatar youjie

购物报账拖拽文件

parent 4412fcfd
...@@ -79,10 +79,12 @@ ...@@ -79,10 +79,12 @@
</p> </p>
<img v-for="(img, imgIndex) in item.ShopDetailsList[0].imgList" @click="downLoadPZ(img)" v-if="img !== ''" <img v-for="(img, imgIndex) in item.ShopDetailsList[0].imgList" @click="downLoadPZ(img)" v-if="img !== ''"
:src="img" style="width: 10px;height: 10px;" alt=""> :src="img" style="width: 10px;height: 10px;" alt="">
<el-upload :http-request="uploadFileBtn" :multiple="true" :show-file-list="false" action=""> <div class="roomReservationsImg">
<i class="el-icon-plus avatar-uploader-icon" @click="UploadType=1"></i> <el-upload drag :http-request="uploadFileBtn" :multiple="true" :show-file-list="false" action="">
<div class="el-upload__text" @click="UploadType=1">{{$t('tips.dianjishanhcuan')}}</div> <i class="el-icon-plus avatar-uploader-icon" @click="UploadType=1"></i>
</el-upload> <div class="el-upload__text" @click="UploadType=1">{{$t('active.ld_djscwj')}}</div>
</el-upload>
</div>
<!--Credentials 凭证【导游】--> <!--Credentials 凭证【导游】-->
</td> </td>
<td class="more_td"> <td class="more_td">
...@@ -121,10 +123,12 @@ ...@@ -121,10 +123,12 @@
</p> </p>
<img v-for="(img, imgIndex) in item.ShopDetailsList[0].dmcImageList" @click="downLoadPZ(img)" <img v-for="(img, imgIndex) in item.ShopDetailsList[0].dmcImageList" @click="downLoadPZ(img)"
v-if="img !== ''" :src="img" style="width: 10px;height: 10px;" alt=""> v-if="img !== ''" :src="img" style="width: 10px;height: 10px;" alt="">
<el-upload :http-request="uploadFileBtn" :multiple="true" :show-file-list="false" action=""> <div class="roomReservationsImg">
<i class="el-icon-plus avatar-uploader-icon" @click="UploadType=2"></i> <el-upload drag :http-request="uploadFileBtn" :multiple="true" :show-file-list="false" action="">
<div class="el-upload__text" @click="UploadType=2">{{$t('tips.dianjishanhcuan')}}</div> <i class="el-icon-plus avatar-uploader-icon" @click="UploadType=2"></i>
</el-upload> <div class="el-upload__text" @click="UploadType=2">{{$t('active.ld_djscwj')}}</div>
</el-upload>
</div>
</td> </td>
<td v-if="subIndex==0" :rowspan="item.ShopDetailsList.length"> <td v-if="subIndex==0" :rowspan="item.ShopDetailsList.length">
<!--Remarks 备注--> <!--Remarks 备注-->
...@@ -325,6 +329,10 @@ ...@@ -325,6 +329,10 @@
</script> </script>
<style scoped> <style scoped>
/deep/.roomReservationsImg .el-upload-dragger{
width: auto;
height: auto
}
.roomReservationsSplitTrCss td { .roomReservationsSplitTrCss td {
background: #eee !important; background: #eee !important;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment