|
@@ -100,9 +100,9 @@ |
|
|
<span class="text-over" :title="scope.row.status_title"> |
|
|
<span class="text-over" :title="scope.row.status_title"> |
|
|
<i style="vertical-align: middle" :class="scope.row.status"></i |
|
|
<i style="vertical-align: middle" :class="scope.row.status"></i |
|
|
></span> |
|
|
></span> |
|
|
<span class="text-over" :title="scope.row.isPrivate"> |
|
|
|
|
|
{{transStatus(scope.row.isPrivate)}} |
|
|
|
|
|
</span> |
|
|
|
|
|
|
|
|
<span style="color: #fa8c16;" v-if="scope.row.isPrivate">{{ i18n.modelaccess_private }}</span> |
|
|
|
|
|
<span style="color: #13c28d;" v-else="!scope.row.isPrivate">{{ i18n.modelaccess_public }}</span> |
|
|
|
|
|
|
|
|
</template> |
|
|
</template> |
|
|
</el-table-column> |
|
|
</el-table-column> |
|
|
|
|
|
|
|
|