This website works better with JavaScript
Home
Explore
Help
Register
Sign In
medical-plat
/
pc-admin
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
17
Commits
1
Branch
Tree:
0a180652cf
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '0a180652cf'
${ noResults }
pc-admin
/
src
/
common
/
constants.js
constants.js
108B
History
Raw
1
2
3
4
5
6
const stateOptions = {
0: { text: '未上架' },
1: { text: '已上架' },
};
export { stateOptions };