调整
This commit is contained in:
parent
ebdd64dae8
commit
02c8bd5114
@ -103,7 +103,9 @@ export default {
|
||||
{
|
||||
validator: (rule, value, cb, source, options) => {
|
||||
const errors = []
|
||||
console.log(this.postForm.mailtype)
|
||||
if (this.mailTypeVisible) {
|
||||
console.log(this.postForm.mailtype)
|
||||
}
|
||||
cb()
|
||||
return errors
|
||||
},
|
||||
@ -115,7 +117,9 @@ export default {
|
||||
{
|
||||
validator: (rule, value, cb, source, options) => {
|
||||
const errors = []
|
||||
console.log(this.postForm.mailtype)
|
||||
if (this.mailTypeVisible) {
|
||||
console.log(this.postForm.mailtype)
|
||||
}
|
||||
cb()
|
||||
return errors
|
||||
}
|
||||
|
@ -9,12 +9,12 @@
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="5">
|
||||
<el-form-item label-width="120px" label="创建钱包地址" class="postInfo-container-item" prop="content">
|
||||
<el-form-item label-width="120px" label="创建邮件账号" class="postInfo-container-item" prop="content">
|
||||
<el-input v-model="postForm.create_address" />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="5">
|
||||
<el-form-item label-width="120px" label="更新钱包地址" class="postInfo-container-item" prop="content">
|
||||
<el-form-item label-width="120px" label="更新邮件账号" class="postInfo-container-item" prop="content">
|
||||
<el-input v-model="postForm.update_address" />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
|
Loading…
x
Reference in New Issue
Block a user