Commit b495441d by liangzhen

存下

1 parent ba87c981
...@@ -20,6 +20,9 @@ ...@@ -20,6 +20,9 @@
height: 100%; height: 100%;
text-align: center; text-align: center;
} }
body .el-table th.gutter{
display: table-cell!important;
}
......
...@@ -120,22 +120,22 @@ export function trendsRules(type) { ...@@ -120,22 +120,22 @@ export function trendsRules(type) {
// children: [], // children: [],
// }, // },
{ // {
name: "申诉确认", // name: "申诉确认",
url: "/mainLayout/assistedConfirm", // url: "/mainLayout/assistedConfirm",
children: [], // children: [],
}, // },
{ // {
name: "整改核验", // name: "整改核验",
url: "/mainLayout/correctiveAssistanceVerification", // url: "/mainLayout/correctiveAssistanceVerification",
children: [], // children: [],
}, // },
{ // {
name: "同步归档", // name: "同步归档",
url: "/mainLayout/attachSynchronousArchiving", // url: "/mainLayout/attachSynchronousArchiving",
children: [], // children: [],
}, // },
], ],
}, },
], ],
...@@ -154,25 +154,25 @@ export function trendsRules(type) { ...@@ -154,25 +154,25 @@ export function trendsRules(type) {
url: "", url: "",
children: [ children: [
{ {
name: "评估材料获取", name: "评估材料提交",
url: "/mainLayout/materialAcquisition", url: "/mainLayout/materialAcquisition",
children: [], children: [],
}, },
{ // {
name: "问题反馈", // name: "问题反馈",
url: "/mainLayout/assistedFeedback", // url: "/mainLayout/assistedFeedback",
children: [], // children: [],
}, // },
// { // {
// name: "问题整改", // name: "问题整改",
// url: "/mainLayout/assistedRect", // url: "/mainLayout/assistedRect",
// children: [], // children: [],
// }, // },
{ // {
name: "同步归档", // name: "同步归档",
url: "/mainLayout/attachSynchronousArchiving", // url: "/mainLayout/attachSynchronousArchiving",
children: [], // children: [],
}, // },
], ],
}, },
], ],
...@@ -220,7 +220,7 @@ export function trendsRules(type) { ...@@ -220,7 +220,7 @@ export function trendsRules(type) {
children: [], children: [],
}, },
{ {
name: "自查评估材料获取", name: "自查评估材料提交",
url: "/assesszc/materialAcquisition", url: "/assesszc/materialAcquisition",
children: [], children: [],
}, },
...@@ -282,7 +282,7 @@ export function trendsRules(type) { ...@@ -282,7 +282,7 @@ export function trendsRules(type) {
children: [], children: [],
}, },
{ {
name: "评估材料获取", name: "评估材料提交",
url: "/mainLayout/materialAcquisition", url: "/mainLayout/materialAcquisition",
children: [], children: [],
}, },
...@@ -426,7 +426,7 @@ export function trendsRules(type) { ...@@ -426,7 +426,7 @@ export function trendsRules(type) {
} }
} }
export function defaultRouter() { export function defaultRouter() {
sessionStorage.setItem("author", "sgitg_weizheng"); sessionStorage.setItem("author", "weizheng");
sessionStorage.setItem("authorName",99); sessionStorage.setItem("authorName",99);
let type=sessionStorage.getItem('authorName') let type=sessionStorage.getItem('authorName')
console.log( type,'hahaha ') console.log( type,'hahaha ')
......
...@@ -533,59 +533,6 @@ export default { ...@@ -533,59 +533,6 @@ export default {
this.pageSize = 10; this.pageSize = 10;
this.submitForm(); this.submitForm();
}, },
//确认问题
// async confirm() {
// console.log('整改')
// this.mergingPos = 0;
// this.mergingRows = [];
// if (this.checkedList.length != 1) {
// this.$message("请选择一条数据进行确认");
// return;
// }
// console.log(this.checkedList[0].postEvalStateText,'this.checkedList[0].postEvalStateText')
// if (this.checkedList[0].postEvalStateText == '已申诉') {
// this.$message("请选择未申诉的数据");
// return;
// }
// this.dialogQR = true;
// let params = {
// projectId: this.checkedList[0].projectId,
// batchId: this.checkedList[0].batchId,
// };
// let res = await wtssSelProblemAssistedFeedback(params);
// if (res.code == "200") {
// this.tableDataQR = res.data.records;
// this.tableDataQR.forEach((item) => {
// if (!item.confirmStatus) {
// this.$set(item, "confirmStatus", "2");
// }
// switch (item.projectStage) {
// case "1":
// this.$set(item, "projectStagetext", "1.可研");
// break;
// case "2":
// this.$set(item, "projectStagetext", "2.计划");
// break;
// case "3":
// this.$set(item, "projectStagetext", "3.采购");
// break;
// case "4":
// this.$set(item, "projectStagetext", "4.合同");
// break;
// case "5":
// this.$set(item, "projectStagetext", "5.执行");
// break;
// case "6":
// this.$set(item, "projectStagetext", "6.结决算及转资");
// break;
// }
// });
// console.log(this.tableDataQR);
// this.dataPretreatment();
// }
// },
dataPretreatment() { dataPretreatment() {
for (let i = 0; i < this.tableDataQR.length; i++) { for (let i = 0; i < this.tableDataQR.length; i++) {
// tabledata 表格数据源 // tabledata 表格数据源
...@@ -775,7 +722,7 @@ export default { ...@@ -775,7 +722,7 @@ export default {
this.dataPretreatmentSS(); this.dataPretreatmentSS();
} }
}, },
handleFileUpload(event, row, id) { handleFileUploadZG(event, row, id) {
console.log("来了么"); console.log("来了么");
this.file = event.target.files[0]; this.file = event.target.files[0];
this.submitFile(row, id); this.submitFile(row, id);
......
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
<el-option label="已完成" value="5"></el-option> <el-option label="已完成" value="5"></el-option>
</el-select> </el-select>
</el-form-item> </el-form-item>
<el-form-item label="创建时间:" prop="batchName" class="fromItem"> <el-form-item label="发起时间:" prop="batchName" class="fromItem">
<el-date-picker <el-date-picker
@change="timeChange" @change="timeChange"
v-model="ruleForm.dates" v-model="ruleForm.dates"
...@@ -103,10 +103,12 @@ ...@@ -103,10 +103,12 @@
<el-table-column prop="expertName" label="后评估专家" width="auto"> <el-table-column prop="expertName" label="后评估专家" width="auto">
</el-table-column> </el-table-column>
<!-- <el-table-column prop="expertId" label="专家编号" width="auto">
</el-table-column> -->
<el-table-column <el-table-column
prop="planReviewDate" prop="planReviewDate"
label="计划评估日期" label="计划评估日期"
width="auto" width="220"
> >
</el-table-column> </el-table-column>
<el-table-column <el-table-column
...@@ -118,9 +120,9 @@ ...@@ -118,9 +120,9 @@
<!-- <el-table-column prop="postEvalState" label="后评估状态" width="auto"> <!-- <el-table-column prop="postEvalState" label="后评估状态" width="auto">
</el-table-column> --> </el-table-column> -->
<el-table-column prop="creator" label="创建人" width="120"> <el-table-column prop="creator" label="发起人" width="120">
</el-table-column> </el-table-column>
<el-table-column prop="createTime" label="创建时间" width="auto"> <el-table-column prop="createTime" label="发起时间" width="220">
</el-table-column> </el-table-column>
</el-table> </el-table>
</div> </div>
...@@ -202,6 +204,8 @@ ...@@ -202,6 +204,8 @@
</el-table-column> </el-table-column>
<el-table-column prop="fullName" label="专家姓名" width="auto"> <el-table-column prop="fullName" label="专家姓名" width="auto">
</el-table-column> </el-table-column>
<el-table-column prop="expertId" label="专家编号" width="auto">
</el-table-column>
<el-table-column prop="gender" label="性别" width="auto"> <el-table-column prop="gender" label="性别" width="auto">
<template slot-scope="scope">{{ <template slot-scope="scope">{{
scope.row.gender | filtergender scope.row.gender | filtergender
...@@ -342,6 +346,8 @@ ...@@ -342,6 +346,8 @@
</el-table-column> </el-table-column>
<el-table-column prop="fullName" label="专家姓名" width="auto"> <el-table-column prop="fullName" label="专家姓名" width="auto">
</el-table-column> </el-table-column>
<el-table-column prop="expertId" label="专家编号" width="auto">
</el-table-column>
<el-table-column prop="gender" label="性别" width="auto"> <el-table-column prop="gender" label="性别" width="auto">
<template slot-scope="scope">{{ <template slot-scope="scope">{{
scope.row.gender | filtergender scope.row.gender | filtergender
...@@ -409,6 +415,24 @@ ...@@ -409,6 +415,24 @@
clearable clearable
></el-input> ></el-input>
</el-form-item> </el-form-item>
<el-form-item label="专家编号:" prop="expertId" class="fromItem">
<el-input
v-model="ruleFormZJ.expertId"
placeholder="请输入"
clearable
></el-input>
</el-form-item>
<el-form-item label="专家级别:" prop="expertLevel" class="fromItem">
<el-select
v-model="ruleFormZJ.expertLevel"
placeholder="请选择"
clearable
>
<el-option label="初级" value="0"></el-option>
<el-option label="高级" value="1"></el-option>
<el-option label="中级" value="2"></el-option>
</el-select>
</el-form-item>
<!-- <el-form-item label="专业领域:" prop="fields" class="fromItem"> <!-- <el-form-item label="专业领域:" prop="fields" class="fromItem">
<el-select <el-select
v-model="ruleFormZJ.fields" v-model="ruleFormZJ.fields"
...@@ -456,7 +480,9 @@ ...@@ -456,7 +480,9 @@
<!-- <el-table-column type="selection"> </el-table-column> --> <!-- <el-table-column type="selection"> </el-table-column> -->
<el-table-column label="单位" width="auto" prop="compId"> <el-table-column label="单位" width="auto" prop="compId">
</el-table-column> </el-table-column>
<el-table-column prop="fullName" label="专家姓名" width="fullName"> <el-table-column prop="fullName" label="专家姓名" width="auto">
</el-table-column>
<el-table-column prop="expertId" label="专家编号" width="auto">
</el-table-column> </el-table-column>
<el-table-column prop="gender" label="性别" width="gender"> <el-table-column prop="gender" label="性别" width="gender">
<template slot-scope="scope">{{ <template slot-scope="scope">{{
...@@ -476,6 +502,8 @@ ...@@ -476,6 +502,8 @@
scope.row.fields | filtertfields scope.row.fields | filtertfields
}}</template> }}</template>
</el-table-column> </el-table-column>
<el-table-column prop="新增字段" label="专家简介" width="auto">
</el-table-column>
<el-table-column prop="expertLevel" label="专家级别" width="auto"> <el-table-column prop="expertLevel" label="专家级别" width="auto">
<template slot-scope="scope">{{ <template slot-scope="scope">{{
scope.row.expertLevel | filtertLevel scope.row.expertLevel | filtertLevel
...@@ -602,6 +630,8 @@ ...@@ -602,6 +630,8 @@
</el-table-column> </el-table-column>
<el-table-column prop="fullName" label="专家姓名" width="auto"> <el-table-column prop="fullName" label="专家姓名" width="auto">
</el-table-column> </el-table-column>
<el-table-column prop="expertId" label="专家编号" width="auto">
</el-table-column>
<el-table-column prop="gender" label="性别" width="auto"> <el-table-column prop="gender" label="性别" width="auto">
<template slot-scope="scope">{{ <template slot-scope="scope">{{
scope.row.gender | filtergender scope.row.gender | filtergender
......
...@@ -107,15 +107,26 @@ ...@@ -107,15 +107,26 @@
width="auto" width="auto"
> >
</el-table-column> </el-table-column>
<el-table-column <!-- <el-table-column
prop="postEvalStateText" prop="postEvalStateText"
label="后评估批次状态" label="后评估批次状态"
width="120" width="120"
> >
</el-table-column> -->
<el-table-column label="后评估批次状态" prop="link">
<template v-slot="scope">
<!-- <router-link :to="`/mainLayout/assistedViewing/${scope.row.id}`">
<el-button type="text" size="small">{{scope.row.postEvalStateText}}</el-button>
</router-link> -->
<router-link :to="{path:'/mainLayout/auxiliaryInspection',query:{batchName:scope.row.batchName}}">
<el-button type="text" size="small">{{scope.row.postEvalStateText}}</el-button>
</router-link>
</template>
</el-table-column> </el-table-column>
<el-table-column prop="creator" label="创建人" width="120" >
<el-table-column prop="creator" label="发起人" width="120" >
</el-table-column> </el-table-column>
<el-table-column prop="createTime" label="创建时间" width="auto"> <el-table-column prop="createTime" label="发起时间" width="auto">
</el-table-column> </el-table-column>
<!-- <el-table-column prop="batchName" label="评估项目" width="auto"> <!-- <el-table-column prop="batchName" label="评估项目" width="auto">
</el-table-column> --> </el-table-column> -->
...@@ -233,8 +244,8 @@ ...@@ -233,8 +244,8 @@
> >
</el-table-column> </el-table-column>
</el-table-column> </el-table-column>
<el-table-column prop="department" label="承建单位" width="150"> <!-- <el-table-column prop="department" label="承建单位" width="150">
</el-table-column> </el-table-column> -->
<el-table-column prop="personCharge" label="负责人" width="110"> <el-table-column prop="personCharge" label="负责人" width="110">
</el-table-column> </el-table-column>
<el-table-column <el-table-column
...@@ -364,8 +375,8 @@ ...@@ -364,8 +375,8 @@
> >
</el-table-column> </el-table-column>
</el-table-column> </el-table-column>
<el-table-column prop="department" label="承建单位" width="150"> <!-- <el-table-column prop="department" label="承建单位" width="150">
</el-table-column> </el-table-column> -->
<el-table-column prop="personCharge" label="负责人" width="110"> <el-table-column prop="personCharge" label="负责人" width="110">
</el-table-column> </el-table-column>
<el-table-column <el-table-column
...@@ -399,8 +410,9 @@ ...@@ -399,8 +410,9 @@
> >
</el-pagination> </el-pagination>
<p class="midBtn"> <p class="midBtn">
<span @click="cancelXZ()">取消</span <span @click="cancelXZ()">取消</span>
><span @click="saveXZ()">确认发布</span> <span @click="savepro()">保存</span>
<span @click="saveXZ()">确认发布</span>
</p> </p>
</div> </div>
</el-dialog> </el-dialog>
...@@ -414,6 +426,27 @@ ...@@ -414,6 +426,27 @@
> >
<div class="adzjdialog"> <div class="adzjdialog">
<el-form :model="ruleFormZJ" label-width="100px" class="demo-ruleForm"> <el-form :model="ruleFormZJ" label-width="100px" class="demo-ruleForm">
<el-form-item label="部门:" prop="department" class="fromItem">
<el-input
v-model="ruleFormZJ.department"
placeholder="请输入"
clearable
></el-input>
</el-form-item>
<el-form-item label="项目编码:" prop="projectId" class="fromItem">
<el-input
v-model="ruleFormZJ.projectId"
placeholder="请输入"
clearable
></el-input>
</el-form-item>
<el-form-item label="项目名称:" prop="projectName" class="fromItem">
<el-input
v-model="ruleFormZJ.projectName"
placeholder="请输入"
clearable
></el-input>
</el-form-item>
<el-form-item label="项目年度:" prop="projectYear" class="fromItem"> <el-form-item label="项目年度:" prop="projectYear" class="fromItem">
<el-select <el-select
v-model="ruleFormZJ.projectYear" v-model="ruleFormZJ.projectYear"
...@@ -428,27 +461,38 @@ ...@@ -428,27 +461,38 @@
/> />
</el-select> </el-select>
</el-form-item> </el-form-item>
<el-form-item label="项目编码:" prop="projectId" class="fromItem"> <el-form-item label="建设形式:" prop="projectCategory" class="fromItem">
<el-select
v-model="ruleFormZJ.projectCategory"
placeholder="请选择"
clearable
>
<el-option label="统推" value="01"></el-option>
<el-option label="自建" value="02"></el-option>
<el-option label="独立建设" value="03"></el-option>
</el-select>
</el-form-item>
<!-- <el-form-item label="承建单位:" prop="projectName" class="fromItem">
<el-input <el-input
v-model="ruleFormZJ.projectId" v-model="ruleFormZJ.projectName"
placeholder="请输入" placeholder="请输入"
clearable clearable
></el-input> ></el-input>
</el-form-item> </el-form-item> -->
<el-form-item label="项目名称:" prop="projectName" class="fromItem"> <el-form-item label="负责人:" prop="personCharge" class="fromItem">
<el-input <el-input
v-model="ruleFormZJ.projectName" v-model="ruleFormZJ.personCharge"
placeholder="请输入" placeholder="请输入"
clearable clearable
></el-input> ></el-input>
</el-form-item> </el-form-item>
<el-form-item label="项目内容:" prop="projectInfo" class="fromItem"> <!-- <el-form-item label="项目内容:" prop="projectInfo" class="fromItem">
<el-input <el-input
v-model="ruleFormZJ.projectInfo" v-model="ruleFormZJ.projectInfo"
placeholder="请输入" placeholder="请输入"
clearable clearable
></el-input> ></el-input>
</el-form-item> </el-form-item> -->
<el-form-item class="cxItem"> <el-form-item class="cxItem">
<span class="zjquery" @click="xzExperts()"> 查询 </span> <span class="zjquery" @click="xzExperts()"> 查询 </span>
</el-form-item> </el-form-item>
...@@ -507,8 +551,8 @@ ...@@ -507,8 +551,8 @@
> >
</el-table-column> </el-table-column>
</el-table-column> </el-table-column>
<el-table-column prop="department" label="承建单位" width="150"> <!-- <el-table-column prop="department" label="承建单位" width="150">
</el-table-column> </el-table-column> -->
<el-table-column prop="personCharge" label="负责人" width="110"> <el-table-column prop="personCharge" label="负责人" width="110">
</el-table-column> </el-table-column>
<el-table-column <el-table-column
...@@ -855,11 +899,38 @@ export default { ...@@ -855,11 +899,38 @@ export default {
}, },
saveXZ() { saveXZ() {
console.log("保存验证", this.addtableData); if (this.addtableData.length < 1) {
this.$message("请选择待评估项目");
}
console.log(this.addZJList, "this.addZJList");
// 确认发布入参
let expertIdList = "";
if (this.addtableData.length > 0) {
this.addtableData.forEach((item) => {
expertIdList = expertIdList.concat(item.projectId + ",");
});
}
let params = {
expertStr: expertIdList,
};
params.batchId = this.ruleFormdialogBJ.batchId;
params.prjsOfExpert = this.ruleFormdialogBJ.prjsOfExpert;
console.log(params, "222");
// return
fbProjectInfo(params).then((res) => {
this.dialogAdd = false;
this.expertIdList = expertIdList;
this.resetForm();
});
},
//保存选择项目
savepro() {
if (this.addtableData.length < 1) { if (this.addtableData.length < 1) {
this.$message("请选择待评估项目"); this.$message("请选择待评估项目");
} }
console.log('调取保存接口')
return
console.log(this.addZJList, "this.addZJList"); console.log(this.addZJList, "this.addZJList");
// 确认发布入参 // 确认发布入参
let expertIdList = ""; let expertIdList = "";
...@@ -1154,14 +1225,18 @@ export default { ...@@ -1154,14 +1225,18 @@ export default {
text-align: center; text-align: center;
margin-right: 10px; margin-right: 10px;
border-radius: 5px; border-radius: 5px;
background-color: #4ca6a7;
color: #fff;
} }
span:first-of-type { span:first-of-type {
border: 1px solid grey; border: 1px solid grey;
color: grey;
background-color: #fff;
} }
span:last-of-type { // span:last-of-type {
background-color: #4ca6a7; // background-color: #4ca6a7;
color: #fff; // color: #fff;
} // }
} }
/deep/.el-table th.el-table__cell.is-leaf, /deep/.el-table th.el-table__cell.is-leaf,
.el-table td.el-table__cell { .el-table td.el-table__cell {
......
...@@ -67,37 +67,43 @@ export default { ...@@ -67,37 +67,43 @@ export default {
}, },
}, },
watch: { watch: {
"$route": {
immediate: true,
handler(newParams, oldParams) {
console.log('路又变了',newParams)
},
},
autho(newVal, oldVal) { autho(newVal, oldVal) {
console.log(newVal, "newValnewVal"); console.log(newVal, "newValnewVal");
if (newVal == "sgtig_liyiming") { if (newVal == "liyiming") {
this.$router.push({ this.$router.push({
path: "/mainLayout/confirmRelease", path: "/mainLayout/confirmRelease",
query: { query: {
madata: newVal, madata: newVal,
}, },
}); });
} else if (newVal == "sgtig_wangmeiling") { } else if (newVal == "wangmeiling") {
this.$router.push({ this.$router.push({
path: "/mainLayout/confirmRelease", path: "/mainLayout/confirmRelease",
query: { query: {
madata: newVal, madata: newVal,
}, },
}); });
} else if (newVal == "sgtig_mengdejian") { } else if (newVal == "mengdejian") {
this.$router.push({ this.$router.push({
path: "/mainLayout/materialAcquisition", path: "/mainLayout/materialAcquisition",
query: { query: {
madata: newVal, madata: newVal,
}, },
}); });
} else if (newVal == "sgtig_liwenbo") { } else if (newVal == "liwenbo") {
this.$router.push({ this.$router.push({
path: "/mainLayout/materialAcquisition", path: "/mainLayout/materialAcquisition",
query: { query: {
madata: newVal, madata: newVal,
}, },
}); });
} else if (newVal == "sgtig_zhangke") { } else if (newVal == "zhangke") {
this.$router.push({ this.$router.push({
path: "/mainLayout/materialAcquisition", path: "/mainLayout/materialAcquisition",
query: { query: {
...@@ -123,26 +129,23 @@ export default { ...@@ -123,26 +129,23 @@ export default {
path: "/mainLayout/confirmRelease", path: "/mainLayout/confirmRelease",
}); });
this.activeIndex = "/mainLayout/confirmRelease" this.activeIndex = "/mainLayout/confirmRelease"
// this.$refs.kzMenu.activeIndex= "/mainLayout/materialAcquisition"
} else if (newVal == 3) { } else if (newVal == 3) {
this.menuList = trendsRules(3); this.menuList = trendsRules(3);
this.$router.push({ this.$router.push({
path: "/mainLayout/materialAcquisition", path: "/mainLayout/materialAcquisition",
}); });
this.activeIndex = "/mainLayout/materialAcquisition" this.activeIndex = "/mainLayout/materialAcquisition"
// this.$refs.kzMenu.activeIndex= "/mainLayout/materialAcquisition"
} else if (newVal == 99) { } else if (newVal == 99) {
this.menuList = trendsRules(99); this.menuList = trendsRules(99);
this.$router.push({ this.$router.push({
path: "/mainLayout/auxiliarySelection", path: "/mainLayout/auxiliarySelection",
}); });
this.activeIndex = '/mainLayout/auxiliarySelection' this.activeIndex = '/mainLayout/auxiliarySelection'
// this.$refs.kzMenu.activeIndex='/assesszc/auxiliarySelection'
} }
console.log('不是来了么',this.$route.path)
// this.activeIndex = this.$route.path;
// this.$refs.kzMenu.activeIndex = this.$route.path;
console.log('获取权限后的页面',this.$refs.kzMenu.activeIndex)
}, },
}, },
mounted() { mounted() {
...@@ -163,7 +166,6 @@ export default { ...@@ -163,7 +166,6 @@ export default {
} }
} else { } else {
this.activeIndex = this.$route.path; this.activeIndex = this.$route.path;
} }
}, },
......
...@@ -85,7 +85,7 @@ export default { ...@@ -85,7 +85,7 @@ export default {
children: [ children: [
{ {
name: "张宇", name: "张宇",
code: "sgtig_zhangyu", code: "zhangyu",
children: [], children: [],
}, },
], ],
...@@ -96,13 +96,13 @@ export default { ...@@ -96,13 +96,13 @@ export default {
children: [ children: [
{ {
name: "李一鸣", name: "李一鸣",
code: "sgtig_liyiming", code: "liyiming",
children: [], children: [],
}, },
{ {
name: "王美玲", name: "王美玲",
code: "sgtig_wangmeiling", code: "wangmeiling",
children: [], children: [],
}, },
...@@ -114,19 +114,19 @@ export default { ...@@ -114,19 +114,19 @@ export default {
children: [ children: [
{ {
name: "孟德建", name: "孟德建",
code: "sgtig_mengdejian", code: "mengdejian",
children: [], children: [],
}, },
{ {
name: "李文博", name: "李文博",
code: "sgtig_liwenbo", code: "liwenbo",
children: [], children: [],
}, },
{ {
name: "章轲", name: "章轲",
code: "sgtig_zhangke", code: "zhangke",
children: [], children: [],
}, },
...@@ -139,7 +139,7 @@ export default { ...@@ -139,7 +139,7 @@ export default {
children: [ children: [
{ {
name: "魏征", name: "魏征",
code: "sgitg_weizheng", code: "weizheng",
children: [], children: [],
}, },
], ],
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!