Browse Source

Webhook界面,状态隐藏后,更改URL显示

liyangbin 2 năm trước cách đây
mục cha
commit
d9e1ae3e6a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/projects/user/webhooks.vue

+ 1 - 1
src/views/projects/user/webhooks.vue

@@ -20,7 +20,7 @@
         <el-table :data="tableData" style="width: 100%">
           <el-table-column prop="url" label="URL" min-width="140">
             <template slot-scope="scope">
-              <p class="url-p" :class="{'url-gray': scope.row.status === 0}">{{ scope.row.url }}</p>
+              <p class="url-p" :class="{'url-gray': scope.row.status === -1}">{{ scope.row.url }}</p>
             </template>
           </el-table-column>
           <el-table-column prop="events" label="Events" class-name="events" min-width="210">