新增通道列表查询页面
This commit is contained in:
@@ -35,7 +35,7 @@ export default function DatePicker(props: DatePickerProps) {
|
||||
)}
|
||||
>
|
||||
<CalendarIcon/>
|
||||
<span className={`text-sm`}>
|
||||
<span className={merge(`text-sm`, !props.value && 'text-weak')}>
|
||||
{props.value
|
||||
? format(props.value, props.format || 'yyyy-MM-dd HH:mm:ss')
|
||||
: props.placeholder || '选择日期'
|
||||
|
||||
Reference in New Issue
Block a user