|
|
@ -2,6 +2,13 @@ |
|
|
|
<div class='CoordinateSchedulingRecords'> |
|
|
|
<!-- 搜索栏 --> |
|
|
|
<div class="filter"> |
|
|
|
<ButtonGradient> |
|
|
|
<template #prefix> |
|
|
|
<img src="@screen/images/refresh.svg" /> |
|
|
|
</template> |
|
|
|
刷新 |
|
|
|
</ButtonGradient> |
|
|
|
|
|
|
|
<InputSearch style="width: 402px;" /> |
|
|
|
</div> |
|
|
|
|
|
|
@ -21,6 +28,7 @@ |
|
|
|
import Pagination from '@screen/components/Pagination.vue'; |
|
|
|
import InputSearch from '@screen/components/InputSearch/index.vue'; |
|
|
|
import Card from './components/Card/index.vue'; |
|
|
|
import ButtonGradient from '@screen/components/Buttons/ButtonGradient.vue'; |
|
|
|
|
|
|
|
export default { |
|
|
|
name: 'CoordinateSchedulingRecords', |
|
|
@ -28,6 +36,7 @@ export default { |
|
|
|
Pagination, |
|
|
|
Card, |
|
|
|
InputSearch, |
|
|
|
ButtonGradient |
|
|
|
}, |
|
|
|
data() { |
|
|
|
return { |
|
|
@ -58,7 +67,7 @@ export default { |
|
|
|
.filter { |
|
|
|
height: 60px; |
|
|
|
display: flex; |
|
|
|
justify-content: flex-end; |
|
|
|
justify-content: space-between; |
|
|
|
} |
|
|
|
|
|
|
|
.body { |
|
|
|