提交 8a2673c4 编写于 作者: zhentian.jia's avatar zhentian.jia

projectid 调整

上级 65959f7d
......@@ -189,9 +189,11 @@ const vueFilter = {
},
projectStatus: (value) => {
if(value == 1) {
return '未参与'
}else if(value == 2) {
return '参与中'
}else if(value == 3) {
return '完成项目'
}else {
return '未完成'
}
},
recordValue: (value) => {
......
......@@ -107,7 +107,7 @@
<el-button type="primary" @click="toDownload()">去下载</el-button>
</span>
</el-dialog>
<el-dialog title :visible.sync="dialogUpdate" width="90%" center>
<el-dialog title :visible.sync="dialogUpdate" width="80%" center>
<!-- <el-button @click="dialogUpdate = false">取 消</el-button> -->
<data-alignment
ref="childAlignment"
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册