明树Git Lab

Commit da1ba7a1 authored by zfp1's avatar zfp1

update

parent 4387afda
Pipeline #108934 passed with stage
in 3 seconds
...@@ -76,7 +76,14 @@ const TzTzmbzrs = sequelize.define('TzTzmbzrs', { ...@@ -76,7 +76,14 @@ const TzTzmbzrs = sequelize.define('TzTzmbzrs', {
ygzqzdyyjdmbzrsfj: {type: DataTypes.JSON, comment: "已盖掌签字的运营阶段目标责任书附件"}, ygzqzdyyjdmbzrsfj: {type: DataTypes.JSON, comment: "已盖掌签字的运营阶段目标责任书附件"},
/* ------------------------------ */ /* ------------------------------ */
qdsj: {
type: DataTypes.DATE,
defaultValue: Date.now,
get() {
const rawValue = this.getDataValue('qdsj');
return rawValue ? moment(rawValue).format('YYYY-MM-DD') : '';
}
},
projectName: { projectName: {
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