【增加】image 增加重新生成操作(值已经完成切换,还不能完全填充值)

This commit is contained in:
cherishsince
2024-07-03 22:04:59 +08:00
parent 5c560e2fbe
commit ed786b2db6
6 changed files with 74 additions and 6 deletions

View File

@@ -25,6 +25,12 @@
:icon="Download"
@click="handlerBtnClick('download', imageDetail)"
/>
<el-button
class="btn"
text
:icon="RefreshRight"
@click="handlerBtnClick('regeneration', imageDetail)"
/>
<el-button
class="btn"
text
@@ -56,7 +62,7 @@
</el-card>
</template>
<script setup lang="ts">
import { Delete, Download, More } from '@element-plus/icons-vue'
import {Delete, Download, More, RefreshRight} from '@element-plus/icons-vue'
import { ImageVO, ImageMjButtonsVO } from '@/api/ai/image'
import { PropType } from 'vue'
import { ElLoading } from 'element-plus'