修改 待使用为可使用
This commit is contained in:
parent
510ee43702
commit
3ce6eb0a3d
|
@ -2,7 +2,7 @@
|
||||||
* @Author: Wind
|
* @Author: Wind
|
||||||
* @Date: 2022-07-25 10:53:41
|
* @Date: 2022-07-25 10:53:41
|
||||||
* @LastEditors: Wind
|
* @LastEditors: Wind
|
||||||
* @LastEditTime: 2022-07-28 15:29:24
|
* @LastEditTime: 2022-08-10 11:59:58
|
||||||
* @Description:key列表查询组件
|
* @Description:key列表查询组件
|
||||||
* @FilePath: \frontend\src\components\keysFind\index.jsx
|
* @FilePath: \frontend\src\components\keysFind\index.jsx
|
||||||
*/
|
*/
|
||||||
|
@ -16,7 +16,7 @@ import _ from 'lodash'
|
||||||
|
|
||||||
const stateList = [
|
const stateList = [
|
||||||
{ key: 0, text: '全部' },
|
{ key: 0, text: '全部' },
|
||||||
{ key: 1, text: '待使用' },
|
{ key: 1, text: '可使用' },
|
||||||
{ key: 2, text: '已使用' },
|
{ key: 2, text: '已使用' },
|
||||||
{ key: 3, text: '已完结' },
|
{ key: 3, text: '已完结' },
|
||||||
{ key: 4, text: '已作废' }
|
{ key: 4, text: '已作废' }
|
||||||
|
|
Loading…
Reference in New Issue