fix bug
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
* @Author : Shiming
|
||||
* @Date : 2022-02-17 15:01:33
|
||||
* @LastEditors : Shiming
|
||||
* @LastEditTime : 2022-02-22 11:17:30
|
||||
* @LastEditTime : 2022-04-11 14:50:05
|
||||
* @FilePath : \\tms-obc-web\\src\\app\\routes\\sys-setting\\components\\network-freight\\new\\new.component.html
|
||||
* Copyright (C) 2022 huzhenhong. All rights reserved.
|
||||
-->
|
||||
@ -17,7 +17,7 @@
|
||||
<dt>正面照</dt>
|
||||
<dd>示例</dd>
|
||||
</dl>
|
||||
<div class="pa2"> <app-imagelist [imgList]="['./assets/images/company.png']"></app-imagelist></div>
|
||||
<div class="pa2"> <app-imagelist style="height: 102px;" [imgList]="['./assets/images/company.png']"></app-imagelist></div>
|
||||
</div>
|
||||
</ng-template>
|
||||
<ng-template sf-template="title1" let-me let-ui="ui" let-schema="schema">
|
||||
|
||||
@ -8,6 +8,7 @@ import {
|
||||
SFComponent,
|
||||
SFDateWidgetSchema,
|
||||
SFSchema,
|
||||
SFStringWidgetSchema,
|
||||
SFTextareaWidgetSchema,
|
||||
SFUISchema,
|
||||
SFUploadWidgetSchema
|
||||
@ -620,10 +621,12 @@ export class NetworkFreightNewComponent implements OnInit {
|
||||
costRate: {
|
||||
title: '成本费率',
|
||||
type: 'string',
|
||||
addOnAfter: '%',
|
||||
ui: {
|
||||
addOnAfter: '%',
|
||||
grid: { xxl: 13, xl: 18, lg: 24, md: 24 },
|
||||
placeholder: '请输入成本费率'
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
required: ['website', 'costRate']
|
||||
|
||||
Reference in New Issue
Block a user