人员转换

This commit is contained in:
wanglei
2021-12-07 09:31:17 +08:00
parent d9685fbec6
commit 704b31ac79
6 changed files with 12 additions and 9 deletions

View File

@@ -92,10 +92,11 @@
import AiBack from "../../../components/AiBack";
import {mapActions, mapState} from "vuex";
import AiTopFixed from "../../../components/AiTopFixed";
import AiOpenData from "../../../components/AiOpenData";
export default {
name: "detail",
components: {AiBack, AiTopFixed},
components: {AiOpenData,AiBack, AiTopFixed},
props: {
params: {
type: [String, Number]