| | |
| | | <el-form-item> |
| | | <el-button |
| | | @click="submitForm('ruleForm')" |
| | | icon="el-icon-search" |
| | | style="background: #409eff; border: 1px solid #409eff; color: white" |
| | | icon="el-icon-search" size="small" |
| | | type="primary" |
| | | >{{ |
| | | $t('common.iquery') |
| | | }}</el-button> |
| | | <el-button |
| | | @click="resetForm('ruleForm')" |
| | | icon="el-icon-refresh" |
| | | type="info" |
| | | type="info" size="small" |
| | | >{{ $t('common.empty') }}</el-button> |
| | | <el-button |
| | | v-if="menuStatus.insert" |
| | | @click="InsertFormdialog = true" |
| | | icon="el-icon-edit" |
| | | type="success" |
| | | type="success" size="small" |
| | | >{{ $t('common.append') }}</el-button> |
| | | <el-button |
| | | v-if="menuStatus.delete" |
| | | @click="DelFromData" |
| | | icon="el-icon-delete" |
| | | type="danger" |
| | | type="danger" size="small" |
| | | >{{ $t('common.delete') }}</el-button> |
| | | </el-form-item> |
| | | </el-form> |
| | |
| | | slot="footer" |
| | | class="dialog-footer" |
| | | > |
| | | <el-button @click="insertFromDataClose">{{ |
| | | <el-button size="small" @click="insertFromDataClose">{{ |
| | | $t('common.close') |
| | | }}</el-button> |
| | | <el-button |
| | | style="background: #409eff; border: 1px solid #409eff; color: white" |
| | | size="small" type="primary" |
| | | @click="insertFromData" |
| | | >{{ |
| | | $t('common.confirm') |
| | |
| | | slot="footer" |
| | | class="dialog-footer" |
| | | > |
| | | <el-button @click="EditFromDataClose">{{ |
| | | <el-button size="small" @click="EditFromDataClose">{{ |
| | | $t('common.close') |
| | | }}</el-button> |
| | | <el-button |
| | | @click="EditFromData" |
| | | style="background: #409eff; border: 1px solid #409eff; color: white" |
| | | size="small" type="primary" |
| | | >{{ |
| | | $t('common.confirm') |
| | | }}</el-button> |