소스 검색

提交

master
gwbvipvip 9 달 전
부모
커밋
3223ecd1a2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/pages/authorization/storeAuthorization/index.jsx

+ 1
- 1
src/pages/authorization/storeAuthorization/index.jsx 파일 보기

@@ -219,7 +219,7 @@ const App = () => {
<Form.Item name="id" hidden={true}>
<Input />
</Form.Item>
<Form.Item name="storeId" label="店铺" rules={[{ required: true, }]}>
<Form.Item name="storeId" label="场景" rules={[{ required: true, }]}>
<Select style={{ width: 330, }} onChange={(value) => { setCurrentRow(value); }} options={storeList} />
</Form.Item>
<Form.Item name="autho" label="授权时间" rules={[{ required: true, }]} >


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