diff --git a/public/emptyTable/empty_table_1.png b/public/emptyTable/empty_table_1.png
new file mode 100644
index 0000000..2266ef6
Binary files /dev/null and b/public/emptyTable/empty_table_1.png differ
diff --git a/public/emptyTable/empty_table_2.png b/public/emptyTable/empty_table_2.png
new file mode 100644
index 0000000..8202869
Binary files /dev/null and b/public/emptyTable/empty_table_2.png differ
diff --git a/public/emptyTable/empty_table_3.png b/public/emptyTable/empty_table_3.png
new file mode 100644
index 0000000..6495490
Binary files /dev/null and b/public/emptyTable/empty_table_3.png differ
diff --git a/public/emptyTable/empty_table_4.png b/public/emptyTable/empty_table_4.png
new file mode 100644
index 0000000..0ad8a88
Binary files /dev/null and b/public/emptyTable/empty_table_4.png differ
diff --git a/public/emptyTable/empty_table_5.png b/public/emptyTable/empty_table_5.png
new file mode 100644
index 0000000..ad2d8fe
Binary files /dev/null and b/public/emptyTable/empty_table_5.png differ
diff --git a/public/emptyTable/empty_table_6.png b/public/emptyTable/empty_table_6.png
new file mode 100644
index 0000000..f3b30b0
Binary files /dev/null and b/public/emptyTable/empty_table_6.png differ
diff --git a/public/emptyTable/empty_table_7.png b/public/emptyTable/empty_table_7.png
new file mode 100644
index 0000000..5d6d799
Binary files /dev/null and b/public/emptyTable/empty_table_7.png differ
diff --git a/public/emptyTable/empty_table_8.png b/public/emptyTable/empty_table_8.png
new file mode 100644
index 0000000..b485fae
Binary files /dev/null and b/public/emptyTable/empty_table_8.png differ
diff --git a/public/emptyTable/empty_table_9.png b/public/emptyTable/empty_table_9.png
new file mode 100644
index 0000000..71bb9c7
Binary files /dev/null and b/public/emptyTable/empty_table_9.png differ
diff --git a/src/views/demo/Categories/index.vue b/src/views/demo/Categories/index.vue
index 583f4dd..05d6243 100644
--- a/src/views/demo/Categories/index.vue
+++ b/src/views/demo/Categories/index.vue
@@ -35,7 +35,7 @@
-
+
正常
@@ -45,6 +45,15 @@
+
+
+
+
+
暂无数据
+
请先查询关键名称,没有搜索到相关的数据
+
+
+
diff --git a/src/views/demo/system/dept/index.vue b/src/views/demo/system/dept/index.vue
index 0f87e4e..596484c 100644
--- a/src/views/demo/system/dept/index.vue
+++ b/src/views/demo/system/dept/index.vue
@@ -1,12 +1,21 @@
-
+
+
+
+
+
+
暂无数据
+
请先查询关键名称,没有搜索到相关的数据
+
+
+
@@ -136,3 +145,57 @@
reload();
}
+
diff --git a/src/views/demo/system/mediaLibrary/index.vue b/src/views/demo/system/mediaLibrary/index.vue
index bfd1dd6..eca40a5 100644
--- a/src/views/demo/system/mediaLibrary/index.vue
+++ b/src/views/demo/system/mediaLibrary/index.vue
@@ -2,7 +2,7 @@
-
+
/
@@ -191,6 +191,15 @@
+
+
+
+
+
暂无数据
+
请先查询文件名称,没有搜索到相关的数据
+
+
+
@@ -1266,3 +1275,57 @@
justify-content: flex-end !important;
}
+
diff --git a/src/views/demo/system/menu/index.vue b/src/views/demo/system/menu/index.vue
index 078176e..990dcf6 100644
--- a/src/views/demo/system/menu/index.vue
+++ b/src/views/demo/system/menu/index.vue
@@ -2,7 +2,7 @@
新增 -->
+
+
+
+
+
暂无数据
+
请先查询关键名称,没有搜索到相关的数据
+
+
+
@@ -146,3 +155,57 @@
}
}
+
diff --git a/src/views/demo/system/position/index.vue b/src/views/demo/system/position/index.vue
index 3066123..5cb1a62 100644
--- a/src/views/demo/system/position/index.vue
+++ b/src/views/demo/system/position/index.vue
@@ -5,12 +5,21 @@
@register="registerTable"
@fetch-success="onFetchSuccess"
:searchInfo="searchInfo"
- class="w-3/4 xl:w-4/5"
+ class="w-3/4 xl:w-4/5 table-class"
>
+
+
+
+
+
暂无数据
+
请先查询关键名称,没有搜索到相关的数据
+
+
+
@@ -130,3 +139,57 @@
}
}
+
diff --git a/src/views/demo/system/role/index.vue b/src/views/demo/system/role/index.vue
index 9bf73fd..dd20db0 100644
--- a/src/views/demo/system/role/index.vue
+++ b/src/views/demo/system/role/index.vue
@@ -1,6 +1,6 @@
-
+
@@ -19,6 +19,15 @@
/>
+
+
+
+
+
暂无数据
+
请先查询关键名称,没有搜索到相关的数据
+
+
+
@@ -50,7 +59,8 @@
// 表格名称
title: '角色列表',
// 获取数据的接口
- api: getRoleListByPage,
+ // api: getRoleListByPage,
+ dataSource: [],
// 表单列信息 BasicColumn[]
columns,
rowKey: 'id',
@@ -83,6 +93,7 @@
// slots: { customRender: 'action' },
fixed: undefined,
},
+ scroll: { y: '100%' },
});
function handleCreate() {
@@ -160,3 +171,57 @@
}
}
+
diff --git a/src/views/demo/workmanagement/device/Aerocraft/index.vue b/src/views/demo/workmanagement/device/Aerocraft/index.vue
index d78fd50..d17fa66 100644
--- a/src/views/demo/workmanagement/device/Aerocraft/index.vue
+++ b/src/views/demo/workmanagement/device/Aerocraft/index.vue
@@ -1,5 +1,5 @@
-
+
导出飞行器信息
@@ -27,6 +27,15 @@
/>
+
+
+
+
+
暂无数据
+
请先查询机场信息,没有搜索到相关的数据
+
+
+
@@ -145,4 +154,57 @@ const exportDevice = () => {
}
-
+
diff --git a/src/views/demo/workmanagement/device/Airport/index.vue b/src/views/demo/workmanagement/device/Airport/index.vue
index 365c1b8..033892d 100644
--- a/src/views/demo/workmanagement/device/Airport/index.vue
+++ b/src/views/demo/workmanagement/device/Airport/index.vue
@@ -1,5 +1,5 @@
-
+
设备绑定码
@@ -50,6 +50,15 @@
/>
+
+
+
+
+
暂无数据
+
请先查询机场信息,没有搜索到相关的数据
+
+
+
@@ -261,16 +270,56 @@ const openDeviceWarningDrawer = (record) => {
-//