From 8d87741dea3d174f098269073429a0f6b982baa1 Mon Sep 17 00:00:00 2001 From: mrjackwang <30337754+mrjackwang@users.noreply.github.com> Date: 星期三, 20 七月 2022 13:51:30 +0800 Subject: [PATCH] Merge branch '648540858:wvp-28181-2.0' into wvp-28181-2.0 --- web_src/src/components/PushVideoList.vue | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/web_src/src/components/PushVideoList.vue b/web_src/src/components/PushVideoList.vue index d8d3aca..58ce8a2 100644 --- a/web_src/src/components/PushVideoList.vue +++ b/web_src/src/components/PushVideoList.vue @@ -62,7 +62,12 @@ </el-table-column> <el-table-column label="姝e湪鎺ㄦ祦" min-width="100"> <template slot-scope="scope"> - {{scope.row.status ? '鏄�' : '鍚�' }} + {{scope.row.pushIng ? '鏄�' : '鍚�' }} + </template> + </el-table-column> + <el-table-column label="鏈钩鍙版帹娴�" min-width="100"> + <template slot-scope="scope"> + {{scope.row.pushIng && !!!scope.row.serverId ? '鏄�' : '鍚�' }} </template> </el-table-column> -- Gitblit v1.8.0