diff --git a/src/components/keysFind/index.jsx b/src/components/keysFind/index.jsx index c041ceb6..7c3552cd 100644 --- a/src/components/keysFind/index.jsx +++ b/src/components/keysFind/index.jsx @@ -2,7 +2,7 @@ * @Author: Wind * @Date: 2022-07-25 10:53:41 * @LastEditors: Wind - * @LastEditTime: 2022-07-28 15:29:24 + * @LastEditTime: 2022-08-10 11:59:58 * @Description:key列表查询组件 * @FilePath: \frontend\src\components\keysFind\index.jsx */ @@ -16,7 +16,7 @@ import _ from 'lodash' const stateList = [ { key: 0, text: '全部' }, - { key: 1, text: '待使用' }, + { key: 1, text: '可使用' }, { key: 2, text: '已使用' }, { key: 3, text: '已完结' }, { key: 4, text: '已作废' }