修改bug

This commit is contained in:
yangjun 2023-06-07 08:45:34 +08:00
parent 44cc5732ac
commit c08d0fdaeb
7 changed files with 18 additions and 17 deletions

View File

@ -154,12 +154,12 @@ export const jscjcolumns: BasicColumn[] = [
dataIndex: 'hh'
},
{
title: '要求是否出',
title: '要求是否出',
align: "center",
dataIndex: 'ktbsfcj_dictText'
},
{
title: '当前是否出',
title: '当前是否出',
align: "center",
dataIndex: 'sfcj_dictText'
},

View File

@ -52,7 +52,7 @@
</div>
</a-tab-pane>
<a-tab-pane key="3">
<template #tab>教师出信息错误</template>
<template #tab>教师出信息错误</template>
<div>
<JscjErrorList ref="JscjErrorListModel"></JscjErrorList>
</div>

View File

@ -15,11 +15,13 @@ export const columns = <JVxeColumn[]>([
{
title: '课程名称',
align: "left",
width: '100px',
key: 'kcmc'
},
{
title: '授课教师',
align: "left",
width: '100px',
key: 'skjs'
},
{

View File

@ -41,15 +41,15 @@
</a-col>
<a-col :span="24" >
<a-row style="text-align: center;">
<a-col :span="8">
<a-col :span="12" style="text-align: center;">
<a-button type="primary" class="yyyClass" @click="toLivePage(item)">听课</a-button>
</a-col>
<a-col :span="8">
<a-col :span="12" style="text-align: center;">
<a-button type="primary" class="yyClass" @click="funpingjia(item)" >评价</a-button>
</a-col>
<a-col :span="8">
<!-- <a-col :span="8">
<a-button type="primary" class="bcClass" @click="handleBaocuo(item)">报错</a-button>
</a-col>
</a-col> -->
</a-row>
</a-col>
</a-row>
@ -211,12 +211,12 @@ const saveOrUpdate = (params, isUpdate) => {
<style lang="less" scoped>
.yyyClass{
background: #1c84c6;float: left;font-weight: 600;color:#fff;border-radius: 5px;line-height: 23px;
background: #1c84c6;font-weight: 600;color:#fff;border-radius: 5px;line-height: 23px;
}
.yyClass{
background-color: #1c84c6;font-weight: 600;color:#fff;border-radius: 5px;line-height: 23px;
}
.bcClass{
background-color: #1c84c6;float: right;font-weight: 600;border-radius: 5px;line-height: 23px;
background-color: #1c84c6;font-weight: 600;border-radius: 5px;line-height: 23px;
}
</style>

View File

@ -1,7 +1,7 @@
<template>
<a-row class="rowGutter" id="tkzjDom">
<a-col :xs="{ span: 24 }" :sm="{ span: 12 }" :lg="{ span: 12 }" style="padding: 0 2px 0 0;">
<a-card style="height: 575px;">
<a-card style="height: 390px;">
<template #title>
<span style="font-size: 24px;font-weight: bold;">听课足迹</span>
<!-- <span style="margin-left: 10px;"><a href="javascript:void(0);" @click="addPingJia">新增评价</a></span> -->
@ -9,11 +9,11 @@
<template #extra>
<RouterLink target='_blank' to="/site/tingKeZuJiMore">查看更多</RouterLink>
</template>
<listPage :queryParam="{ pageSize: 5 }"/>
<listPage :queryParam="{ pageSize: 3 }"/>
</a-card>
</a-col>
<a-col :xs="{ span: 24 }" :sm="{ span: 12 }" :lg="{ span: 12 }" style="padding: 0 0 0 2px;">
<a-card style="height: 575px;">
<a-card style="height: 390px;">
<template #title>
<span style="font-size: 24px;font-weight: bold;">评课足迹</span>
<!-- <span style="margin-left: 10px;"><a href="javascript:void(0);" @click="addPingJia">新增评价</a></span> -->
@ -21,7 +21,7 @@
<template #extra>
<RouterLink target='_blank' to="/site/tingKeZuJiMore">查看更多</RouterLink>
</template>
<listPkzjPage :queryParam="{ pageSize: 5 ,score:'1'}"/>
<listPkzjPage :queryParam="{ pageSize: 3 ,score:'1'}"/>
</a-card>
</a-col>
</a-row>

View File

@ -6,7 +6,7 @@
<a-col :xs="{ span: 12 }" :sm="{ span: 12 }" :lg="{ span: 12 }">
<div class="numberBlob">
<div class="numSpan" @click="showList('jrktzs')">{{ tjData?.jinRiKeTang?.num??0 }}</div>
<div>总数</div>
<div class="numberName">总数</div>
</div>
</a-col>
<a-col :xs="{ span: 12 }" :sm="{ span: 12 }" :lg="{ span: 12 }">
@ -221,7 +221,6 @@ function showList(type){
font-size: 2rem;
}
.numberName {
font-size: .5rem;
font-weight: 700;
}
.fs3r {

View File

@ -3,8 +3,8 @@
<BasicTable @register="registerTable" :rowSelection="rowSelection">
<template #tableTitle>
<a-button type="primary" preIcon="ant-design:plus-outlined" @click="handleCreate"> 新增菜单</a-button>
<a-button type="primary" preIcon="ic:round-expand" @click="expandAll">展开全部</a-button>
<a-button type="primary" preIcon="ic:round-compress" @click="collapseAll">折叠全部</a-button>
<!-- <a-button type="primary" preIcon="ic:round-expand" @click="expandAll">展开全部</a-button>
<a-button type="primary" preIcon="ic:round-compress" @click="collapseAll">折叠全部</a-button> -->
<a-dropdown v-if="checkedKeys.length > 0">
<template #overlay>