mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-student.git
synced 2025-12-07 01:46:46 +08:00
接口初始化 第一版
This commit is contained in:
@@ -39,15 +39,18 @@
|
||||
<div class="title">
|
||||
{{ disDetail.discussName }}
|
||||
</div>
|
||||
<!-- todo #讨论页面 发表帖子跳转到哪里-->
|
||||
<button class="btn">发表帖子</button>
|
||||
</div>
|
||||
|
||||
<div class="line clearfix">
|
||||
<div class="linetitle">{{ disDetail.discussExplain }}</div>
|
||||
<div class="radi"></div>
|
||||
<!-- todo #讨论页面 状态字段没有-->
|
||||
<div class="intime">进行中</div>
|
||||
</div>
|
||||
<div class="allbtn">
|
||||
<!-- todo #讨论页面 查询条件最新 最热 查询字段-->
|
||||
<button :class="`btnone ${param.searchType==1?'active':''}`" @click="param.searchType=1">最新</button>
|
||||
<button :class="`btntwo ${param.searchType==2?'active':''}`" @click="param.searchType=2"
|
||||
style="margin-left: 20px">最热
|
||||
|
||||
@@ -39,12 +39,14 @@
|
||||
<div class="title">
|
||||
{{ disDetail.discussName }}
|
||||
</div>
|
||||
<!--todo #帖子评论详情 回复功能点击后去哪里-->
|
||||
<button class="btn">回复</button>
|
||||
</div>
|
||||
|
||||
<div class="line clearfix">
|
||||
<div class="linetitle">{{ disDetail.discussExplain }}</div>
|
||||
<div class="radi"></div>
|
||||
<!--todo #帖子评论详情 缺少状态字段-->
|
||||
<div class="intime">进行中</div>
|
||||
</div>
|
||||
<div class="discusscontent clearfix">
|
||||
@@ -107,6 +109,7 @@
|
||||
<div class="header">
|
||||
<div class="avator"></div>
|
||||
<div class="id">{{ row.stuName }}</div>
|
||||
<!--todo #帖子评论详情 评论人名称后面有个(显示事业)?-->
|
||||
<div class="showCareer">(显示事业)</div>
|
||||
<div class="idThink">理性思考,崇尚科学</div>
|
||||
</div>
|
||||
@@ -116,6 +119,7 @@
|
||||
{{ row.discussReviewContent }}
|
||||
</div>
|
||||
</div>
|
||||
<!--todo #帖子评论详情 评论评论中缺少点赞数 是否点赞字段-->
|
||||
<div class="intime">{{ row.createTime }}</div>
|
||||
<div class="likeYou">
|
||||
<div @click="commentComment(row)" style="display: flex;cursor: pointer;align-items: baseline;">
|
||||
@@ -190,6 +194,7 @@
|
||||
<div class="shangchuan">上传图片</div>
|
||||
</button>
|
||||
</UploadImg>
|
||||
<!--todo #帖子评论详情 评论和回复评论的层级关系 只有2级?-->
|
||||
<button class="btntwo">发表</button>
|
||||
</datagrid>
|
||||
</div>
|
||||
@@ -201,7 +206,6 @@
|
||||
<!-- 详细内容 -->
|
||||
</div>
|
||||
</template>
|
||||
<!--todo #评论详情 发表和回复共功能-->
|
||||
<script setup>
|
||||
import {reactive, ref, toRefs} from "vue";
|
||||
import {useRoute} from "vue-router/dist/vue-router";
|
||||
|
||||
@@ -101,6 +101,7 @@
|
||||
</div>
|
||||
<!-- 详细内容 -->
|
||||
</div>
|
||||
<!-- todo #考试接口 暂时没有-->
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
||||
@@ -25,6 +25,7 @@
|
||||
<div style="margin-left: 8px">{{ data.offCoursePlanInfo?.address }}</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- todo #面授课的评估 跳转到哪里?-->
|
||||
<div class="btn" v-if="data.offCoursePlanInfo?.evalFlag && !data.evalFlag">评估</div>
|
||||
</div>
|
||||
<!-- 基本信息 -->
|
||||
|
||||
@@ -207,7 +207,7 @@
|
||||
<div class="box"></div>
|
||||
</div>
|
||||
<div class="explain clearfix">
|
||||
<!-- todo #作业任务详情 作业说明是作业要求字段么?-->
|
||||
<!-- todo #作业任务详情 作业说明是作业要求字段么?-->
|
||||
<div class="explain1" style="margin-top: 26px" v-html="data.detail?.workRequirement"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -58,7 +58,7 @@
|
||||
<div class="box"></div>
|
||||
</div>
|
||||
<div style="display: flex; align-items: center">
|
||||
<!-- todo 没有课前预习字段-->
|
||||
<!-- todo #直播 没有课前预习字段-->
|
||||
<div class="content">
|
||||
通过对各级人员的软件平台培训,使其能够了解如何运用乾元坤和智能信息管理系统来提升企业管理水平,最大限度发挥软件产品在企业中的作用;<br/>
|
||||
● 培训目标
|
||||
@@ -77,7 +77,7 @@
|
||||
height="20px"
|
||||
src="../../assets/image/write.png"
|
||||
/>
|
||||
<!-- todo 课后作业-->
|
||||
<!-- todo #直播 课后作业-->
|
||||
<div class="text">课后作业</div>
|
||||
<div class="box"></div>
|
||||
</div>
|
||||
|
||||
@@ -48,6 +48,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<template #reference>
|
||||
<!-- todo #学习路径 只会有一个未完成任务么?是否是直接跳到任务详情-->
|
||||
<div class="titleR">进入未完成任务</div>
|
||||
</template>
|
||||
</el-popover>
|
||||
|
||||
@@ -108,6 +108,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<!-- 基本信息 -->
|
||||
<!-- todo 测评页面 没有接口-->
|
||||
</div>
|
||||
</template>
|
||||
<script>
|
||||
|
||||
Reference in New Issue
Block a user