baigl #208

Merged
baigl merged 7 commits from baigl into main 2024-09-14 14:22:38 +08:00
3 changed files with 104 additions and 95 deletions
Showing only changes of commit f49cba5e36 - Show all commits

View File

@ -140,7 +140,7 @@ const getClassWorkList = () => {
edustage: userStore.edustage,//
edusubject: userStore.edusubject,//
deaddate: tabActive.value === '进行中'? getTomorrow() : EndDate.value,//
orderby: 'uniquekey DESC',
orderby: 'concat(deaddate,uniquekey) DESC',
pageSize: 100
}).then((response) => {
for (var i = 0; i < response.rows.length; i++) {
@ -214,7 +214,7 @@ const getStudentClassWorkData = () => {
edusubject: userStore.edusubject,//
deaddate: tabActive.value === '进行中'? getTomorrow() : EndDate.value,//
status: '1', // 1-
orderby: "uniquekey DESC",
orderby: "concat(deaddate,uniquekey) DESC",
pageSize: 1000
}).then((res) => {
for (var t = 0; t < classWorkList.value.length; t++) {
@ -371,7 +371,7 @@ const getStudentVisible = async () => {
edusubject: userStore.edusubject,//
deaddate: tabActive.value === '进行中'? getTomorrow() : EndDate.value,//
status: '1', // 1-
orderby: 'uniquekey DESC',
orderby: 'concat(deaddate,uniquekey) DESC',
pageSize: 100
})
const curWorkList = response.rows

View File

@ -317,7 +317,6 @@
</el-card>
</div>
</div>
</div>
<!-- 批改评价与评语 -->
<div class="tacher_conten_foot">
@ -404,7 +403,7 @@
<el-input
v-model="classWorkFormScore.teacherremark"
type="textarea"
rows="3"
rows="1"
placeholder="请输入评语说明"
/>
</el-col>
@ -416,6 +415,7 @@
</div>
</div>
</div>
</div>
<!-- :style="{ height: dialogProps.maxheight + 'px' }" -->
<el-dialog

View File

@ -110,12 +110,14 @@ const menuList = [{
{
name: '作业设计',
icon: 'icon-jiaoxuefansi',
disabled: true
isOuter: true,
path: '/teaching/classtaskassign?titleName=作业布置&&openDialog=newClassTask'
},
{
name: '作业布置',
icon: 'icon-xiezuo1',
disabled: true
isOuter: true,
path: '/teaching/classtaskassign?titleName=作业布置'
},
{
name: '作业批改',
@ -161,6 +163,13 @@ const clickMenu = ({isOuter, path, disabled}) =>{
//
if(isOuter){
let configObj = outLink().getBaseData()
console.log(configObj,'????????????????????????????')
//----- 使
configObj.fullPath = 'https://192.168.2.120:7860/'
configObj.data.domain = '192.168.2.120'
configObj.data.url = 'http://192.168.2.120:7860/'
console.log(configObj,'?????测试地址???????????????????????')
//-------
let fullPath = configObj.fullPath + path
fullPath = fullPath.replaceAll('//', '/')
//