diff --git a/src/views/app/AppHomeView.vue b/src/views/app/AppHomeView.vue
index 9744e5d..f43aa0c 100644
--- a/src/views/app/AppHomeView.vue
+++ b/src/views/app/AppHomeView.vue
@@ -21,10 +21,16 @@ const appCreate = () => {
}
const name = ref(undefined)
const showDialog = ref(false)
+const detail = ref(undefined)
+const showDetailsDialog = ref(false)
const addApp = () => {
name.value = undefined
showDialog.value = true
}
+const showApp = (scope) => {
+ detail.value = undefined
+ // showDetailsDialog.value = true
+}
init()
@@ -37,6 +43,12 @@ init()
+
+
+ 详情
+ 删除
+
+
@@ -55,6 +67,21 @@ init()
+
+
+
+
+
+