|
|
@@ -92,7 +92,7 @@
|
|
|
<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-if="scope.row.status!==0" @click="openEnforceManageDialog(scope.row)">
|
|
|
+ <el-button size="mini" type="success" v-hasPermi="['s:s:query']" 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"
|
|
|
@@ -411,7 +411,7 @@
|
|
|
</el-form>
|
|
|
<div slot="footer" style="margin-top: 25px;text-align: right;margin-right: 85px">
|
|
|
<el-button size="medium" @click="enforceManageDialog">取消</el-button>
|
|
|
- <el-button size="medium" type="primary" class="title" @click="saveUpdate('editForm')">保存修改
|
|
|
+ <el-button size="medium" v-hasPermi="['s:s:query']" type="primary" class="title" @click="saveUpdate('editForm')">保存修改
|
|
|
</el-button>
|
|
|
</div>
|
|
|
</div>
|