作业管理

This commit is contained in:
2023-09-11 17:08:52 +08:00
parent 46128efb1b
commit 856ca37624
2 changed files with 6 additions and 3 deletions

View File

@@ -43,7 +43,7 @@
</thead>
<tbody>
<tr v-for="(e, i) in dataList" :key="i">
<td>{{['否', '是'][Number(e.isfinish) - 1]}}</td>
<td>{{['否', '是'][Number(e.isfinish)]}}</td>
<td>{{e.item_code}}</td>
<td>{{e.item_name}}</td>
<td v-show="val2 !== '1'">{{['日常', '一级', '二级'][Number(e.item_level) - 1]}}</td>