diff --git a/src/views/govern/device/control/index.vue b/src/views/govern/device/control/index.vue
index 3f7b0bd..b514cc3 100644
--- a/src/views/govern/device/control/index.vue
+++ b/src/views/govern/device/control/index.vue
@@ -9,9 +9,9 @@
-
+
离线数据导入
@@ -49,7 +49,40 @@
:name="item.id"
v-for="(item, index) in deviceData.dataSetList"
:key="index"
- >
+ >
+
+
+
+
+
+
+
+
+
+
+
+ {{ item.name }}
+
+
+
{
path: '/supplementaryRecruitment',
query: {
id: lineId.value,
- ndid:deviceData.value.ndid
+ ndid: deviceData.value.ndid
}
})
}
@@ -652,4 +695,12 @@ onMounted(() => {})
align-items: center;
justify-content: flex-end;
}
+.custom-tabs-label {
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+ .el-icon {
+ margin-right: 5px;
+ }
+}