mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-student.git
synced 2025-12-07 09:56:46 +08:00
投票
This commit is contained in:
@@ -11,9 +11,9 @@
|
||||
<!-- 详细信息 -->
|
||||
<div class="detailinfo">
|
||||
<div class="detailL">
|
||||
<div v-for="(i, k) in data.chapterProcessList" :key="k">
|
||||
<div v-for="(i, k) in data.stageProcessList" :key="k">
|
||||
<div class="title">
|
||||
<div class="titleL">{{ i.chapterName }}</div>
|
||||
<div class="titleL">{{ i.stageName }}</div>
|
||||
<div
|
||||
class="titleR"
|
||||
:style="{ display: 'flex' }"
|
||||
|
||||
Reference in New Issue
Block a user