mirror of
https://github.com/shawncai/ERP.git
synced 2025-03-06 20:35:45 +08:00
readme语法有点问题
This commit is contained in:
parent
8cbff34179
commit
cfe1ebca9d
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
@ -1,9 +1,9 @@
|
||||||
# ERP
|
# ERP
|
||||||
##work for nwow
|
## work for nwow
|
||||||
###ERP project
|
### ERP project
|
||||||
####2019/2/12 add topmenu
|
#### 2019/2/12 add topmenu
|
||||||
#### 2019/2/25 遇到的一些问题以及解决方案
|
#### 2019/2/25 遇到的一些问题以及解决方案
|
||||||
#####tagsview的页面关闭操作
|
##### tagsview的页面关闭操作
|
||||||
```
|
```
|
||||||
const view = {
|
const view = {
|
||||||
path: '/EmployeeInformation/NewEmployeeInformation',
|
path: '/EmployeeInformation/NewEmployeeInformation',
|
||||||
|
@ -15,7 +15,7 @@ path: '/EmployeeInformation/NewEmployeeInformation',
|
||||||
this.$store.dispatch('delView', view).then(({ visitedViews }) => {})
|
this.$store.dispatch('delView', view).then(({ visitedViews }) => {})
|
||||||
```
|
```
|
||||||
|
|
||||||
#####拼接json 方法
|
##### 拼接json 方法
|
||||||
```extend(jsonbject1, jsonbject2) {
|
```extend(jsonbject1, jsonbject2) {
|
||||||
var resultJsonObject = {}
|
var resultJsonObject = {}
|
||||||
for (const attr in jsonbject1) {
|
for (const attr in jsonbject1) {
|
||||||
|
|
Loading…
Reference in a new issue