diff --git a/hw-ui/src/views/board/demo/index.vue b/hw-ui/src/views/board/demo/index.vue
index 2f9d5bf..c102ea4 100644
--- a/hw-ui/src/views/board/demo/index.vue
+++ b/hw-ui/src/views/board/demo/index.vue
@@ -21,7 +21,7 @@
width="180"
>
-
+
-
+
-
+
-
+
@@ -123,6 +123,9 @@ export default {
},
mounted() {
this.getId(this.tableData)
+ this.tableData.forEach(e=>{
+ e.disabled = true
+ })
},
methods: {
getId(arr) {