Commit 92740aec authored by houjn@hikoon.cn's avatar houjn@hikoon.cn

审核拒绝显示重置

parent c1cb8625
......@@ -65,6 +65,7 @@
<template v-if="scope.row.status === 3">
{{$t('审核拒绝')}}
<el-button type="text" size="small" @click="handleCommand('queryBill',scope.row)">{{$t('重新制作')}}</el-button>
<el-button type="text" size="small" @click="handleCommand('resetBill',scope.row)" style="color:#333333">{{$t('重置')}}</el-button>
</template>
</template>
</el-table-column>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment