|
@@ -150,7 +150,7 @@
|
|
<el-table-column label="操作" slot="cgInfos" align="center">
|
|
<el-table-column label="操作" slot="cgInfos" align="center">
|
|
<template v-slot="scope">
|
|
<template v-slot="scope">
|
|
<i
|
|
<i
|
|
- v-if="scope.row.nowRunState != '10'"
|
|
|
|
|
|
+ v-if="scope.row.nowRunState !== '10'"
|
|
@click="
|
|
@click="
|
|
viewRow(scope.row.id, scope.row.projectName)
|
|
viewRow(scope.row.id, scope.row.projectName)
|
|
"
|
|
"
|