Skip to content

Commit dc1c22e

Browse files
committed
UPDATE README
1 parent ed96a4b commit dc1c22e

File tree

2 files changed

+14
-12
lines changed

2 files changed

+14
-12
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
172172
* 控件源码见src/components/tree
173173

174174
#### 演示
175-
![](https://calebman.github.io/vue-DBM/tree.gif)
175+
![](http://owkmkzzaa.bkt.clouddn.com/image/jpgtree.gif)
176176

177177
#### 文档
178178
* props
@@ -252,7 +252,9 @@ ps:由于前端工程使用了大量的json文件来做数据模拟,因此可
252252

253253
### 效果演示
254254

255-
[demo地址](https://calebman.github.io/vue-DBM/index.html)
255+
[overseas](https://calebman.github.io/vue-DBM/index.html)
256+
257+
[国内](http://owkmkzzaa.bkt.clouddn.com/index.html)
256258

257259
### 对应的后端工程
258260

@@ -262,22 +264,22 @@ ps:由于前端工程使用了大量的json文件来做数据模拟,因此可
262264

263265
#### 登录
264266

265-
![](https://calebman.github.io/vue-DBM/login.png)
267+
![](http://owkmkzzaa.bkt.clouddn.com/login.png)
266268

267269
#### 权限管理
268270

269271
![](https://calebman.github.io/vue-DBM/permission.png)
270272

271273
#### 表格列表
272274

273-
![](https://calebman.github.io/vue-DBM/table.png)
275+
![](http://owkmkzzaa.bkt.clouddn.com/table.png)
274276

275277
#### 创建表格
276278

277-
![](https://calebman.github.io/vue-DBM/createTable.png)
279+
![](http://owkmkzzaa.bkt.clouddn.com/createTable.png)
278280

279281
#### 表格操作
280282

281-
![](https://calebman.github.io/vue-DBM/tableData.png)
283+
![](http://owkmkzzaa.bkt.clouddn.com/tableData.png)
282284

283285

src/pages/HomePage.vue

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,20 +23,20 @@
2323
<div class="summary">
2424
<Row :gutter="16">
2525
<Col span="6">
26-
<span class="number">56,123</span><br>
26+
<span class="number">5,300</span><br>
2727
<span class="number_detail">总计访问</span>
2828
</Col>
2929
<Col span="6">
30-
<span class="number">56,123</span><br>
30+
<span class="number">1,213</span><br>
3131
<span class="number_detail">总计数据</span>
3232
</Col>
3333
<Col span="6">
34-
<span class="number">56,123</span><br>
35-
<span class="number_detail">总计数据</span>
34+
<span class="number">0</span><br>
35+
<span class="number_detail">还没想好放什么</span>
3636
</Col>
3737
<Col span="6">
38-
<span class="number">56,123</span><br>
39-
<span class="number_detail">总计数据</span>
38+
<span class="number">0</span><br>
39+
<span class="number_detail">还没想好放什么</span>
4040
</Col>
4141
</Row>
4242
</div>

0 commit comments

Comments
 (0)