fix:批量喷码交叉预防

This commit is contained in:
shijing 2026-05-29 09:14:06 +08:00
parent 01f8fb6665
commit 4ae27d8693
1 changed files with 2 additions and 2 deletions

View File

@ -15,14 +15,14 @@
<el-button
v-if="mgroupName=='喷码'"
type="success"
:disabled="selectedRows.length === 0"
:disabled="selectedRows.length === 0||batchCoderLoading2"
:loading="batchCoderLoading"
@click="batchSendToCoder"
>批量喷数字码</el-button>
<el-button
v-if="mgroupName=='喷码'"
type="primary"
:disabled="selectedRows.length === 0"
:disabled="selectedRows.length === 0||batchCoderLoading"
:loading="batchCoderLoading2"
@click="batchSendToCoder2"
>批量喷二维码</el-button>