@@ -20,7 +20,7 @@
</template>
<!-- , -->
<template #action="{ record }">
- <TableAction
+ <TableAction v-if="record.roleId != 1"
:actions="[
{
color: 'warning',
@@ -171,7 +171,7 @@
// ifShow: !getCheckRole('tourist'),
slots: { customRender: 'action' },
fixed: 'right',
- width: 100,
+ width: 150,
},
];