diff --git a/src/apps/AppAskForm/components/AddList.vue b/src/apps/AppAskForm/components/AddList.vue new file mode 100644 index 00000000..a2f43815 --- /dev/null +++ b/src/apps/AppAskForm/components/AddList.vue @@ -0,0 +1,189 @@ + + + + + {{ item.name }} + 立即创建 + + + + 共享模板 + + + + {{ item.title }} + + + + + + + + + + diff --git a/src/apps/AppAskForm/components/List.vue b/src/apps/AppAskForm/components/List.vue new file mode 100644 index 00000000..44eed4c0 --- /dev/null +++ b/src/apps/AppAskForm/components/List.vue @@ -0,0 +1,498 @@ + + + + + + + + + + {{ item.title }} + + {{ item.createUserName }} + {{ item.createUnitName }} + {{ item.createTime.substr(0, item.createTime.length - 3) }} + {{ $dict.getLabel('questionnaireType', item.type) }} + + + + {{ item.dataCount }} + 答卷数量 + + + + + {{ $dict.getLabel('questionnaireStatus', item.status) }} + + + + + + + {{ info.title }} + + + + + + 编辑 + + + + + + 预览 + + + + + + 发布 + + + + + + 停止 + + + + + + 分享 + + + + + + 共享为模板 + + + + + + 删除 + + + 关闭 + + + + + + + +