|
@@ -209,21 +209,21 @@
|
|
</el-tag>
|
|
</el-tag>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column
|
|
|
|
- prop="linkStatus"
|
|
|
|
- :label="$t('resource.table.resours.linkStatus')"
|
|
|
|
- width="180px"
|
|
|
|
- align="center"
|
|
|
|
- >
|
|
|
|
- <template slot-scope="{ row }">
|
|
|
|
- <div
|
|
|
|
- class="statusDiv"
|
|
|
|
- :style="'background:' + row.linkStatus.background"
|
|
|
|
- >
|
|
|
|
- {{ row.linkStatus.text }}
|
|
|
|
- </div>
|
|
|
|
- </template>
|
|
|
|
- </el-table-column>
|
|
|
|
|
|
+<!-- <el-table-column-->
|
|
|
|
+<!-- prop="linkStatus"-->
|
|
|
|
+<!-- :label="$t('resource.table.resours.linkStatus')"-->
|
|
|
|
+<!-- width="180px"-->
|
|
|
|
+<!-- align="center"-->
|
|
|
|
+<!-- >-->
|
|
|
|
+<!-- <template slot-scope="{ row }">-->
|
|
|
|
+<!-- <div-->
|
|
|
|
+<!-- class="statusDiv"-->
|
|
|
|
+<!-- :style="'background:' + row.linkStatus.background"-->
|
|
|
|
+<!-- >-->
|
|
|
|
+<!-- {{ row.linkStatus.text }}-->
|
|
|
|
+<!-- </div>-->
|
|
|
|
+<!-- </template>-->
|
|
|
|
+<!-- </el-table-column>-->
|
|
<el-table-column
|
|
<el-table-column
|
|
prop="controlStatus"
|
|
prop="controlStatus"
|
|
:label="$t('resource.table.resours.controlStatus')"
|
|
:label="$t('resource.table.resours.controlStatus')"
|