diff --git a/back/src/views/modules/ability/assignedScene/add-update-scene.vue b/back/src/views/modules/ability/assignedScene/add-update-scene.vue new file mode 100644 index 00000000..29aae680 --- /dev/null +++ b/back/src/views/modules/ability/assignedScene/add-update-scene.vue @@ -0,0 +1,427 @@ + + + + + 填写字段 + + + {{ item.name }} + + + + + + + + + + 基本信息 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {{ dataForm[data] || "--" }} + + + + {{ `${data['question']}` }} + + + {{ `${data['answer']} ` }} + + + + + {{ `${data['type']}` }} + + + {{ `${data['name']} ` }} + + + + + + {{ $t("cancel") }} + {{ + $t("confirm") + }} + + + + + + + + + + + diff --git a/back/src/views/modules/ability/assignedScene/index.vue b/back/src/views/modules/ability/assignedScene/index.vue new file mode 100644 index 00000000..1dd65749 --- /dev/null +++ b/back/src/views/modules/ability/assignedScene/index.vue @@ -0,0 +1,201 @@ + + + + + + + + + {{ + $t("query") + }} + + + + 挂接 + + + + 重置 + + + + + + + + + + + {{ $t("update") }} + {{ $t("delete") }} + 能力展示 + 技术文档 + + + + + + + + + + + + + + + + diff --git a/back/src/views/modules/ability/components/scene-use-step.vue b/back/src/views/modules/ability/components/scene-use-step.vue new file mode 100644 index 00000000..5af00854 --- /dev/null +++ b/back/src/views/modules/ability/components/scene-use-step.vue @@ -0,0 +1,107 @@ + + + + 常见问题 + + + + + + + + 删除 + + + 添加 + + + + + + \ No newline at end of file