fix:修改任务大纲

This commit is contained in:
lixg
2022-12-07 15:53:02 +08:00
parent 96540c0835
commit 190d3b7870
5 changed files with 18 additions and 18 deletions

View File

@@ -2,7 +2,7 @@
* @Author: lixg lixg@dongwu-inc.com * @Author: lixg lixg@dongwu-inc.com
* @Date: 2022-11-21 14:32:52 * @Date: 2022-11-21 14:32:52
* @LastEditors: lixg lixg@dongwu-inc.com * @LastEditors: lixg lixg@dongwu-inc.com
* @LastEditTime: 2022-12-07 13:40:40 * @LastEditTime: 2022-12-07 13:41:47
* @FilePath: /fe-manage/src/api/config.js * @FilePath: /fe-manage/src/api/config.js
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
*/ */
@@ -56,7 +56,7 @@ http.interceptors.response.use(
return response; return response;
} else { } else {
if (code === 1000) { if (code === 1000) {
window.open("https://u-pre.boe.com/web/", '_self'); // window.open("https://u-pre.boe.com/web/", '_self');
// window.open("http://111.231.196.214:12013/manage/login", '_self'); // window.open("http://111.231.196.214:12013/manage/login", '_self');
} }
console.log("api %o", msg); console.log("api %o", msg);

View File

@@ -21,12 +21,12 @@
<div class="main_items"> <div class="main_items">
<div class="mi_ipts"> <div class="mi_ipts">
<div class="mii_ipt"> <div class="mii_ipt">
<div class="ipt_name">课程信息</div> <div class="ipt_name">课程名称</div>
<div class="fi_input"> <div class="fi_input">
<a-input <a-input
v-model:value="inputV1" v-model:value="inputV1"
style="width: 240px; height: 40px; border-radius: 8px" style="width: 240px; height: 40px; border-radius: 8px"
placeholder="请输入课程名称/编号" placeholder="请输入课程名称"
maxlength="20" maxlength="20"
/> />
</div> </div>

View File

@@ -319,6 +319,7 @@
'background-image': 'url(' + item.dictValue + ')', 'background-image': 'url(' + item.dictValue + ')',
display: index >= 5 ? 'none' : 'flex', display: index >= 5 ? 'none' : 'flex',
}" }"
style="background-size: 100% 100%"
> >
<!-- <img class="im" :src="item.source" /> --> <!-- <img class="im" :src="item.source" /> -->
</div> </div>
@@ -857,8 +858,8 @@ export default {
api api
.getLearnCount(router.id) .getLearnCount(router.id)
.then((res) => { .then((res) => {
console.log("获取关卡、任务、学员统计数据", res.data);
if (res.status === 200) { if (res.status === 200) {
// console.log("获取关卡、任务、学员统计数据", res.data);
state.routeStudentsNum = res.data.students; state.routeStudentsNum = res.data.students;
state.routeChapters = res.data.chapters; state.routeChapters = res.data.chapters;
state.routeTasks = res.data.tasks; state.routeTasks = res.data.tasks;
@@ -1045,18 +1046,14 @@ export default {
? "已结束" ? "已结束"
: "-", : "-",
creater: value.createName ? value.createName : "-", creater: value.createName ? value.createName : "-",
pubtime: value.publishTime pubtime: value.publishTime ? value.publishTime : "-",
? value.publishTime cretime: value.createTime ? value.createTime : "-",
: "-",
cretime: value.createTime
? value.createTime
: "-",
remark: value.remark ? value.remark : "-", remark: value.remark ? value.remark : "-",
}; };
array.push(obj); array.push(obj);
}); });
state.tableData = array; state.tableData = array;
console.log(array,tableData) console.log(array, tableData);
}; };
const tableDataFunc = () => { const tableDataFunc = () => {

View File

@@ -3740,7 +3740,7 @@ export default {
//height: 71px; //height: 71px;
margin-left: 12px; margin-left: 12px;
margin-right: 50px; margin-right: 50px;
width: 120px;
.iconame { .iconame {
//position: absolute; //position: absolute;
color: #4f5156; color: #4f5156;
@@ -3792,7 +3792,7 @@ export default {
//height: 71px; //height: 71px;
flex-grow: 1; flex-grow: 1;
margin-right: 50px; margin-right: 50px;
width: 100px;
.timetext { .timetext {
font-size: 14px; font-size: 14px;
color: #999ba3; color: #999ba3;

View File

@@ -494,7 +494,7 @@
<div class="time"> <div class="time">
<div class="timetext">开始时间</div> <div class="timetext">开始时间</div>
<div class="timetext"> <div class="timetext">
{{ item.startTime !== null ? item.startTime : "" }} {{ item.startTime !== null ? item.startTime : "-" }}
</div> </div>
</div> </div>
<div class="progress"> <div class="progress">
@@ -5594,7 +5594,7 @@ export default {
//height: 71px; //height: 71px;
margin-left: 12px; margin-left: 12px;
margin-right: 50px; margin-right: 50px;
width: 120px;
.iconame { .iconame {
//position: absolute; //position: absolute;
color: #4f5156; color: #4f5156;
@@ -5607,7 +5607,10 @@ export default {
color: #999ba3; color: #999ba3;
font-size: 14px; font-size: 14px;
margin-left: 12px; margin-left: 12px;
width: 83px; width: 120px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
} }
} }
@@ -5643,7 +5646,7 @@ export default {
//height: 71px; //height: 71px;
flex-grow: 1; flex-grow: 1;
margin-right: 50px; margin-right: 50px;
width: 100px;
.timetext { .timetext {
font-size: 14px; font-size: 14px;
color: #999ba3; color: #999ba3;