傅行帆 4 vuotta sitten
vanhempi
commit
4cb50bd63b
2 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 1
    1
      src/pages/property/bill/edit/index.jsx
  2. 1
    1
      src/pages/property/notice/index.jsx

+ 1
- 1
src/pages/property/bill/edit/index.jsx Näytä tiedosto

@@ -123,7 +123,7 @@ export default Form.create()(props => {
123 123
           <AddOn dataSource={addOnData} onFileInput={f => file.current = f}/>
124 124
         </Form.Item>
125 125
         <Form.Item {...tailFormItemLayout} >
126
-          <Button type="primary" onClick={() => handleSubmit(2)}>草稿</Button>
126
+          {/* <Button type="primary" onClick={() => handleSubmit(2)}>草稿</Button> */}
127 127
           <Button type="danger" style={{ marginLeft: '24px' }} onClick={() => handleSubmit(0)}>发布</Button>
128 128
           <Button style={{ marginLeft: '24px' }} onClick={() => router.go(-1)}>取消</Button>
129 129
         </Form.Item>

+ 1
- 1
src/pages/property/notice/index.jsx Näytä tiedosto

@@ -112,7 +112,7 @@ export default props => {
112 112
         </NavLink>
113 113
       </div>
114 114
       <List dataSource={listData} loading={loading} pagination={pagination} onPageChange={handlePageChange} rowKey="id">
115
-        <Table.Column title="编号" dataIndex="id" key="id" />
115
+        {/* <Table.Column title="编号" dataIndex="id" key="id" /> */}
116 116
         <Table.Column title="类型" dataIndex="annType" key="annType" render={t => t === 'notice' ? '提醒' : null} />
117 117
         <Table.Column
118 118
           title="标题"