Skip to content

Commit

Permalink
add example folder
Browse files Browse the repository at this point in the history
  • Loading branch information
ziaochina committed Nov 24, 2018
1 parent 58dc435 commit 091758f
Show file tree
Hide file tree
Showing 393 changed files with 48 additions and 130 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# set-person-list

人员列表
Original file line number Diff line number Diff line change
Expand Up @@ -104,22 +104,22 @@ export default class action {
persons: [{ id }]
})

this.message.success('删除职员成功')
this.message.success('删除人员成功')
this.reload()
}

batchDel = async () => {
const lst = this.base.gs('data.list')

if (!lst || lst.length == 0) {
this.message.error('请选中要删除的职员')
this.message.error('请选中要删除的人员')
return
}

const selectRows = lst.filter(o => o.isSelected)

if (!selectRows || selectRows.length == 0) {
this.message.error('请选中要删除的职员')
this.message.error('请选中要删除的人员')
return
}

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.set-person-list {
border: 1px solid #e8e8e8;
border-radius: 2px;
}

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.set-person-list{border:1px solid #e8e8e8;border-radius:2px}
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
"author": "",
"repository": {
"type": "git",
"url": "https://github.com/makajs/set-person-list.git"
"url": "https://github.com/makajs/maka-erp.git"
},
"bugs": {
"url": "https://github.com/makajs/set-person-list/issues"
"url": "https://github.com/makajs/maka-erp/issues"
},
"homepage": "https://github.com/makajs/set-person-list#readme",
"homepage": "https://github.com/makajs/maka-erp#readme",
"scripts": {
"start": "maka start",
"dev": "maka start --dev",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.set-person-list{
border: 1px solid #e8e8e8;
border-radius:2px;
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# set-person

人员卡片
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
"author": "",
"repository": {
"type": "git",
"url": "https://github.com/makajs/set-person.git"
"url": "https://github.com/makajs/maka-erp.git"
},
"bugs": {
"url": "https://github.com/makajs/set-person/issues"
"url": "https://github.com/makajs/maka-erp/issues"
},
"homepage": "https://github.com/makajs/set-person#readme",
"homepage": "https://github.com/makajs/maka-erp#readme",
"scripts": {
"start": "maka start",
"dev": "maka start --dev",
Expand Down
File renamed without changes.
3 changes: 3 additions & 0 deletions packages/example/maka-erp/apps/sys/portal/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# portal

门户
File renamed without changes.
Loading

0 comments on commit 091758f

Please sign in to comment.