edit
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
import { Component, Input, OnInit, ViewChild } from '@angular/core';
|
||||
import { SFComponent, SFRadioWidgetSchema, SFSchema, SFUISchema } from '@delon/form';
|
||||
import { SFComponent, SFRadioWidgetSchema, SFSchema, SFStringWidgetSchema, SFUISchema } from '@delon/form';
|
||||
import { NzMessageService } from 'ng-zorro-antd/message';
|
||||
import { NzModalRef } from 'ng-zorro-antd/modal';
|
||||
import { SystemService } from '../../../services/system.service';
|
||||
@ -60,8 +60,9 @@ export class CartConfigActionModalComponent implements OnInit {
|
||||
type: 'string',
|
||||
ui: {
|
||||
placeholder: '请输入',
|
||||
addOnAfter: '米',
|
||||
hidden: this.configType === 1 || this.configType === 3
|
||||
},
|
||||
} as SFStringWidgetSchema,
|
||||
default: staff.phone2
|
||||
},
|
||||
phone3: {
|
||||
|
||||
Reference in New Issue
Block a user