|
@@ -4,6 +4,7 @@
|
|
|
<el-drawer
|
|
<el-drawer
|
|
|
:title="$t('编辑')"
|
|
:title="$t('编辑')"
|
|
|
:visible.sync="drawer"
|
|
:visible.sync="drawer"
|
|
|
|
|
+ :wrapperClosable="false"
|
|
|
direction="rtl"
|
|
direction="rtl"
|
|
|
append-to-body
|
|
append-to-body
|
|
|
:show-close="false"
|
|
:show-close="false"
|
|
@@ -57,6 +58,7 @@
|
|
|
<div class="fixed__btn__panel">
|
|
<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" type="primary" size="small" @click="submitForm">{{$t('创 建')}}</el-button>
|
|
|
<el-button class="normal-btn-width" size="small" @click="resetForm">{{$t('重 置')}}</el-button>
|
|
<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>
|
|
|
</div>
|
|
</div>
|
|
|
</el-drawer>
|
|
</el-drawer>
|
|
|
</div>
|
|
</div>
|