主题整合学期计划审批bug
This commit is contained in:
@ -39,7 +39,7 @@
|
||||
<td class="align-center">
|
||||
<span>{{ item.month }}</span>
|
||||
</td>
|
||||
<td class="align-center">
|
||||
<td class="align-center" v-if="item.themeconent != undefined">
|
||||
<router-link
|
||||
style="margin: 10px; color: blue"
|
||||
v-for="(index, item) in item.themeconent.split(';')"
|
||||
@ -48,6 +48,7 @@
|
||||
>{{ themeFormat(index) }}</router-link
|
||||
>
|
||||
</td>
|
||||
<td v-else></td>
|
||||
<td>{{ item.remark }}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -189,7 +190,6 @@ export default {
|
||||
if (response.data.status == "1") {
|
||||
this.form.status = null;
|
||||
}
|
||||
|
||||
});
|
||||
this.getThemeTermItemPlan();
|
||||
},
|
||||
|
Reference in New Issue
Block a user