|
@@ -138,8 +138,8 @@
|
|
|
prop="plcInoutdoor"
|
|
|
width="">
|
|
|
<template slot-scope="scope">
|
|
|
- {{ scope.row.plcStatus === '0' ? $t("place.outdoor") : '' }}
|
|
|
- {{ scope.row.plcStatus === '1' ? $t("place.indoor") : '' }}
|
|
|
+ {{ scope.row.plcInoutdoor === '0' ? $t("place.outdoor") : '' }}
|
|
|
+ {{ scope.row.plcInoutdoor === '1' ? $t("place.indoor") : '' }}
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column :label="$t('place.plcComid')" :show-overflow-tooltip="true" align="center" prop="plcComid"
|