|
|
@ -645,7 +645,7 @@ const batchAdd = function () { |
|
|
|
<template> |
|
|
|
<div style="display: flex"> |
|
|
|
<div style="margin-right: 20px">新增充值</div> |
|
|
|
<el-button type="primary" plain @click="batchInit()">批量充值</el-button> |
|
|
|
<!-- <el-button type="primary" plain @click="batchInit()">批量充值</el-button> --> |
|
|
|
</div> |
|
|
|
|
|
|
|
<el-form |
|
|
@ -864,7 +864,7 @@ const batchAdd = function () { |
|
|
|
</el-form> |
|
|
|
</el-card> |
|
|
|
|
|
|
|
<el-dialog |
|
|
|
<!-- <el-dialog |
|
|
|
v-model="batchRechargeVisible" |
|
|
|
title="批量充值" |
|
|
|
width="1800px" |
|
|
@ -1006,14 +1006,14 @@ const batchAdd = function () { |
|
|
|
</el-table-column> |
|
|
|
<el-table-column property="rechargeVoucher" label="充值凭证"> |
|
|
|
<span> X </span> |
|
|
|
<!-- <template #default="scope"> |
|
|
|
<template #default="scope"> |
|
|
|
<el-upload class="avatar-uploader" :show-file-list="true" :on-success="handleAvatarSuccess" |
|
|
|
:before-upload="beforeAvatarUpload" v-if="scope.row.showInput"> |
|
|
|
<img v-if="scope.row.imageUrl" :src="scope.row.imageUrl" class="avatar" /> |
|
|
|
<el-icon v-else class="avatar-uploader-icon"></el-icon> |
|
|
|
</el-upload> |
|
|
|
<span v-else>{{ scope.row.rechargeVoucher }}</span> |
|
|
|
</template> --> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column property="remark" label="备注" width="130px"> |
|
|
|
<template #default="scope"> |
|
|
@ -1081,7 +1081,7 @@ const batchAdd = function () { |
|
|
|
<el-button type="primary" @click="batchAdd()"> 提交 </el-button> |
|
|
|
</div> |
|
|
|
</el-row> |
|
|
|
</el-dialog> |
|
|
|
</el-dialog> --> |
|
|
|
</template> |
|
|
|
|
|
|
|
<style scoped> |
|
|
|