优化
This commit is contained in:
parent
0d2189a3d6
commit
5adb705233
@ -1,9 +1,6 @@
|
|||||||
<!-- -->
|
<!-- -->
|
||||||
<template>
|
<template>
|
||||||
<div>
|
<div>
|
||||||
<el-button size="mini"
|
|
||||||
@click="handleChongZhi"
|
|
||||||
type="primary">重置流程</el-button>
|
|
||||||
<div style="display:inline-block;margin:0 4px;"
|
<div style="display:inline-block;margin:0 4px;"
|
||||||
v-for="(i,index) in authList.filter(i=>i.info)"
|
v-for="(i,index) in authList.filter(i=>i.info)"
|
||||||
:key="index">
|
:key="index">
|
||||||
@ -139,7 +136,15 @@ export default {
|
|||||||
info: !this.info,
|
info: !this.info,
|
||||||
permis: 'toFast',
|
permis: 'toFast',
|
||||||
click: this.handleCuiban
|
click: this.handleCuiban
|
||||||
|
}, {
|
||||||
|
name: '重置流程',
|
||||||
|
plain: true,
|
||||||
|
type: 'primary',
|
||||||
|
info: !this.info,
|
||||||
|
permis: 'toReset',
|
||||||
|
click: this.handleChongZhi
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
name: '结果值录入',
|
name: '结果值录入',
|
||||||
type: 'primary',
|
type: 'primary',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user