mirror of
https://github.com/certd/certd.git
synced 2026-05-15 20:47:31 +08:00
Merge remote-tracking branch 'origin/client_sync' into v2
# Conflicts: # packages/ui/certd-client/CHANGELOG.md # packages/ui/certd-client/package.json
This commit is contained in:
@@ -78,7 +78,7 @@ export default function ({ crudExpose }: CreateCrudOptionsProps): CreateCrudOpti
|
||||
},
|
||||
content: {
|
||||
title: "详情",
|
||||
type: ["editor-wang", "colspan"],
|
||||
type: ["editor-wang5", "colspan"],
|
||||
form: {
|
||||
itemProps: { labelWidth: "0px" }
|
||||
}
|
||||
|
||||
@@ -8,9 +8,11 @@
|
||||
|
||||
<script lang="ts">
|
||||
export default {
|
||||
// eslint-disable-next-line vue/multi-word-component-names
|
||||
name: "Exception404",
|
||||
methods: {
|
||||
toHome() {
|
||||
//@ts-ignore
|
||||
this.$router.push({ path: "/" });
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user