修改接单配额

This commit is contained in:
yangjun 2026-03-31 13:59:26 +08:00
parent bf22d30c46
commit 4804360e26
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@
:bodyStyle="{ padding: '14px' }" @close="handleCancel">
<template #footer>
<a-button type="primary" style="margin-right: 8px" @click="handleCancel">关闭</a-button>
<a-button type="primary" @click="handleOk" v-if="!disableSubmit">确认</a-button>
</template>
<BizEmployeesInfoForm v-if="jdpevisible" ref="registerForm" @ok="submitCallback" :formDisabled="disableSubmit"
:formBpm="false">