fix:批量喷码交叉预防
This commit is contained in:
parent
01f8fb6665
commit
4ae27d8693
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue