mirror of
https://gitee.com/mirrors/AllinSSL.git
synced 2026-03-12 01:30:09 +08:00
【调整】新增部署插件扩展功能
【新增】多吉云cdn配置 【优化】分页新增本地存储功能
This commit is contained in:
@@ -7,7 +7,7 @@ import EmptyState from '@components/TableEmptyState'
|
||||
import BaseComponent from '@components/BaseLayout'
|
||||
|
||||
/**
|
||||
* CA授权管理模态框组件
|
||||
* ACME账户管理模态框组件
|
||||
*/
|
||||
export default defineComponent({
|
||||
name: 'CAManageModal',
|
||||
@@ -18,7 +18,7 @@ export default defineComponent({
|
||||
},
|
||||
},
|
||||
setup(props) {
|
||||
const { CATable, CATablePage, handleOpenAddForm, total } = useCAManageController(props)
|
||||
const { TableComponent, PageComponent, handleOpenAddForm, total } = useCAManageController(props)
|
||||
return () => (
|
||||
<BaseComponent
|
||||
v-slots={{
|
||||
@@ -30,7 +30,7 @@ export default defineComponent({
|
||||
),
|
||||
content: () => (
|
||||
<div class="rounded-lg">
|
||||
<CATable
|
||||
<TableComponent
|
||||
size="medium"
|
||||
v-slots={{
|
||||
empty: () => <EmptyState addButtonText={$t('t_4_1747903685371')} onAddClick={handleOpenAddForm} />,
|
||||
@@ -40,7 +40,7 @@ export default defineComponent({
|
||||
),
|
||||
footerRight: () => (
|
||||
<div class="flex justify-end mt-4">
|
||||
<CATablePage
|
||||
<PageComponent
|
||||
v-slots={{
|
||||
prefix: () => (
|
||||
<span>
|
||||
|
||||
Reference in New Issue
Block a user