0.0.1版本
This commit is contained in:
@@ -81,6 +81,10 @@ const crudColumns = ref([
|
||||
editDisplay: false
|
||||
}
|
||||
])
|
||||
|
||||
defineOptions({
|
||||
name: "loginLog"
|
||||
})
|
||||
</script>
|
||||
|
||||
<style lang="less" scoped></style>
|
||||
|
||||
@@ -50,6 +50,10 @@ const handleDeleteAllLogButton = async () => {
|
||||
crudRef.value.refresh()
|
||||
Message.success(res.message)
|
||||
}
|
||||
|
||||
defineOptions({
|
||||
name: "operationLog"
|
||||
})
|
||||
</script>
|
||||
|
||||
<style lang="less" scoped></style>
|
||||
|
||||
@@ -85,6 +85,10 @@ const crudColumns = ref([
|
||||
{ title: "请求参数", dataIndex: "request_body", hide: true, formType: "textarea" },
|
||||
{ title: "返回信息", dataIndex: "json_result", hide: true, formType: "textarea" }
|
||||
])
|
||||
|
||||
defineOptions({
|
||||
name: "operations"
|
||||
})
|
||||
</script>
|
||||
|
||||
<style lang="less" scoped></style>
|
||||
|
||||
Reference in New Issue
Block a user