mirror of
https://github.com/yudaocode/yudao-ui-admin-vue3.git
synced 2026-05-08 13:31:25 +00:00
【增加】image 增加重新生成操作(值已经完成切换,还不能完全填充值)
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user