傅行帆 5 yıl önce
ebeveyn
işleme
2a07b7fe62
1 değiştirilmiş dosya ile 3 ekleme ve 0 silme
  1. 3
    0
      src/pages/statistical/building/detail.jsx

+ 3
- 0
src/pages/statistical/building/detail.jsx Dosyayı Görüntüle

179
           搜索
179
           搜索
180
         </Button>
180
         </Button>
181
         <Button onClick={this.handleReset} style={{ marginBottom: '18px', marginLeft: '30px' }}>重置</Button>
181
         <Button onClick={this.handleReset} style={{ marginBottom: '18px', marginLeft: '30px' }}>重置</Button>
182
+        <Button type="primary" style={{ marginLeft: '30px' }} onClick={() => router.go(-1)}>
183
+                返回
184
+            </Button>
182
         </Form>
185
         </Form>
183
         <StatsChartLine title={this.state.buildingName} data={this.state.barData} />
186
         <StatsChartLine title={this.state.buildingName} data={this.state.barData} />
184
         <Row>
187
         <Row>