| | |
| | | :label="$t('operatManage.operationLogObj.operationType')" |
| | | > |
| | | <el-select |
| | | :popper-append-to-body="false" |
| | | v-model="sizeForm.type" |
| | | :placeholder="$t('operatManage.operationLogObj.pleaseSelect')" |
| | | > |
| | |
| | | v-model="sizeForm.start" |
| | | style="width: 100%" |
| | | type="datetime" |
| | | :popper-class="popperclass" |
| | | :placeholder="$t('operatManage.operationLogObj.optionDate')" |
| | | ></el-date-picker> |
| | | </el-form-item> |
| | |
| | | |
| | | data() { |
| | | return { |
| | | popperclass: '', |
| | | sizeForm: { |
| | | start: null, |
| | | end: null, |
| | |
| | | width: 300px; |
| | | } |
| | | .inquire { |
| | | overflow: auto; |
| | | padding: 10px; |
| | | margin-top: 20px; |
| | | |