|
@@ -44,7 +44,7 @@
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<i
|
|
<i
|
|
:class="
|
|
:class="
|
|
- JSON.parse(scope.row[16]) ? 'el-icon-check' : 'el-icon-close'
|
|
|
|
|
|
+ JSON.parse(!!scope.row[16]) ? 'el-icon-check' : 'el-icon-close'
|
|
"
|
|
"
|
|
></i>
|
|
></i>
|
|
</template>
|
|
</template>
|
|
@@ -58,7 +58,7 @@
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<i
|
|
<i
|
|
:class="
|
|
:class="
|
|
- JSON.parse(scope.row[1]) ? 'el-icon-check' : 'el-icon-close'
|
|
|
|
|
|
+ JSON.parse(!!scope.row[1]) ? 'el-icon-check' : 'el-icon-close'
|
|
"
|
|
"
|
|
></i>
|
|
></i>
|
|
</template>
|
|
</template>
|
|
@@ -72,7 +72,7 @@
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<i
|
|
<i
|
|
:class="
|
|
:class="
|
|
- JSON.parse(scope.row[2]) ? 'el-icon-check' : 'el-icon-close'
|
|
|
|
|
|
+ JSON.parse(!!scope.row[2]) ? 'el-icon-check' : 'el-icon-close'
|
|
"
|
|
"
|
|
></i>
|
|
></i>
|
|
</template>
|
|
</template>
|
|
@@ -86,7 +86,7 @@
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<i
|
|
<i
|
|
:class="
|
|
:class="
|
|
- JSON.parse(scope.row[3]) ? 'el-icon-check' : 'el-icon-close'
|
|
|
|
|
|
+ JSON.parse(!!scope.row[3]) ? 'el-icon-check' : 'el-icon-close'
|
|
"
|
|
"
|
|
></i>
|
|
></i>
|
|
</template>
|
|
</template>
|
|
@@ -100,7 +100,7 @@
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<i
|
|
<i
|
|
:class="
|
|
:class="
|
|
- JSON.parse(scope.row[4]) ? 'el-icon-check' : 'el-icon-close'
|
|
|
|
|
|
+ JSON.parse(!!scope.row[4]) ? 'el-icon-check' : 'el-icon-close'
|
|
"
|
|
"
|
|
></i>
|
|
></i>
|
|
</template>
|
|
</template>
|
|
@@ -114,7 +114,7 @@
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<i
|
|
<i
|
|
:class="
|
|
:class="
|
|
- JSON.parse(scope.row[5]) ? 'el-icon-check' : 'el-icon-close'
|
|
|
|
|
|
+ JSON.parse(!!scope.row[5]) ? 'el-icon-check' : 'el-icon-close'
|
|
"
|
|
"
|
|
></i>
|
|
></i>
|
|
</template>
|
|
</template>
|
|
@@ -128,7 +128,7 @@
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<i
|
|
<i
|
|
:class="
|
|
:class="
|
|
- JSON.parse(scope.row[17]) ? 'el-icon-check' : 'el-icon-close'
|
|
|
|
|
|
+ JSON.parse(!!scope.row[17]) ? 'el-icon-check' : 'el-icon-close'
|
|
"
|
|
"
|
|
></i>
|
|
></i>
|
|
</template>
|
|
</template>
|
|
@@ -142,7 +142,7 @@
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<i
|
|
<i
|
|
:class="
|
|
:class="
|
|
- JSON.parse(scope.row[18]) ? 'el-icon-check' : 'el-icon-close'
|
|
|
|
|
|
+ JSON.parse(!!scope.row[18]) ? 'el-icon-check' : 'el-icon-close'
|
|
"
|
|
"
|
|
></i>
|
|
></i>
|
|
</template>
|
|
</template>
|
|
@@ -158,7 +158,7 @@
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<i
|
|
<i
|
|
:class="
|
|
:class="
|
|
- JSON.parse(scope.row[6]) ? 'el-icon-check' : 'el-icon-close'
|
|
|
|
|
|
+ JSON.parse(!!scope.row[6]) ? 'el-icon-check' : 'el-icon-close'
|
|
"
|
|
"
|
|
></i>
|
|
></i>
|
|
</template>
|
|
</template>
|
|
@@ -172,7 +172,7 @@
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<i
|
|
<i
|
|
:class="
|
|
:class="
|
|
- JSON.parse(scope.row[7]) ? 'el-icon-check' : 'el-icon-close'
|
|
|
|
|
|
+ JSON.parse(!!scope.row[7]) ? 'el-icon-check' : 'el-icon-close'
|
|
"
|
|
"
|
|
></i>
|
|
></i>
|
|
</template>
|
|
</template>
|
|
@@ -186,7 +186,7 @@
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<i
|
|
<i
|
|
:class="
|
|
:class="
|
|
- JSON.parse(scope.row[8]) ? 'el-icon-check' : 'el-icon-close'
|
|
|
|
|
|
+ JSON.parse(!!scope.row[8]) ? 'el-icon-check' : 'el-icon-close'
|
|
"
|
|
"
|
|
></i>
|
|
></i>
|
|
</template>
|
|
</template>
|
|
@@ -200,7 +200,7 @@
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<i
|
|
<i
|
|
:class="
|
|
:class="
|
|
- JSON.parse(scope.row[9]) ? 'el-icon-check' : 'el-icon-close'
|
|
|
|
|
|
+ JSON.parse(!!scope.row[9]) ? 'el-icon-check' : 'el-icon-close'
|
|
"
|
|
"
|
|
></i>
|
|
></i>
|
|
</template>
|
|
</template>
|
|
@@ -214,7 +214,7 @@
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<i
|
|
<i
|
|
:class="
|
|
:class="
|
|
- JSON.parse(scope.row[10]) ? 'el-icon-check' : 'el-icon-close'
|
|
|
|
|
|
+ JSON.parse(!!scope.row[10]) ? 'el-icon-check' : 'el-icon-close'
|
|
"
|
|
"
|
|
></i>
|
|
></i>
|
|
</template>
|
|
</template>
|
|
@@ -238,7 +238,7 @@
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<i
|
|
<i
|
|
:class="
|
|
:class="
|
|
- JSON.parse(scope.row[12]) ? 'el-icon-check' : 'el-icon-close'
|
|
|
|
|
|
+ JSON.parse(!!scope.row[12]) ? 'el-icon-check' : 'el-icon-close'
|
|
"
|
|
"
|
|
></i>
|
|
></i>
|
|
</template>
|
|
</template>
|
|
@@ -252,7 +252,7 @@
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<i
|
|
<i
|
|
:class="
|
|
:class="
|
|
- JSON.parse(scope.row[19]) ? 'el-icon-check' : 'el-icon-close'
|
|
|
|
|
|
+ JSON.parse(!!scope.row[19]) ? 'el-icon-check' : 'el-icon-close'
|
|
"
|
|
"
|
|
></i>
|
|
></i>
|
|
</template>
|
|
</template>
|
|
@@ -267,7 +267,7 @@
|
|
>
|
|
>
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<i
|
|
<i
|
|
- :class="JSON.parse(scope.row[13]) ? 'el-icon-check' : 'el-icon-close'"
|
|
|
|
|
|
+ :class="JSON.parse(!!scope.row[13]) ? 'el-icon-check' : 'el-icon-close'"
|
|
></i>
|
|
></i>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
@@ -279,7 +279,7 @@
|
|
>
|
|
>
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<i
|
|
<i
|
|
- :class="JSON.parse(scope.row[14])? 'el-icon-check' : 'el-icon-close'"
|
|
|
|
|
|
+ :class="JSON.parse(!!scope.row[14])? 'el-icon-check' : 'el-icon-close'"
|
|
></i>
|
|
></i>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
@@ -291,7 +291,7 @@
|
|
>
|
|
>
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<i
|
|
<i
|
|
- :class="JSON.parse(scope.row[15]) ? 'el-icon-check' : 'el-icon-close'"
|
|
|
|
|
|
+ :class="JSON.parse(!!scope.row[15]) ? 'el-icon-check' : 'el-icon-close'"
|
|
></i>
|
|
></i>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
@@ -303,7 +303,7 @@
|
|
>
|
|
>
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<i
|
|
<i
|
|
- :class="JSON.parse(scope.row[20]) ? 'el-icon-check' : 'el-icon-close'"
|
|
|
|
|
|
+ :class="JSON.parse(!!scope.row[20]) ? 'el-icon-check' : 'el-icon-close'"
|
|
></i>
|
|
></i>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|