mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-11 21:57:56 +08:00
5.0
This commit is contained in:
@@ -3,17 +3,14 @@ import {
|
||||
handleConfirm,
|
||||
dlgApiSelectShow,
|
||||
tableColumns,
|
||||
dlgWidth
|
||||
} from "@/components/ApiSelect/index";
|
||||
import {
|
||||
handlePaginationChange,
|
||||
dlgWidth,
|
||||
selectable,
|
||||
handleSelectionChange,
|
||||
handleSearch,
|
||||
pageInfo,
|
||||
searchFormColumns,
|
||||
searchFormData,
|
||||
total,
|
||||
tableData
|
||||
} from "@/views/serve/api/index";
|
||||
} from "@/components/ApiSelect/index";
|
||||
</script>
|
||||
|
||||
<template>
|
||||
@@ -39,14 +36,12 @@ import {
|
||||
<PlusTable
|
||||
:columns="tableColumns"
|
||||
:table-data="tableData"
|
||||
:pagination="{
|
||||
total,
|
||||
modelValue: pageInfo,
|
||||
pageSizeList: [10, 20, 50, 100],
|
||||
align: 'right'
|
||||
:is-selection="true"
|
||||
:selectionTableColumnProps="{
|
||||
selectable: selectable
|
||||
}"
|
||||
adaptive
|
||||
@paginationChange="handlePaginationChange"
|
||||
@selection-change="handleSelectionChange"
|
||||
/>
|
||||
</el-card>
|
||||
</PlusDialog>
|
||||
|
Reference in New Issue
Block a user