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