fix : 修复首页查看跳转问题及简化代码

This commit is contained in:
2024-06-02 11:54:19 +08:00
parent cd715fbf98
commit c05322a2bf
8 changed files with 59 additions and 90 deletions

View File

@@ -11,8 +11,6 @@ const localData = reactive({})
const tableIns = ref()
const router = useRouter()
const searchConfig = reactive([
{
label: '需求名称',
@@ -76,7 +74,6 @@ const searchConfig = reactive([
// colProps: {}
// },
])
const tableConfig = reactive({
columns: [
{