diff --git a/src/views/DevicesView/DevicesView.vue b/src/views/DevicesView/DevicesView.vue index 3872f36..b66eb5c 100644 --- a/src/views/DevicesView/DevicesView.vue +++ b/src/views/DevicesView/DevicesView.vue @@ -20,14 +20,20 @@
- +
@@ -43,7 +49,7 @@ row-key="id" :data="tableData" :columns="tableColumns" - empty="暂无符合条件的设备" + :empty="tableEmpty" hover @row-click="handleRowClick" > @@ -85,7 +91,12 @@
@@ -220,7 +231,7 @@