优化
This commit is contained in:
parent
0d2189a3d6
commit
5adb705233
@ -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',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user