mirror of https://gitee.com/xiaonuobase/snowy
parent
f395391f4c
commit
5fe157b672
|
@ -44,6 +44,7 @@
|
|||
:alert="options.alert.show"
|
||||
bordered
|
||||
:row-key="(record) => record.id"
|
||||
:tool-config="toolConfig"
|
||||
:row-selection="options.rowSelection"
|
||||
>
|
||||
<template #operator class="table-operator">
|
||||
|
@ -124,6 +125,7 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
const toolConfig = { refresh: true, height: true, columnSetting: true }
|
||||
// 定义tableDOM
|
||||
const table = ref(null)
|
||||
const form = ref()
|
||||
|
|
|
@ -43,6 +43,7 @@
|
|||
:expand-row-by-click="true"
|
||||
:alert="options.alert.show"
|
||||
bordered
|
||||
:tool-config="toolConfig"
|
||||
:row-key="(record) => record.id"
|
||||
:row-selection="options.rowSelection"
|
||||
>
|
||||
|
@ -125,6 +126,7 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
const toolConfig = { refresh: true, height: true, columnSetting: true }
|
||||
// 定义tableDOM
|
||||
const table = ref(null)
|
||||
const form = ref()
|
||||
|
|
|
@ -55,6 +55,7 @@
|
|||
:expand-row-by-click="true"
|
||||
bordered
|
||||
:alert="options.alert.show"
|
||||
:tool-config="toolConfig"
|
||||
:row-key="(record) => record.id"
|
||||
:row-selection="options.rowSelection"
|
||||
>
|
||||
|
@ -206,6 +207,7 @@
|
|||
width: '220px'
|
||||
})
|
||||
}
|
||||
const toolConfig = { refresh: true, height: true, columnSetting: true }
|
||||
const statusData = tool.dictList('COMMON_STATUS')
|
||||
const searchFormRef = ref()
|
||||
let defaultExpandedKeys = ref([])
|
||||
|
|
Loading…
Reference in New Issue