@@ -36,6 +36,10 @@ export default {
methods: {
// 点击名称等事件
handleItem(row, key) {
+ if(row.state == 0){
+ this.$message.warning('项目审核中')
+ return
+ }
// 跳转详情页面
this.$router.push({
path: '/details',
@@ -24,6 +24,10 @@ export default {
// 点击表格名称等事件
+ if(row.status == 0){
path: '/reportDetails',
query: {