yxk-20260708

实际完成时间,修改为实际完成日期
This commit is contained in:
ye1023
2026-07-08 16:45:45 +08:00
parent 95da38ec7c
commit 7895c7e56c
8 changed files with 12 additions and 12 deletions
+2 -2
View File
@@ -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',},