明树Git Lab

Commit c63e5996 authored by zfp1's avatar zfp1

1

parent 40ce79cd
Pipeline #108769 passed with stage
in 3 seconds
......@@ -93,14 +93,14 @@ const TzTzmbzrs = sequelize.define('TzTzmbzrs', {
type: DataTypes.STRING,
comment: "责任书类型 全生命周期投资目标责任书、建设投资目标责任书、运营期投资目标责任书、年度投资目标责任书文件",
},
xmkgrq: {
type: DataTypes.DATE,
get() {
const rawValue = this.getDataValue('xmkgrq');
return rawValue ? moment(rawValue).format('YYYY-MM-DD') : '';
},
comment: "项目开工日期"
},
// xmkgrq: {
// type: DataTypes.DATE,
// get() {
// const rawValue = this.getDataValue('xmkgrq');
// return rawValue ? moment(rawValue).format('YYYY-MM-DD') : '';
// },
// comment: "项目开工日期"
// },
xmssqx: {
type: DataTypes.STRING,
comment: "项目实施期限",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment