|
|
|
@ -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>
|
|
|
|
|