|
|
@ -346,7 +346,7 @@ const exportExcel = async () => {
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
<RuleConfig ref="ruleConfigRef" v-if="actionType === 'ruleconfig'" />
|
|
|
|
<RuleConfig ref="ruleConfigRef" v-if="actionType === 'ruleconfig'" />
|
|
|
|
<template #footer>
|
|
|
|
<template #footer>
|
|
|
|
<ElButton v-if="actionType == 'edit'" type="primary" :loading="saveLoading" @click="save">
|
|
|
|
<ElButton v-if="actionType == 'edit' || actionType == 'add'" type="primary" :loading="saveLoading" @click="save">
|
|
|
|
{{ t('dialogDemo.save') }}
|
|
|
|
{{ t('dialogDemo.save') }}
|
|
|
|
</ElButton>
|
|
|
|
</ElButton>
|
|
|
|
<ElButton v-if="actionType == 'ruleconfig'" type="primary" :loading="saveLoading" @click="addRuleConfig">
|
|
|
|
<ElButton v-if="actionType == 'ruleconfig'" type="primary" :loading="saveLoading" @click="addRuleConfig">
|
|
|
|