Commit cf27b056 authored by xiaoye's avatar xiaoye

Update tournament.vue

parent 22783492
Pipeline #39491 passed with stages
in 2 minutes and 47 seconds
...@@ -242,7 +242,7 @@ ...@@ -242,7 +242,7 @@
:disabled = "i.status != 'Running'" :disabled = "i.status != 'Running'"
></uni-easyinput> ></uni-easyinput>
</view> </view>
<view class = 'button' @click = 'match.submit.on(i)'>{{ i.status == 'Running' ? '提交比分' : i.status == 'Finished' ? '重赛' : '' }}</view> <view class = 'button' @click = 'match.submit.on(i)' v-show = 'tournament.operatorChk()'>{{ i.status == 'Running' ? '提交比分' : i.status == 'Finished' ? '重赛' : '' }}</view>
</view> </view>
<uni-list-item <uni-list-item
:clickable = true :clickable = true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment