|
|
@ -78,7 +78,7 @@ const props = defineProps({ |
|
|
|
const message = useMessage() // 消息弹窗 |
|
|
|
const route = useRoute() // 路由信息 |
|
|
|
const popoverVisible = ref(false) |
|
|
|
const searchOption_high = ref(props.allSchemas.tableColumns.filter(item => (item.field != "action"))) |
|
|
|
const searchOption_high = ref(props.allSchemas?.tableColumns.filter(item => (item.field != "action"))) |
|
|
|
const moreListData = ref({ |
|
|
|
filters:[] |
|
|
|
}) |
|
|
|