|
@@ -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
|
|
|
>
|