|
@@ -661,7 +661,7 @@
|
|
|
<el-button type="primary" @click="onMarketDetail" :loading="state.loading" v-if="state.ruleForm.orderExtension?.orderType"
|
|
|
>市场明细</el-button
|
|
|
>
|
|
|
- <el-button type="primary" @click="onJbExport" :loading="state.loading" v-if="state.ruleForm.id">导出交办单</el-button>
|
|
|
+ <el-button type="primary" @click="onJbExport" :loading="state.loading" v-if="state.ruleForm.id" v-auth="'business:order:jbdExport'">导出交办单</el-button>
|
|
|
<!-- 单会签中+未到汇总节点 canEndCountersign 为true表示当前工单正在会签中,可以结束会签-->
|
|
|
<el-button
|
|
|
type="primary"
|