|
|
@ -324,7 +324,10 @@ onMounted(() => {
|
|
|
|
</el-form>
|
|
|
|
</el-form>
|
|
|
|
<div class="drawer_footer">
|
|
|
|
<div class="drawer_footer">
|
|
|
|
<el-button plain @click="resetForm(ruleFormRef)">重置</el-button>
|
|
|
|
<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
|
|
|
|
>确定</el-button
|
|
|
|
>
|
|
|
|
>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|