|
@ -660,6 +660,7 @@ onMounted(() => { |
|
|
<template> |
|
|
<template> |
|
|
<div> |
|
|
<div> |
|
|
<div class="userAndForm"> |
|
|
<div class="userAndForm"> |
|
|
|
|
|
<div class="left"> |
|
|
<el-form :model="recharge" ref="Ref" :rules="rules" label-width="auto" label-position="right" |
|
|
<el-form :model="recharge" ref="Ref" :rules="rules" label-width="auto" label-position="right" |
|
|
style="max-width: 600px" class="add-form"> |
|
|
style="max-width: 600px" class="add-form"> |
|
|
<el-form-item prop="jwcode" label="精网号"> |
|
|
<el-form-item prop="jwcode" label="精网号"> |
|
@ -717,10 +718,12 @@ onMounted(() => { |
|
|
<el-button @click="deleteRecharge" style="margin-left: 220px;margin-top:20px" type="success">重置</el-button> |
|
|
<el-button @click="deleteRecharge" style="margin-left: 220px;margin-top:20px" type="success">重置</el-button> |
|
|
<el-button type="primary" style="margin-top:20px" :disabled="addDisabled" @click="addBefore"> 提交</el-button> |
|
|
<el-button type="primary" style="margin-top:20px" :disabled="addDisabled" @click="addBefore"> 提交</el-button> |
|
|
</el-form> |
|
|
</el-form> |
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
<div class="right"> |
|
|
<!-- 客户信息栏 --> |
|
|
<!-- 客户信息栏 --> |
|
|
<el-card v-if="user.jwcode" style="max-width: 800px" class="beautiful"> |
|
|
<el-card v-if="user.jwcode" style="max-width: 800px" class="beautiful"> |
|
|
<el-form :model="user" label-width="auto" style="max-width: 800px" label-position="left"> |
|
|
|
|
|
|
|
|
<el-form :model="user" label-width="auto" style="min-width: 650px" label-position="left"> |
|
|
<el-text size="large" style="margin-left: 20px">客户信息</el-text> |
|
|
<el-text size="large" style="margin-left: 20px">客户信息</el-text> |
|
|
|
|
|
|
|
|
<!-- 第一行:姓名 + 历史金币 --> |
|
|
<!-- 第一行:姓名 + 历史金币 --> |
|
@ -789,6 +792,8 @@ onMounted(() => { |
|
|
</el-card> |
|
|
</el-card> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<el-dialog v-model="FirstRechargeDialogVisible" title="操作确认" :before-close="FirstRechargeDialogVisiblehandleClose" |
|
|
<el-dialog v-model="FirstRechargeDialogVisible" title="操作确认" :before-close="FirstRechargeDialogVisiblehandleClose" |
|
|
:close-on-click-modal="false" width="400px"> |
|
|
:close-on-click-modal="false" width="400px"> |
|
@ -904,8 +909,33 @@ onMounted(() => { |
|
|
<style scoped> |
|
|
<style scoped> |
|
|
.userAndForm { |
|
|
.userAndForm { |
|
|
width: 100%; |
|
|
width: 100%; |
|
|
|
|
|
height: 100%; |
|
|
|
|
|
display: flex; |
|
|
|
|
|
align-items: center; |
|
|
|
|
|
|
|
|
|
|
|
.left { |
|
|
|
|
|
width: 35%; |
|
|
|
|
|
display: flex; |
|
|
|
|
|
|
|
|
|
|
|
.add-form { |
|
|
|
|
|
width: 100%; |
|
|
|
|
|
margin-top: 50px; |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.right { |
|
|
|
|
|
flex: 1; |
|
|
|
|
|
margin-left: 20px; |
|
|
|
|
|
display: flex; |
|
|
|
|
|
|
|
|
|
|
|
.beautiful { |
|
|
|
|
|
width: 90%; |
|
|
display: flex; |
|
|
display: flex; |
|
|
|
|
|
justify-content: center; |
|
|
align-items: center; |
|
|
align-items: center; |
|
|
|
|
|
padding: 0 10px; |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
p { |
|
|
p { |
|
@ -917,22 +947,6 @@ p { |
|
|
margin-left: auto; |
|
|
margin-left: auto; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.el-form-item { |
|
|
|
|
|
margin-left: 50px; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.add-form { |
|
|
|
|
|
margin-top: 50px; |
|
|
|
|
|
max-width: 50%; |
|
|
|
|
|
float: left; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.beautiful { |
|
|
|
|
|
flex: 1; |
|
|
|
|
|
float: right; |
|
|
|
|
|
margin-left: 150px; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.field-label { |
|
|
.field-label { |
|
|
font-size: 14px; |
|
|
font-size: 14px; |
|
|
color: #606266; |
|
|
color: #606266; |
|
@ -950,6 +964,7 @@ p { |
|
|
justify-content: center; |
|
|
justify-content: center; |
|
|
gap: 12px; |
|
|
gap: 12px; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/* 上传图片的格式 */ |
|
|
/* 上传图片的格式 */ |
|
|
.avatar-uploader .avatar { |
|
|
.avatar-uploader .avatar { |
|
|
width: 50px; |
|
|
width: 50px; |
|
|