소스 검색

参数管理所属组织

MFMF 3 년 전
부모
커밋
8b58df59e7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/HospitalSet/index.js

+ 1 - 1
src/components/HospitalSet/index.js

@@ -175,7 +175,7 @@ function HospitalSet() {
           initialValues={{ status: '' }}
         >
           <Row gutter={24}>
-            <Col span={5} key={0}>
+            <Col span={6} key={0}>
               <Form.Item label="所属组织" name="hospitalName">
                 <Select
                   showSearch