Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
merchant-manage-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ui
merchant-manage-ui
Commits
77abc45d
Commit
77abc45d
authored
Nov 22, 2021
by
侯絮
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
待收货(发货中)改为 待发货(发货中)
parent
6a64cb06
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
29419 additions
and
29407 deletions
+29419
-29407
package-lock.json
package-lock.json
+29418
-29406
data.js
src/pages/cancelBillManage/data.js
+1
-1
No files found.
package-lock.json
View file @
77abc45d
...
...
@@ -7751,10 +7751,9 @@
}
},
"date-fns": {
"version": "1.30.1",
"resolved": "http://npmprivate.quantgroups.com/date-fns/-/date-fns-1.30.1.tgz",
"integrity": "sha512-hBSVCvSmWC+QypYObzwGOd9wqdDpOt+0wl0KbU+R+uuZBS1jN8VsD1ss3irQDknRj5NvxiTF6oj/nDRnN/UQNw==",
"dev": true
"version": "2.26.0",
"resolved": "http://npmprivate.quantgroups.com/date-fns/-/date-fns-2.26.0.tgz",
"integrity": "sha1-+kUwVUPDksT5FOUHdf0qRGHmD70="
},
"date-format": {
"version": "0.0.0",
...
...
@@ -10167,6 +10166,11 @@
"schema-utils": "^1.0.0"
}
},
"file-saver": {
"version": "2.0.5",
"resolved": "http://npmprivate.quantgroups.com/file-saver/-/file-saver-2.0.5.tgz",
"integrity": "sha512-P9bmyZ3h/PRG+Nzga+rbdI4OEpNDzAVyy74uVO9ATgzLK6VtAsYybF/+TOCvrc0MO793d6+42lLyZTw7/ArVzA=="
},
"file-uri-to-path": {
"version": "1.0.0",
"resolved": "http://npmprivate.quantgroups.com/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz",
...
...
@@ -14848,6 +14852,14 @@
"cli-cursor": "^2.1.0",
"date-fns": "^1.27.2",
"figures": "^2.0.0"
},
"dependencies": {
"date-fns": {
"version": "1.30.1",
"resolved": "http://npmprivate.quantgroups.com/date-fns/-/date-fns-1.30.1.tgz",
"integrity": "sha512-hBSVCvSmWC+QypYObzwGOd9wqdDpOt+0wl0KbU+R+uuZBS1jN8VsD1ss3irQDknRj5NvxiTF6oj/nDRnN/UQNw==",
"dev": true
}
}
},
"load-json-file": {
src/pages/cancelBillManage/data.js
View file @
77abc45d
...
...
@@ -66,7 +66,7 @@ export const column = [
width
:
200
,
valueEnum
:
{
1
:
'
待发货
'
,
2
:
'
待
收
货(发货中)
'
,
2
:
'
待
发
货(发货中)
'
,
3
:
'
待收货(已发货)
'
,
},
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment