yxk-20260708
实际完成时间,修改为实际完成日期
This commit is contained in:
@@ -204,7 +204,7 @@ export const bgTakepulseFeedbackColumns: JVxeColumn[] = [
|
||||
defaultValue:'',
|
||||
},
|
||||
{
|
||||
title: '实际完成时间',
|
||||
title: '实际完成日期',
|
||||
key: 'actualTime',
|
||||
type: JVxeTypes.date,
|
||||
width:"200px",
|
||||
@@ -287,7 +287,7 @@ export const superQuerySchema = {
|
||||
planExect: {title: '计划完成目标',order: 4,view: 'textarea', type: 'string',},
|
||||
planTime: {title: '计划完成日期',order: 5,view: 'date', type: 'string',},
|
||||
actualExect: {title: '实际执行情况',order: 6,view: 'textarea', type: 'string',},
|
||||
actualTime: {title: '实际完成时间',order: 7,view: 'date', type: 'string',},
|
||||
actualTime: {title: '实际完成日期',order: 7,view: 'date', type: 'string',},
|
||||
actSt: {title: '调整落实措施及执行情况',order: 8,view: 'textarea', type: 'string',},
|
||||
bpmStatus: {title: '完成状态',order: 9,view: 'text', type: 'string',},
|
||||
proposerConfirm: {title: '提出人确认',order: 10,view: 'text', type: 'string',},
|
||||
|
||||
Reference in New Issue
Block a user