|
@@ -102,7 +102,7 @@
|
|
|
oid +
|
|
|
'&org=' +
|
|
|
org,
|
|
|
- }">学生项目</el-breadcrumb-item>
|
|
|
+ }">{{orgArray.indexOf(org) != -1 || oidArray.indexOf(oid) != -1 ? "师生项目" : "学生项目"}}</el-breadcrumb-item>
|
|
|
<el-breadcrumb-item>
|
|
|
<span style="color: rgb(15, 126, 255)">添加项目</span>
|
|
|
</el-breadcrumb-item>
|
|
@@ -1584,6 +1584,8 @@ export default {
|
|
|
oid: this.$route.query.oid,
|
|
|
org: this.$route.query.org,
|
|
|
cid: this.$route.query.cid != undefined ? this.$route.query.cid : "",
|
|
|
+ orgArray:["150e3120-9195-11ed-b13d-005056b86db5"],
|
|
|
+ oidArray:[],
|
|
|
dialogVisibleTable: false,
|
|
|
tableJson: { text: "" },
|
|
|
cover: [], //项目封面
|