123
This commit is contained in:
@@ -53,7 +53,6 @@ const crudOptions = ref({
|
||||
api: logApi.getLoginLogs,
|
||||
edit: { api: editClick, text: "查看操作日志信息", show: false },
|
||||
showIndex: false,
|
||||
showTools: false,
|
||||
pageLayout: "fixed",
|
||||
tablePagination: false,
|
||||
operationColumn: true,
|
||||
|
||||
@@ -29,7 +29,6 @@ const crudOptions = reactive({
|
||||
api: operationApi.getOperationsLogs,
|
||||
showIndex: false,
|
||||
pageLayout: "fixed",
|
||||
showTools: false,
|
||||
tablePagination: false,
|
||||
bordered: { wrapper: true, cell: true },
|
||||
afterDelete(response) {
|
||||
|
||||
@@ -53,7 +53,6 @@ const crudOptions = ref({
|
||||
api: logApi.getOperations,
|
||||
edit: { api: editClick, text: "查看操作日志信息", show: false },
|
||||
showIndex: false,
|
||||
showTools: false,
|
||||
pageLayout: "fixed",
|
||||
tablePagination: false,
|
||||
operationColumn: true,
|
||||
|
||||
Reference in New Issue
Block a user