zs 2 months ago
parent
commit
3df00ea370
1 changed files with 5 additions and 0 deletions
  1. 5 0
      src/views/detail/matchDetail.vue

+ 5 - 0
src/views/detail/matchDetail.vue

@@ -213,6 +213,11 @@
                   {{ scope.row.final_start_time || '——' }}
                 </template>
               </el-table-column>
+              <el-table-column align="center" prop="final_order_no" label="顺序">
+                <template #default="scope">
+                  {{ scope.row.final_order_no || '——' }}
+                </template>
+              </el-table-column>
             </el-table>
           </div>
         </div>