yxk-20260708
党委会、所务会、把把脉的实际完成实际修改为日期格式 完成状态默认为进行中
This commit is contained in:
@@ -206,9 +206,9 @@ export const bgTakepulseFeedbackColumns: JVxeColumn[] = [
|
||||
{
|
||||
title: '实际完成时间',
|
||||
key: 'actualTime',
|
||||
type: JVxeTypes.datetime,
|
||||
type: JVxeTypes.date,
|
||||
width:"200px",
|
||||
placeholder: '请输入${title}',
|
||||
placeholder: '请选择${title}',
|
||||
defaultValue:'',
|
||||
},
|
||||
{
|
||||
@@ -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: 'datetime', 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