修改bug
This commit is contained in:
parent
e14993b4f4
commit
5b3e582ca2
|
@ -8,7 +8,7 @@
|
|||
<a-layout-content>
|
||||
<a-card class="rowGutter" id="jcgkkDom">
|
||||
<template #title>
|
||||
<div style="font-size: 24px; font-weight: bold">已读信息</div>
|
||||
<div style="font-size: 24px; font-weight: bold">已办信息</div>
|
||||
</template>
|
||||
<a-row :gutter="[16, 16]" style="margin-top: 20px">
|
||||
<a-col v-for="(item, index) in listData" :key="index" :span="24">
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
<template>
|
||||
<div class="indexBackClass" id="stuwdkcDom">
|
||||
<div style="margin-top: 20px">
|
||||
<span style="margin-left: 30px; font-size: 24px; font-weight: 600">提醒信息</span>
|
||||
<span style="margin-left: 30px; font-size: 24px; font-weight: 600">工作台</span>
|
||||
</div>
|
||||
<a-tabs v-model:activeKey="activeKey" style="padding: 10px">
|
||||
<a-tab-pane key="1" tab="未读">
|
||||
<a-tab-pane key="1" tab="待办">
|
||||
<div style="width: 100%; text-align: right; ">
|
||||
<RouterLink target='_blank' to="/site/teacherWeiduMore">查看更多</RouterLink>
|
||||
</div>
|
||||
|
@ -29,7 +29,7 @@
|
|||
<a-tab-pane key="2" force-render>
|
||||
<template #tab>
|
||||
<span style="color: black;">
|
||||
已读
|
||||
已办
|
||||
</span>
|
||||
</template>
|
||||
<div style="width: 100%; text-align: right; ">
|
||||
|
@ -43,7 +43,7 @@
|
|||
<div style="margin-top: 5px">{{ index2 + 1 }}、{{ item.content }}</div>
|
||||
</a-col>
|
||||
<a-col :span="2" style="text-align: right">
|
||||
<a-button type="primary" @click="openKecheng(item)" style="margin-left: 10px">已读</a-button>
|
||||
<a-button type="primary" @click="openKecheng(item)" style="margin-left: 10px">已办</a-button>
|
||||
</a-col>
|
||||
</a-row>
|
||||
</a-col>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<a-layout-content>
|
||||
<a-card class="rowGutter" id="jcgkkDom">
|
||||
<template #title>
|
||||
<div style="font-size: 24px; font-weight: bold">已读信息</div>
|
||||
<div style="font-size: 24px; font-weight: bold">已办信息</div>
|
||||
</template>
|
||||
<a-row :gutter="[16, 16]" style="margin-top: 20px">
|
||||
<a-col v-for="(item, index) in listData" :key="index" :span="24">
|
||||
|
@ -17,7 +17,7 @@
|
|||
<div style="margin-top: 5px">{{ index + 1 }}、{{ item.content }}</div>
|
||||
</a-col>
|
||||
<a-col :span="2" style="text-align: right">
|
||||
<a-button type="primary" @click="openKecheng(item)" style="margin-left: 10px">已读</a-button>
|
||||
<a-button type="primary" @click="openKecheng(item)" style="margin-left: 10px">已办</a-button>
|
||||
</a-col>
|
||||
</a-row>
|
||||
</a-col>
|
||||
|
|
|
@ -340,6 +340,7 @@
|
|||
<a-button type="primary" preIcon="ant-design:export-outlined" @click="batchHandleFabu" style="margin-left: 8px"
|
||||
>一键发布评分</a-button
|
||||
>
|
||||
<span class="tishi" style="margin-left: 20px;padding:10px;">温馨提示:作业完成后,请及时发布评分</span>
|
||||
</a-col>
|
||||
</a-row>
|
||||
</a-form>
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
</a-col>
|
||||
<a-col :span="24" v-if="zyInfo.filePath">
|
||||
<a-form-item label="参考资料" >
|
||||
<span>{{ lastString(formData.filePath) }}</span>
|
||||
<span>{{ lastString(zyInfo.filePath) }}</span>
|
||||
<a-button type="primary" style="margin-left: 10px" @click="downLoad(zyInfo.filePath)">下载</a-button>
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
|
|
Loading…
Reference in New Issue