Merge remote-tracking branch 'websoft/master'
This commit is contained in:
@@ -150,6 +150,7 @@ export const createOption = () => ({
|
||||
{
|
||||
label: '更新时间',
|
||||
prop: 'updateTime',
|
||||
sortable: true,
|
||||
type: 'datetime',
|
||||
format: 'YYYY-MM-DD HH:mm:ss',
|
||||
valueFormat: 'YYYY-MM-DD HH:mm:ss',
|
||||
@@ -160,6 +161,7 @@ export const createOption = () => ({
|
||||
{
|
||||
label: '创建时间',
|
||||
prop: 'createTime',
|
||||
sortable: true,
|
||||
type: 'datetime',
|
||||
format: 'YYYY-MM-DD HH:mm:ss',
|
||||
valueFormat: 'YYYY-MM-DD HH:mm:ss',
|
||||
|
||||
Reference in New Issue
Block a user