diff --git a/deploy.sh b/deploy.sh
index d2867d2..b6b1faf 100644
--- a/deploy.sh
+++ b/deploy.sh
@@ -7,11 +7,8 @@ touch .nojekyll
git init
git add -A
git commit -m 'deploy'
-git push -f "https://${access_token}@gitee.com/chu1204505056/vue-admin-beautiful.git" master:gh-pages
-git push -f "https://${access_token}@gitee.com/chu1204505056/vue-admin-beautiful-element.git" master:gh-pages
-start "https://gitee.com/chu1204505056/vue-admin-beautiful/pages"
-start "https://gitee.com/chu1204505056/vue-admin-beautiful-element/pages"
-git push -f "https://${access_token}@github.com/chuzhixin/vue-admin-beautiful.git" master:gh-pages
+git push -f "https://${access_token}@gitee.com/yuanzbz/vue-admin-perfect.git" master:gh-pages
+
cd -
exec /bin/bash
diff --git a/push.sh b/push.sh
new file mode 100644
index 0000000..8cf0101
--- /dev/null
+++ b/push.sh
@@ -0,0 +1,12 @@
+#强制推送
+#!/usr/bin/env bash
+set -e
+git init
+git add -A
+git commit -m '🎉 feat: init project'
+git push -f "https://${access_token}@gitee.com/yuanzbz/vue-admin-perfect.git" master
+exec /bin/bash
+
+
+
+
diff --git a/src/App.vue b/src/App.vue
index a7e6a86..02a521e 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -6,6 +6,7 @@
diff --git a/src/views/table/components/comprehensive.vue b/src/views/table/components/comprehensive.vue
index e69de29..3dc84fe 100644
--- a/src/views/table/components/comprehensive.vue
+++ b/src/views/table/components/comprehensive.vue
@@ -0,0 +1,173 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ {{ isExpand?'合并':'展开' }}
+
+
+
+
+
+
+
+
+
$emit('selection-change',val)"
+ :data="list"
+ style="width: 100%"
+ :border="true">
+
+
+
+
+ {{ scope.row[item.name] }}
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/table/dynamic.vue b/src/views/table/dynamic.vue
index e69de29..8b13789 100644
--- a/src/views/table/dynamic.vue
+++ b/src/views/table/dynamic.vue
@@ -0,0 +1 @@
+
diff --git a/src/views/table/inline-edit-table.vue b/src/views/table/inline-edit-table.vue
index 57b5982..056026b 100644
--- a/src/views/table/inline-edit-table.vue
+++ b/src/views/table/inline-edit-table.vue
@@ -1,14 +1,21 @@
-
+
+
+
+
+
+
+ 搜索
+
+
-
+
-
+
+
+ {{scope.row.sex?'男':'女'}}
+
+
-
+
+
+
+
@@ -234,4 +176,7 @@ const deleteAction = (row)=>{
right: 15px;
top: 10px;
}
+.inline-edit-table{
+ width: 100%;
+}