diff --git a/packages/bigscreen/designer/components/Add.vue b/packages/bigscreen/designer/components/Add.vue
index 5868997f..8ae09c65 100644
--- a/packages/bigscreen/designer/components/Add.vue
+++ b/packages/bigscreen/designer/components/Add.vue
@@ -12,14 +12,13 @@
                 
               
               
-                
+                
               
               
                 
+                  v-model="form.status"
+                  active-value="1"
+                  inactive-value="0">
                 
               
             
@@ -32,14 +31,23 @@
           
           
              {}">
+              :tableData="tableData"
+              :col-configs="colConfigs"
+              :total="total"
+              style="margin-top: 6px;"
+              :border="true"
+              row-key="id"
+              :isShowPagination="false"
+              @getList="() => {}">
+              
+                
+                   onStatusChange(row.id)">
+                  
+                
+              
               
                 
                   
@@ -54,14 +62,14 @@
         
       
       
+        v-if="isShowLayout"
+        :instance="instance"
+        :dict="dict"
+        :params="query"
+        @change="onChange"
+        :urlPrefix="urlPrefix"
+        :theme="config.theme"
+        @close="isShowLayout = false">
       
       
         
@@ -85,194 +93,207 @@