|  | @@ -37,7 +37,7 @@
 | 
											
												
													
														|  |                    clearable
 |  |                    clearable
 | 
											
												
													
														|  |                  >
 |  |                  >
 | 
											
												
													
														|  |                    <el-option
 |  |                    <el-option
 | 
											
												
													
														|  | -                    v-for="dict in dict.type.iot_device_net_status"
 |  | 
 | 
											
												
													
														|  | 
 |  | +                    v-for="dict in dict.type.iot_net_status"
 | 
											
												
													
														|  |                      :key="dict.value"
 |  |                      :key="dict.value"
 | 
											
												
													
														|  |                      :label="dict.label"
 |  |                      :label="dict.label"
 | 
											
												
													
														|  |                      :value="dict.value"
 |  |                      :value="dict.value"
 | 
											
										
											
												
													
														|  | @@ -171,7 +171,7 @@
 | 
											
												
													
														|  |                <template slot-scope="scope">
 |  |                <template slot-scope="scope">
 | 
											
												
													
														|  |                  {{
 |  |                  {{
 | 
											
												
													
														|  |                    getLabel(
 |  |                    getLabel(
 | 
											
												
													
														|  | -                    dict.type.iot_device_net_status,
 |  | 
 | 
											
												
													
														|  | 
 |  | +                    dict.type.iot_net_status,
 | 
											
												
													
														|  |                      scope.row.netState,
 |  |                      scope.row.netState,
 | 
											
												
													
														|  |                      "未知"
 |  |                      "未知"
 | 
											
												
													
														|  |                    )
 |  |                    )
 | 
											
										
											
												
													
														|  | @@ -221,7 +221,7 @@
 | 
											
												
													
														|  |              </el-table-column>
 |  |              </el-table-column>
 | 
											
												
													
														|  |            </el-table>
 |  |            </el-table>
 | 
											
												
													
														|  |            <detail-dialog
 |  |            <detail-dialog
 | 
											
												
													
														|  | -            :netStatusOptions="dict.type.iot_device_net_status"
 |  | 
 | 
											
												
													
														|  | 
 |  | +            :netStatusOptions="dict.type.iot_net_status"
 | 
											
												
													
														|  |              ref="infoDialog"
 |  |              ref="infoDialog"
 | 
											
												
													
														|  |            ></detail-dialog>
 |  |            ></detail-dialog>
 | 
											
												
													
														|  |            <pagination
 |  |            <pagination
 | 
											
										
											
												
													
														|  | @@ -247,7 +247,7 @@ import { mapGetters } from "vuex";
 | 
											
												
													
														|  |  export default {
 |  |  export default {
 | 
											
												
													
														|  |    components: { OrgTree, DetailDialog, DataRangePicker },
 |  |    components: { OrgTree, DetailDialog, DataRangePicker },
 | 
											
												
													
														|  |    name: "videoRecorder",
 |  |    name: "videoRecorder",
 | 
											
												
													
														|  | -  dicts: ["iot_device_net_status"],
 |  | 
 | 
											
												
													
														|  | 
 |  | +  dicts: ["iot_net_status"],
 | 
											
												
													
														|  |    data() {
 |  |    data() {
 | 
											
												
													
														|  |      return {
 |  |      return {
 | 
											
												
													
														|  |        // 遮罩层
 |  |        // 遮罩层
 |