|
|
@@ -91,7 +91,7 @@
|
|
91
|
91
|
<el-button size="mini" type="text" icon="el-icon-zoom-in" @click="viewProcess(scope.row)">查看流程</el-button>
|
|
92
|
92
|
<!-- 案件日志 -->
|
|
93
|
93
|
<el-button size="mini" type="text" icon="el-icon-notebook-2" @click="caselogRow(scope.row)">案件日志</el-button>
|
|
94
|
|
- <el-button size="mini" type="text" icon="el-icon-edit" @click="editRow(scope.row)" v-if="(scope.row.caseStatus < 10 && scope.row.caseStatus != 2 && scope.row.updateSubmitStatus !== 1) &&
|
|
|
94
|
+ <el-button size="mini" type="text" icon="el-icon-edit" @click="editRow(scope.row)" v-if="(scope.row.caseStatus < 10 && scope.row.updateSubmitStatus !== 1) &&
|
|
95
|
95
|
checkPermi(['caseManagement:list:update']) && btnStatus
|
|
96
|
96
|
">修改</el-button>
|
|
97
|
97
|
<!-- 撤销修改 -->
|