fix: 账号查看 按钮修改

dev_1.0.0
JINGYJ
parent f05c120869
commit 7a53ca88a6

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

Loading…
Cancel
Save