1002884655 3 lat temu
rodzic
commit
72b933898e

+ 5
- 5
src/subpackages/pages/marketing/changeVisit/index.jsx Wyświetl plik

@@ -253,7 +253,7 @@ export default withLayout((props) => {
253 253
           {
254 254
             (CurrentStatusId === 4 || CurrentStatusId === 5) &&
255 255
             <Block>
256
-              <text className='required'>业绩分成人|占比/%</text>
256
+              <text>业绩分成人|占比/%</text>
257 257
               <view className='FormLine flex-h'>
258 258
                 <view className='flex-item'>
259 259
                   <Input placeholder='请输入业绩分成人' value={FormData.dividendsName} onInput={InputChange.bind(this, 'dividendsName')}></Input>
@@ -268,7 +268,7 @@ export default withLayout((props) => {
268 268
           {
269 269
             (CurrentStatusId === 4 || CurrentStatusId === 5) &&
270 270
             <Block>
271
-              <text className='required'>户型</text>
271
+              <text>户型</text>
272 272
               <view className='FormLine flex-h'>
273 273
                 <view className='flex-item'>
274 274
                   <view className='CheckBoxList'>
@@ -292,7 +292,7 @@ export default withLayout((props) => {
292 292
           {
293 293
             (CurrentStatusId === 4 || CurrentStatusId === 5) &&
294 294
             <Block>
295
-              <text className='required'>房号</text>
295
+              <text>房号</text>
296 296
               <view className='FormLine flex-h'>
297 297
                 <view className='flex-item'>
298 298
                   <Input placeholder='请输入房号' value={FormData.houseInfo} onInput={InputChange.bind(this, 'houseInfo')}></Input>
@@ -304,7 +304,7 @@ export default withLayout((props) => {
304 304
           {
305 305
             (CurrentStatusId === 4 || CurrentStatusId === 5) &&
306 306
             <Block>
307
-              <text className='required'>签约日期</text>
307
+              <text>签约日期</text>
308 308
               <view className='FormLine flex-h'>
309 309
                 <view className='flex-item'>
310 310
                   <Picker mode='date' value={FormData.successDate} onChange={SuccessDateChange}>{SuccessDate || '请选择开始日期'}</Picker>
@@ -317,7 +317,7 @@ export default withLayout((props) => {
317 317
           {
318 318
             (CurrentStatusId === 4 || CurrentStatusId === 5) &&
319 319
             <Block>
320
-              <text className='required'>成交金额</text>
320
+              <text>成交金额</text>
321 321
               <view className='FormLine flex-h'>
322 322
                 <view className='flex-item'>
323 323
                   <Input placeholder='请输入金额' value={FormData.price} onInput={InputChange.bind(this, 'price')}></Input>