fix: 账号查看 按钮修改

dev_1.0.0
JINGYJ 11 months ago
parent f05c120869
commit 7a53ca88a6

@ -336,14 +336,11 @@ onMounted(() => {
/>
</el-form-item>
</el-form>
<div class="drawer_footer">
<div class="drawer_footer" v-if="props.accountFromType !== 'view'">
<el-button plain @click="resetForm(ruleAccountFormRef)"
>重置</el-button
>
<el-button
type="primary"
@click="submitForm(ruleAccountFormRef)"
v-if="props.accountFromType !== 'view'"
<el-button type="primary" @click="submitForm(ruleAccountFormRef)"
>确定</el-button
>
</div>

Loading…
Cancel
Save