瀏覽代碼

提交

master
gwbvipvip 6 月之前
父節點
當前提交
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, }]} >


Loading…
取消
儲存