Explorar el Código

提交

master
gwbvipvip hace 6 meses
padre
commit
3223ecd1a2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/pages/authorization/storeAuthorization/index.jsx

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

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


Cargando…
Cancelar
Guardar