打印工单
This commit is contained in:
parent
5071dfff93
commit
20c12b84e2
@ -77,6 +77,8 @@
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="管理员登录账号" align="left" prop="loginAccount" width="180"/>
|
||||
<el-table-column label="开户行" align="left" prop="bankAccount" width="180"/>
|
||||
<el-table-column label="收款账户" align="left" prop="account" width="180"/>
|
||||
<el-table-column fixed="right" label="操作" align="center" class-name="small-padding fixed-width" width="200">
|
||||
<template v-slot="scope">
|
||||
<el-button size="mini" type="text" icon="el-icon-edit" @click="openForm(scope.row.id)"
|
||||
|
Loading…
Reference in New Issue
Block a user