调整
This commit is contained in:
parent
066a1c57a0
commit
077e3d7be6
@ -86,7 +86,7 @@
|
||||
<el-dialog :title="dialogTitle" :visible.sync="dialogFormVisible" :close-on-click-modal="false" @close="handleDialogClose()">
|
||||
<el-form ref="form" :rules="rules" :model="form" label-position="left" label-width="90px" style="width: 400px; margin-left:50px;">
|
||||
<el-form-item label="账号" prop="account_id">
|
||||
<el-input v-model="form.account_id" />
|
||||
<el-input v-model="form.account_id" :readonly="dialogStatus!=='create'" />
|
||||
</el-form-item>
|
||||
<el-form-item label="是否拉黑">
|
||||
<el-switch
|
||||
|
@ -49,7 +49,7 @@
|
||||
<el-dialog :title="dialogTitle" :visible.sync="dialogFormVisible" :close-on-click-modal="false" @close="handleDialogClose()">
|
||||
<el-form ref="form" :rules="rules" :model="form" label-position="left" label-width="130px" style="width: 400px; margin-left:50px;">
|
||||
<el-form-item label="账号/钱包/email" prop="user_identity">
|
||||
<el-input v-model="form.user_identity" />
|
||||
<el-input v-model="form.user_identity" :readonly="dialogStatus!=='create'" />
|
||||
</el-form-item>
|
||||
<el-form-item label="是否生效">
|
||||
<el-switch
|
||||
@ -204,9 +204,6 @@ export default {
|
||||
})
|
||||
}
|
||||
})
|
||||
},
|
||||
modeUpload(item) {
|
||||
this.uploadData.file = item.file
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user