From 3ce6eb0a3d1296450281f441951f65eabe3ab623 Mon Sep 17 00:00:00 2001 From: wangsongsole Date: Wed, 10 Aug 2022 12:00:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20=E5=BE=85=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=E4=B8=BA=E5=8F=AF=E4=BD=BF=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/keysFind/index.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: '已作废' }