fix bug
This commit is contained in:
		| @ -173,7 +173,7 @@ | |||||||
| <nz-card> | <nz-card> | ||||||
|   <div class="card-title">货物信息</div> |   <div class="card-title">货物信息</div> | ||||||
|   <div nz-row> |   <div nz-row> | ||||||
|     <div nz-col nzSpan="12"> |     <div nz-col nzSpan="24"> | ||||||
|       <sf #sf3 [schema]="schema3" [button]="'none'" [ui]="ui3" [formData]="sf3data"></sf> |       <sf #sf3 [schema]="schema3" [button]="'none'" [ui]="ui3" [formData]="sf3data"></sf> | ||||||
|       <sf #sf4 [schema]="schema4" [button]="'none'" [ui]="ui4" [formData]="sf4data"> |       <sf #sf4 [schema]="schema4" [button]="'none'" [ui]="ui4" [formData]="sf4data"> | ||||||
|         <ng-template sf-template="weight" let-i let-ui="ui"> |         <ng-template sf-template="weight" let-i let-ui="ui"> | ||||||
|  | |||||||
| @ -322,7 +322,6 @@ export class SupplyManagementReleasePublishComponent implements OnInit { | |||||||
|           type: 'string', |           type: 'string', | ||||||
|           title: '货物数量', |           title: '货物数量', | ||||||
|           ui: { |           ui: { | ||||||
|             width: 300, |  | ||||||
|             widget: 'custom', |             widget: 'custom', | ||||||
|             placeholder: '请输入', |             placeholder: '请输入', | ||||||
|             errors: { required: '必填项' } |             errors: { required: '必填项' } | ||||||
| @ -387,19 +386,19 @@ export class SupplyManagementReleasePublishComponent implements OnInit { | |||||||
|         grid: { span: 24 } |         grid: { span: 24 } | ||||||
|       }, |       }, | ||||||
|       $weight: { |       $weight: { | ||||||
|         grid: { span: 8 } |         grid: { lg: 6, md: 12, sm: 12, xs: 24 } | ||||||
|       }, |       }, | ||||||
|       $volume: { |       $volume: { | ||||||
|         grid: { span: 8 } |         grid: { lg: 6, md: 12, sm: 12, xs: 24 } | ||||||
|       }, |       }, | ||||||
|       $number: { |       $number: { | ||||||
|         grid: { span: 8 } |         grid: { lg: 6, md: 12, sm: 12, xs: 24 } | ||||||
|       }, |       }, | ||||||
|       $carModel: { |       $carModel: { | ||||||
|         grid: { span: 12 } |         grid: { span: 8 } | ||||||
|       }, |       }, | ||||||
|       $carLength: { |       $carLength: { | ||||||
|         grid: { span: 12 } |         grid: { span: 8 } | ||||||
|       } |       } | ||||||
|     }; |     }; | ||||||
|   } |   } | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user