Merge pull request #12924 from ulleo/dev-v2

feat(X-Pack): 【数据填报】用户填报多条数据任务的列表内,支持拖动调整列宽
This commit is contained in:
ulleo 2024-10-25 18:34:57 +08:00 committed by GitHub
commit b6bd42e873
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 2 deletions

View File

@ -14,7 +14,8 @@ const props = defineProps({
selectedFlags: propTypes.string.def('id'),
tableData: propTypes.array,
emptyDesc: propTypes.string,
emptyImg: propTypes.string
emptyImg: propTypes.string,
border: propTypes.bool.def(false)
})
const attrs = useAttrs()
@ -124,6 +125,7 @@ defineExpose({
<el-table
header-cell-class-name="header-cell"
ref="table"
:border="border"
v-bind="state.tableAttrs"
:data="tableData"
:style="{ width: '100%' }"

@ -1 +1 @@
Subproject commit 343a143bb87b2f74ecf41e6c5afa22ca8470fcd5
Subproject commit 1087f588ed77a9fa2630c4bd92d71df65559793b