zhangchong 6 сар өмнө
parent
commit
96e0f69000

+ 1 - 1
src/views/todo/order/index.vue

@@ -52,7 +52,7 @@
 					</el-form>
 				</template>
 				<template #tableHeader="scope">
-					<el-button type="primary" @click="onJbExport" :disabled="!scope.isSelected" :loading="state.loading" v-auth="'todo:seats:jbdExport'"
+					<el-button type="primary" @click="onJbExport" :disabled="!scope.isSelected" :loading="state.loading" v-auth="'todo:order:jbdExport'"
 						><SvgIcon name="iconfont icon-daochu" class="mr5" />交办单导出<span v-if="proTableRef?.selectedList?.length"
 							>({{ proTableRef?.selectedList?.length }})</span
 						>