| | |
| | | :label="$t('operatManage.operationLogObj.operationType')" |
| | | > |
| | | <el-select |
| | | :popper-append-to-body="false" |
| | | clearable |
| | | v-model="sizeForm.type" |
| | | :placeholder="$t('operatManage.operationLogObj.pleaseSelect')" |
| | |
| | | </el-date-picker> |
| | | </el-form-item> |
| | | |
| | | <el-form-item> |
| | | <el-form-item style="float: right"> |
| | | <el-button |
| | | @click="onSubmit" |
| | | icon="el-icon-search" |
| | |
| | | @size-change="handleSizeChange" |
| | | @current-change="handleCurrentChange" |
| | | :current-page="listData.pageIndex" |
| | | :page-sizes="[10, 20, 30, 40]" |
| | | :page-sizes="[10, 20, 50, 100]" |
| | | :page-size="listData.pageSize" |
| | | layout="total, sizes, prev, pager, next, jumper" |
| | | :total="count" |
| | |
| | | width: 300px; |
| | | } |
| | | .inquire { |
| | | overflow: auto; |
| | | |
| | | padding: 10px; |
| | | margin-top: 20px; |
| | | |