Browse Source

提交

master
gwbvipvip 6 months ago
parent
commit
3223ecd1a2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/pages/authorization/storeAuthorization/index.jsx

+ 1
- 1
src/pages/authorization/storeAuthorization/index.jsx View File

@@ -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, }]} >


Loading…
Cancel
Save