From 993e54d64bc4c4c82fd1b7e1bf496782f6fe53c6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=AD=99=E6=98=8A=E7=BF=94?= <673686754@qq.com>
Date: Sun, 26 Aug 2018 21:22:04 +0800
Subject: [PATCH] =?UTF-8?q?d2-crud=20doc=20=E5=9F=BA=E6=9C=AC=E8=A1=A8?=
=?UTF-8?q?=E6=A0=BC?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Former-commit-id: acf80443284f668a8f9fa3fdbcbb32161168cd6e [formerly acf80443284f668a8f9fa3fdbcbb32161168cd6e [formerly acf80443284f668a8f9fa3fdbcbb32161168cd6e [formerly acf80443284f668a8f9fa3fdbcbb32161168cd6e [formerly 6c6dda19796960d898f505804108986aa7114185 [formerly 608b16426fa9dfd7d39068c35d060164b2f27baf]]]]]
Former-commit-id: 3da8dc3d3681adb92d6bd21b0e982f40bfdb17a0
Former-commit-id: 996adfebb0359eaf4f286a4cb03ee855347dd0d4
Former-commit-id: 7404f9647294dd8fa7c1efbda0d7fc8ab7bf5cae [formerly e98e5d3ddeaf2216c9b4e3e8bf83f7a31bedf25a]
Former-commit-id: b592545fe6a45c6a79eed8badf612275e54cdc31
Former-commit-id: 285a183c0bed15c2fae96247f19e9e3ec854b037
Former-commit-id: 496e9e1362e1c407c0593826ca604c35f74866ba
Former-commit-id: b3225c89b32a7a44fcbc29c0c43c7cc82c0286bd
Former-commit-id: 9514dc2c0ea2ffda7bd324e05e71a1c54516d200
---
src/menu/modules/demo-d2-crud.js | 2 +-
src/pages/demo/d2-crud/demo1/index.vue | 55 ++++++++++++++++++++++++--
src/router/routes.js.REMOVED.git-id | 2 +-
3 files changed, 54 insertions(+), 5 deletions(-)
diff --git a/src/menu/modules/demo-d2-crud.js b/src/menu/modules/demo-d2-crud.js
index 2b4d856a..8da7f9ad 100644
--- a/src/menu/modules/demo-d2-crud.js
+++ b/src/menu/modules/demo-d2-crud.js
@@ -4,6 +4,6 @@ export default {
icon: 'table',
children: (pre => [
{ path: `${pre}index`, title: 'D2 CRUD 首页', icon: 'home' },
- { path: `${pre}demo1`, title: '示例1' }
+ { path: `${pre}demo1`, title: '基本表格' }
])('/demo/d2-crud/')
}
diff --git a/src/pages/demo/d2-crud/demo1/index.vue b/src/pages/demo/d2-crud/demo1/index.vue
index 6d39786b..52a07b4b 100644
--- a/src/pages/demo/d2-crud/demo1/index.vue
+++ b/src/pages/demo/d2-crud/demo1/index.vue
@@ -1,9 +1,58 @@
- header
- main
+ 基本表格
+
+
-
+
+
+
diff --git a/src/router/routes.js.REMOVED.git-id b/src/router/routes.js.REMOVED.git-id
index 2a7fbf8f..10a82f8f 100644
--- a/src/router/routes.js.REMOVED.git-id
+++ b/src/router/routes.js.REMOVED.git-id
@@ -1 +1 @@
-bd272213cf5328eff3aabfe6d4aea9c30c5833e3
\ No newline at end of file
+6c0089557b3f47ce1383b439360cea062285b4b9
\ No newline at end of file