diff --git a/src/components/drawers/InitiateRecommend.vue b/src/components/drawers/InitiateRecommend.vue new file mode 100644 index 00000000..5744901e --- /dev/null +++ b/src/components/drawers/InitiateRecommend.vue @@ -0,0 +1,790 @@ + + + + + + + + + + + + + + + 搜索 + + + + 重置 + + + + 导入 + + + + + 已选择 {{ selectNum }} + + 条案例 + 已导入 + {{ state.caseTitleList.length }} 条案例 + + + + + + + + + + + 已选 + + + + + + + + {{ item.title.length > 6 ? item.title.slice(0, 6) + '...' : item.title }} + + + + + + + {{ item.title.length > 6 ? item.title.slice(0, 6) + '...' : item.title }} + + + + + + + 查看更多> + + + 收起< + + + + + + + + 取消 + + + 下一步 + + + + + + + + + 导入 + + + 下载导入模版 + + + + + 下载最新案例列表 + + + + + + + 上传文件 + + + 支持文件格式:.xls/.xlsx + + + + {{ state.fileName }} + {{ + { + done: "上传完成", + uploading: "正在上传", + error: "上传失败", + removed: "正在上传", + }[state.status] }} + + + + + 导入 {{ state.totalNum }} 条,成功 {{ state.successNum }} 条,失败 {{ state.failNum + }} + 条。 + + + 下载失败数据 + + + + + + + + + + +