@@ -4,6 +4,7 @@
<el-drawer
:title="$t(`新建提成方案`)"
:visible.sync="dialogVisible"
+ :wrapperClosable="false"
size="900px"
direction="rtl"
append-to-body
@@ -4,7 +4,6 @@
:title="$t(`提成方案`)"
- :wrapperClosable="false"
size="70%"
:title="$t(`编辑领域提成`)"
:title="$t(`编辑提成方案`)"
:title="$t(`领域提成`)"
@@ -21,9 +20,6 @@
</template>
</tableMerge>
</div>
- <div class="fixed__btn__panel">
- <el-button size="small" @click="dialogVisible = false" class="normal-btn-width">{{$t('取 消')}}</el-button>
- </div>
</el-drawer>
@@ -6,6 +6,7 @@
:title="$t('新建')"
:visible.sync="drawer"
:show-close="false"
@@ -100,6 +101,7 @@
<el-button class="normal-btn-width" size="small" @click="resetForm"
>{{$t('重 置')}}</el-button
>
+ <el-button size="small" @click="drawer = false;resetForm()" class="normal-btn-width">{{$t('取 消')}}</el-button>
:title="$t('编辑')"
@@ -57,6 +58,7 @@
<div class="fixed__btn__panel">
<el-button class="normal-btn-width" type="primary" size="small" @click="submitForm">{{$t('创 建')}}</el-button>
<el-button class="normal-btn-width" size="small" @click="resetForm">{{$t('重 置')}}</el-button>
@@ -9,6 +9,7 @@
:title="$t('新增案例')"
:visible.sync="dialogFormVisible"
@@ -10,6 +10,7 @@
:title="$t('编辑案例')"
:title="$t('新增资讯')"
size="60%"
:title="$t('编辑资讯')"
:title="$t(`新建营销产品`)"
:title="$t(`编辑营销产品`)"
@@ -332,4 +333,4 @@ export default {
margin-top: 3px;
color: #606266;
}
-</style>
+</style>