|
@@ -26,11 +26,11 @@
|
|
|
label: t('routes.staff.setpaswd'),
|
|
label: t('routes.staff.setpaswd'),
|
|
|
onClick: handleOpenModal.bind(null, record),
|
|
onClick: handleOpenModal.bind(null, record),
|
|
|
},
|
|
},
|
|
|
- {
|
|
|
|
|
- label: t('routes.staff.setpower'),
|
|
|
|
|
- ifShow: isPatchAuth,
|
|
|
|
|
- onClick: handlepowerModal.bind(null, record),
|
|
|
|
|
- },
|
|
|
|
|
|
|
+ //{
|
|
|
|
|
+ // label: t('routes.staff.setpower'),
|
|
|
|
|
+ // ifShow: isPatchAuth,
|
|
|
|
|
+ // onClick: handlepowerModal.bind(null, record),
|
|
|
|
|
+ //},
|
|
|
]"
|
|
]"
|
|
|
/>
|
|
/>
|
|
|
</template>
|
|
</template>
|