|
@@ -35,7 +35,8 @@
|
|
</el-transfer>
|
|
</el-transfer>
|
|
</el-col>
|
|
</el-col>
|
|
</el-row>
|
|
</el-row>
|
|
- <el-row :gutter="20" >
|
|
|
|
|
|
+
|
|
|
|
+ <el-row :gutter="20" style="margin-top: 10px;margin-right: 20px">
|
|
<el-col :span="20" align="right">
|
|
<el-col :span="20" align="right">
|
|
<el-button plain type="warning" @click="cancel">{{ $t('common.cancel') }}</el-button>
|
|
<el-button plain type="warning" @click="cancel">{{ $t('common.cancel') }}</el-button>
|
|
<el-button plain type="primary" @click="submitForm">{{ $t('common.confirm') }}</el-button>
|
|
<el-button plain type="primary" @click="submitForm">{{ $t('common.confirm') }}</el-button>
|