Commit 4f5fe11f authored by renjintao's avatar renjintao

Merge branch 'product' of git.mes123.com:zhouyx/mes-ui into product

parents 5878e38c 4e006a98
...@@ -96,12 +96,13 @@ export default { ...@@ -96,12 +96,13 @@ export default {
h( h(
"op", "op",
{ {
key: "type", attrs: { icon: "md-arrow-dropright-circle",
width: 90, type: "icon",
title: this.l("type"), title: "派发",
align: "left", oprate: "edit",
high: true, disable:params.row.status
code: "mes.project_plan.Type", },
on: { click: () => this.send(params.row.id) },
}, },
), ),
h( h(
...@@ -117,19 +118,15 @@ export default { ...@@ -117,19 +118,15 @@ export default {
h( h(
"op", "op",
{ {
key: "status", attrs: { icon: "md-create",
title: this.l("status"), type: "icon",
align: "left", title: "编辑",
high: true, oprate: "edit", },
code: "mes.project_plan.Status", on: { click: () => this.edit(params.row.id) },
}, }
{ ),
key: "startDate", h(
title: this.l("startDate"), "op",
align: "left",
high: true,
type: "date"
},
{ {
attrs: { icon: "ios-trash", attrs: { icon: "ios-trash",
type: "icon", type: "icon",
......
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
<span>|</span> <span>|</span>
</li> </li>
<li> <li>
<a @click="task"> <a @click="log">
<Icon type="md-create" />动态 <Icon type="md-create" />动态
</a> </a>
&nbsp; &nbsp;
...@@ -136,6 +136,10 @@ export default { ...@@ -136,6 +136,10 @@ export default {
group() { group() {
this.title = "项目成员"; this.title = "项目成员";
this.detail = () => import("../groupUser/index1"); this.detail = () => import("../groupUser/index1");
},
log() {
this.title = "项目动态";
this.detail = () => import("../record/index1");
}, },
l(key) { l(key) {
key = "project_main" + "." + key; key = "project_main" + "." + key;
......
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