This commit is contained in:
xiongchengqiang 2020-12-03 16:23:05 +08:00
parent 0d2189a3d6
commit 5adb705233

View File

@ -1,9 +1,6 @@
<!-- -->
<template>
<div>
<el-button size="mini"
@click="handleChongZhi"
type="primary">重置流程</el-button>
<div style="display:inline-block;margin:0 4px;"
v-for="(i,index) in authList.filter(i=>i.info)"
:key="index">
@ -139,7 +136,15 @@ export default {
info: !this.info,
permis: 'toFast',
click: this.handleCuiban
}, {
name: '重置流程',
plain: true,
type: 'primary',
info: !this.info,
permis: 'toReset',
click: this.handleChongZhi
},
{
name: '结果值录入',
type: 'primary',