feat:修改项目说明

This commit is contained in:
lixg
2023-02-25 16:16:33 +08:00
parent ab868feec7
commit 7a08d62e0d

View File

@@ -275,7 +275,21 @@
</div>
<div class="setc_name"><span>项目说明:</span></div>
<div class="setc_main" style="width: 400px">
<span style="color: #999999">{{ remark }}</span>
<div
style="
width: 400px;
color: #999999;
word-wrap: break-word;
text-overflow: ellipsis;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 6;
-webkit-box-orient: vertical;
"
:title="remark"
>
{{ remark }}
</div>
</div>
</template>
<div
@@ -2356,7 +2370,7 @@ export default {
],
//小组信息列表
groupList: [],
isBatch: false, // 批量
isBatch: false, // 批量
// stuName: "", //搜索的学员姓名
// stuGroup: "", //搜索的学员小组名称
// stuBum: "", //搜索的学员小组部门
@@ -3069,12 +3083,12 @@ export default {
};
//显示学员换组弹窗
const showChangeGroupModal = (record) => {
debugger
console.log("单个")
debugger;
console.log("单个");
state.changegroupV = true;
console.log("点击换组", record.id);
state.checkgroupStuId = [];
state.checkgroupStuId.push(record.id) ;
state.checkgroupStuId.push(record.id);
};
const showModal2 = (item, isEdit) => {
state.isEdit = isEdit;
@@ -3151,7 +3165,7 @@ export default {
}
//考勤的抽屉
const showAA = (course, a, data) => {
debugger
debugger;
state.AAvisible = true;
state.liveData = data;
state.showKaoqinText = "直播";