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