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

ok

parent 26d0af89
......@@ -100,9 +100,9 @@ export default {
type: "icon",
title: "派发",
oprate: "edit",
disalbe:1,
disable:params.row.status
},
on: { click: () => this.copy(params.row.id) },
on: { click: () => this.send(params.row.id) },
},
),
h(
......
......@@ -46,7 +46,7 @@
<span>|</span>
</li>
<li>
<a @click="task">
<a @click="log">
<Icon type="md-create" />动态
</a>
&nbsp;
......@@ -136,6 +136,10 @@ export default {
group() {
this.title = "项目成员";
this.detail = () => import("../groupUser/index1");
},
log() {
this.title = "项目动态";
this.detail = () => import("../record/index1");
},
l(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