傅行帆 5 anni fa
parent
commit
f034ceb1a2

+ 2
- 2
src/pages/building/list/add/components/buildingProjectType.jsx Vedi File

102
                 )}
102
                 )}
103
               </Form.Item>
103
               </Form.Item>
104
             <Form.Item label="价格区间" help='最高价与最低价一致时,只展示一个'>
104
             <Form.Item label="价格区间" help='最高价与最低价一致时,只展示一个'>
105
-              {getFieldDecorator('startPrice')(<Input type="number" placeholder="最低价" style={{width: '60px'}} maxLength="9" onChange={e => this.onChange(e, 'startPrice')} />)} --
106
-              {getFieldDecorator('endPrice')(<Input type="number" placeholder="最高价" style={{width: '60px'}} maxLength="9" onChange={e => this.onChange(e, 'endPrice')} />)}{this.props.type.priceType === "average" ? "元/㎡" : "万元/套"}
105
+              {getFieldDecorator('startPrice')(<Input type="number" placeholder="最低价" style={{width: '120px'}} maxLength="9" onChange={e => this.onChange(e, 'startPrice')} />)} --
106
+              {getFieldDecorator('endPrice')(<Input type="number" placeholder="最高价" style={{width: '120px'}} maxLength="9" onChange={e => this.onChange(e, 'endPrice')} />)}{this.props.type.priceType === "average" ? "元/㎡" : "万元/套"}
107
             </Form.Item>
107
             </Form.Item>
108
             <Form.Item label="销售状态" >
108
             <Form.Item label="销售状态" >
109
             {getFieldDecorator('marketStatus')(
109
             {getFieldDecorator('marketStatus')(

+ 1
- 1
src/pages/building/list/index.jsx Vedi File

128
         <p className={Styles.cardItem}>
128
         <p className={Styles.cardItem}>
129
           <span className={Styles.title}>均价</span>
129
           <span className={Styles.title}>均价</span>
130
           <span >
130
           <span >
131
-            :<span style={{ color: '#FF0707', fontSize: '20px' }}> {data.price || '待定'} </span>{data.priceType == "total" ? "万元/套" : "元/m²"}
131
+            :<span style={{ color: '#FF0707', fontSize: '20px' }}> {data.price || '待定'} </span>
132
         </span>
132
         </span>
133
         </p>
133
         </p>
134
         <p className={Styles.cardItem}>
134
         <p className={Styles.cardItem}>