|
@@ -47,7 +47,7 @@
|
|
|
</vxe-column>
|
|
|
<vxe-column field="statusText" title="状态" width="100"></vxe-column>
|
|
|
<vxe-column field="actualHandleOrgName" title="接办部门" width="140"></vxe-column>
|
|
|
- <vxe-column align="center" title="操作" width="70" fixed="left">
|
|
|
+ <vxe-column align="center" title="操作" width="70" fixed="left" v-auth="'todo:seats:supply'">
|
|
|
<template #default="{ row }">
|
|
|
<el-button type="primary" link @click="supply(row)">补充</el-button>
|
|
|
</template>
|