Compare commits
No commits in common. "4a658573bb8a13526ff2ecbd5413324a1512e942" and "043daac375b3b7d8de5963709269f18155151e8d" have entirely different histories.
4a658573bb
...
043daac375
|
|
@ -1,15 +0,0 @@
|
|||
/**
|
||||
* 是否类型枚举
|
||||
*/
|
||||
export const RADIO_WHETHER_ENUM = [
|
||||
{ id: "1", name: "是" },
|
||||
{ id: "0", name: "否" },
|
||||
];
|
||||
|
||||
/**
|
||||
* 有无类型枚举
|
||||
*/
|
||||
export const RADIO_PRESENCE_OR_ABSENCE_ENUM = [
|
||||
{ id: "1", name: "有" },
|
||||
{ id: "0", name: "无" },
|
||||
];
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "zy-react-library",
|
||||
"private": false,
|
||||
"version": "1.0.10",
|
||||
"version": "1.0.9",
|
||||
"type": "module",
|
||||
"description": "",
|
||||
"author": "LiuJiaNan",
|
||||
|
|
|
|||
Loading…
Reference in New Issue