소스 검색

🐞 fix(提价代码): 提交代码

提交代码
tags/小炒逻辑变更前
txb 2 년 전
부모
커밋
fc8b2b9aa3
1개의 변경된 파일2개의 추가작업 그리고 6개의 파일을 삭제
  1. +2
    -6
      src/pages/card/machine/index.jsx

+ 2
- 6
src/pages/card/machine/index.jsx 파일 보기

@@ -209,6 +209,7 @@ const Machine = () => {
<Select style={{ width: 300 }} value={selectedStore} onChange={(value) => {
setSelectedStore(value);
onFetchGateList(value);
setSelectedGate({});
}}>
{
storeList.map(item => {
@@ -303,12 +304,7 @@ const Machine = () => {
<Form.Item
label="间隔时间"
name="sleepTime"
rules={[
{
required: true,
message: '请输入保护间隔时间!',
},
]}

>
<InputNumber min={0} defaultValue={10} />
</Form.Item>


불러오는 중...
취소
저장