Commit 22da8ed8 authored by dingyoujian's avatar dingyoujian

日期格式调整

parent b3f25202
......@@ -93,8 +93,8 @@
tableTitle: [
{label: "标题", prop: "title", fieldType: "ftString",width:160},
{label: "内容", prop: "content", fieldType: "ftString",width:200},
{label: "公告日期", prop: "ggrq", fieldType: "ftDate"},
{label: "有效期", prop: "yxrq", fieldType: "ftDate"},
{label: "公告日期", prop: "ggrq", ...this.$common('ftDate')},
{label: "有效期", prop: "yxrq", ...this.$common('ftDate')},
{label: "发布部门", prop: "bmmc", fieldType: "ftString",width:160},
{label: "附件数", prop: "attachcount", fieldType: "int"},
{label: "备注", prop: "bz", fieldType: "ftString",width:200},
......
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