diff --git a/package.json b/package.json index 6ecfedc..645a820 100644 --- a/package.json +++ b/package.json @@ -26,6 +26,7 @@ "pinia-plugin-persistedstate": "^3.2.1", "pnpm": "^9.12.1", "qiniu": "^7.13.0", + "qrcode": "^1.5.4", "unplugin-auto-import": "^0.18.3", "unplugin-vue-components": "^0.27.4", "vue": "^3.4.26", diff --git a/src/pages/Home/questionnaireItem.vue b/src/pages/Home/questionnaireItem.vue index 26bac68..ec7d8a7 100644 --- a/src/pages/Home/questionnaireItem.vue +++ b/src/pages/Home/questionnaireItem.vue @@ -15,6 +15,7 @@
删除问卷
+
查看分享二维码
复制分享链接
{{ "状态:" + (status===1 ? "草稿" : "已发布") }}
@@ -38,6 +39,13 @@
确认
+ + + + +