明树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', { ...@@ -93,14 +93,14 @@ const TzTzmbzrs = sequelize.define('TzTzmbzrs', {
type: DataTypes.STRING, type: DataTypes.STRING,
comment: "责任书类型 全生命周期投资目标责任书、建设投资目标责任书、运营期投资目标责任书、年度投资目标责任书文件", comment: "责任书类型 全生命周期投资目标责任书、建设投资目标责任书、运营期投资目标责任书、年度投资目标责任书文件",
}, },
xmkgrq: { // xmkgrq: {
type: DataTypes.DATE, // type: DataTypes.DATE,
get() { // get() {
const rawValue = this.getDataValue('xmkgrq'); // const rawValue = this.getDataValue('xmkgrq');
return rawValue ? moment(rawValue).format('YYYY-MM-DD') : ''; // return rawValue ? moment(rawValue).format('YYYY-MM-DD') : '';
}, // },
comment: "项目开工日期" // comment: "项目开工日期"
}, // },
xmssqx: { xmssqx: {
type: DataTypes.STRING, type: DataTypes.STRING,
comment: "项目实施期限", 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