1
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
parent
d0cefb09df
commit
6a59ed80e2
|
@ -77,10 +77,14 @@
|
||||||
show-overflow-tooltip
|
show-overflow-tooltip
|
||||||
sortable="custom"
|
sortable="custom"
|
||||||
>
|
>
|
||||||
<el-tag v-if="scope.row.IsDeleted" type="danger">{{
|
<template slot-scope="scope">
|
||||||
$fd("IsSiteDisable", scope.row.IsDeleted)
|
<el-tag v-if="scope.row.IsDeleted" type="danger">{{
|
||||||
}}</el-tag>
|
$fd("IsSiteDisable", scope.row.IsDeleted)
|
||||||
<el-tag v-else>{{ $fd("IsSiteDisable", scope.row.IsDeleted) }}</el-tag>
|
}}</el-tag>
|
||||||
|
<el-tag v-else>{{
|
||||||
|
$fd("IsSiteDisable", scope.row.IsDeleted)
|
||||||
|
}}</el-tag>
|
||||||
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
prop="UpdateTime"
|
prop="UpdateTime"
|
||||||
|
|
Loading…
Reference in New Issue