| | |
| | | </el-date-picker> |
| | | </el-form-item> |
| | | <el-form-item> |
| | | <el-button @click="onSubmit" icon="el-icon-search">{{ |
| | | $t('operatManage.operationLogObj.inquire') |
| | | }}</el-button> |
| | | <el-button @click="onEmpty('formData1')" icon="el-icon-delete">{{ |
| | | $t('operatManage.operationLogObj.empty') |
| | | }}</el-button> |
| | | <el-button |
| | | @click="onSubmit" |
| | | icon="el-icon-search" |
| | | style="background: #409eff; border: 1px solid #409eff; color: white" |
| | | >{{ $t('operatManage.operationLogObj.inquire') }}</el-button |
| | | > |
| | | <el-button |
| | | @click="onEmpty('formData1')" |
| | | icon="el-icon-delete" |
| | | type="info" |
| | | >{{ $t('operatManage.operationLogObj.empty') }}</el-button |
| | | > |
| | | </el-form-item> |
| | | </el-form> |
| | | </div> |