|
@@ -92,7 +92,8 @@
|
|
|
<el-button size="mini" v-if="scope.row.status!==0 && scope.row.act.id!==undefined" type="primary"
|
|
|
@click="enforceFlowDealWin(scope.row)">流程处理
|
|
|
</el-button>
|
|
|
- <el-button size="mini" type="success" v-hasPermi="['s:s:query']" v-if="scope.row.status!==0" @click="openEnforceManageDialog(scope.row)">
|
|
|
+ <!--v-hasPermi="['s:s:query']"-->
|
|
|
+ <el-button size="mini" type="success" v-if="scope.row.status!==0" @click="openEnforceManageDialog(scope.row)">
|
|
|
查看详情
|
|
|
</el-button>
|
|
|
<el-button size="mini" v-show="false" v-if="scope.row.status!==0" type="primary"
|
|
@@ -725,7 +726,7 @@ export default {
|
|
|
name: null,
|
|
|
hname: null,
|
|
|
hsytem: null,
|
|
|
- status: null
|
|
|
+ status: '1'
|
|
|
|
|
|
},
|
|
|
editForm: {
|