Commit 17c1eedb authored by 周远喜's avatar 周远喜

ok

parent 26d0af89
...@@ -100,9 +100,9 @@ export default { ...@@ -100,9 +100,9 @@ export default {
type: "icon", type: "icon",
title: "派发", title: "派发",
oprate: "edit", oprate: "edit",
disalbe:1, disable:params.row.status
}, },
on: { click: () => this.copy(params.row.id) }, on: { click: () => this.send(params.row.id) },
}, },
), ),
h( h(
......
...@@ -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