| | |
| | | <template> |
| | | <!-- <div class="header">媒体文件</div>--> |
| | | <!--搜索栏--> |
| | | <a-config-provider :locale="zhCN"> |
| | | <div class="search-panel-wrapper"> |
| | | <div class="search-part"> |
| | | <a-range-picker :size="searchPanelOptions.size" :format="searchPanelOptions.dateFormat" |
| | |
| | | </a-table> |
| | | </div> |
| | | </a-spin> |
| | | </a-config-provider> |
| | | </template> |
| | | |
| | | <script setup lang="ts"> |
| | | import zhCN from 'ant-design-vue/es/locale/zh_CN' |
| | | import {ref} from '@vue/reactivity' |
| | | import {TableState} from 'ant-design-vue/lib/table/interface' |
| | | import {onMounted, reactive} from 'vue' |