|
@@ -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">
|