소스 검색

去除条文管理的新增功能

code4eat 3 년 전
부모
커밋
d08e33841c
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      src/views/provisionsManage/provisions.jsx

+ 3 - 3
src/views/provisionsManage/provisions.jsx

@@ -345,10 +345,10 @@ const CheckGroupManage = () => {
                 <WrappedTableForm edit={ifEdit} content={item} ref={thisForm} wrappedComponentRef={formNode} />
           </ModalWrap>
           
-          <div style={{display:'flex',flexDirection:'row'}}>
-          <Button onClick={handleAdd} type="primary" style={{ marginBottom: 16,marginRight:20 }}>
+          <div style={{display:'flex',flexDirection:'row',marginBottom:20}}>
+          {/* <Button onClick={handleAdd} type="primary" style={{ marginBottom: 16,marginRight:20 }}>
              新增条文
-          </Button>
+          </Button> */}
           <Search style={{ width: 200 }} allowClear placeholder="请输入条文条款关键字"  onSearch={onSearch} enterButton />
           </div>
           {