|
@@ -523,7 +523,7 @@ border: 1px solid #D9D9D9;min-height: 450px">
|
|
|
<template #footer>
|
|
|
<div class="dialog-footer text-center flex">
|
|
|
<div style="width: 50%">
|
|
|
- <el-button type="primary" :disabled="!aiImgData.src" @click="handleAI"> 识别 </el-button>
|
|
|
+ <el-button type="primary" :disabled="!aiImgData.src || aiImgData.loading" @click="handleAI"> 识别 </el-button>
|
|
|
</div>
|
|
|
<div style="width: 50%">
|
|
|
<el-button :disabled="!aiImgData.result" @click="handleCopy"> 复制 </el-button>
|