From 351fc952ce57d906e0f46fc819f42433f76162e8 Mon Sep 17 00:00:00 2001 From: heimawl <1785969728@qq.com> Date: 星期一, 07 八月 2023 10:13:17 +0800 Subject: [PATCH] 11 --- src/views/patient/viewvant/index.vue | 24 +++++++----------------- 1 files changed, 7 insertions(+), 17 deletions(-) diff --git a/src/views/patient/viewvant/index.vue b/src/views/patient/viewvant/index.vue index 4da0485..4be3d7a 100644 --- a/src/views/patient/viewvant/index.vue +++ b/src/views/patient/viewvant/index.vue @@ -1,27 +1,17 @@ <template> - <div> - - </div> + <div>瑙嗗浘</div> </template> <script> export default { - data () { - return { - - } + data() { + return {}; }, - created () { + created() {}, - }, - - methods: { - - } -} + methods: {}, +}; </script> -<style lang='scss' scoped> - -</style> +<style lang="scss" scoped></style> -- Gitblit v1.9.3