Ver a proveniência

提交

master
gwbvipvip há 6 meses
ascendente
cometimento
3223ecd1a2
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      src/pages/authorization/storeAuthorization/index.jsx

+ 1
- 1
src/pages/authorization/storeAuthorization/index.jsx Ver ficheiro

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


Carregando…
Cancelar
Guardar