Commit b3f8ab18 authored by 赵啸非's avatar 赵啸非

修改部门新增

parent 90ef0e1c
...@@ -60,11 +60,8 @@ ...@@ -60,11 +60,8 @@
], ],
columns: [ columns: [
{type: "selection", width: 60},
{type: "index",label: "序号",width: 50}, {type: "index",label: "序号",width: 50},
{label: "站点Id,来源基础服务平台", prop: "siteId", formatter: this.formatter},
{label: "题目总数", prop: "projectTotalCount",formatter: this.formatter}, {label: "题目总数", prop: "projectTotalCount",formatter: this.formatter},
{label: "昨日新增项目数量", prop: "projectAddCount",formatter: this.formatter}, {label: "昨日新增项目数量", prop: "projectAddCount",formatter: this.formatter},
...@@ -77,11 +74,11 @@ ...@@ -77,11 +74,11 @@
{label: "昨日新增减少数量", prop: "pushAddCount",formatter: this.formatter}, {label: "昨日新增减少数量", prop: "pushAddCount",formatter: this.formatter},
{ {
label: "操作", label: "时间",
width: 240, width: 240,
formatter: row => { formatter: row => {
return ( return (
<table-buttons noAdd row={row} onEdit={this.toEdit} onView={this.toView} onDel={this.toDel} /> <span>{row.year} {row.month} {row.day} </span>
); );
} }
} }
......
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