优化
This commit is contained in:
@@ -162,7 +162,7 @@ const isCreateMode = computed(() => formMode.value === 'create')
|
||||
const columns = [
|
||||
{ title: '配音名称', key: 'name', dataIndex: 'name', width: 200 },
|
||||
{ title: '创建时间', key: 'createTime', dataIndex: 'createTime', width: 180 },
|
||||
{ title: '操作', key: 'actions', width: 200, fixed: 'right' }
|
||||
{ title: '操作', key: 'actions', width: 90, fixed: 'right' }
|
||||
]
|
||||
|
||||
// ========== 表单验证规则 ==========
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
<script setup>
|
||||
import { ref, reactive, computed, onMounted } from 'vue'
|
||||
import { message } from 'ant-design-vue'
|
||||
import TikhubService, { InterfaceType, MethodType, ParamType } from '@/api/tikhub'
|
||||
import { CommonService } from '@/api/common'
|
||||
import { UserPromptApi } from '@/api/userPrompt'
|
||||
import { useUserStore } from '@/stores/user'
|
||||
import GradientButton from '@/components/GradientButton.vue'
|
||||
import PromptSelector from '@/components/PromptSelector.vue'
|
||||
import { getVoiceText } from '@gold/hooks/web/useVoiceText'
|
||||
import TikhubService, { InterfaceType, MethodType, ParamType } from '@/api/tikhub'
|
||||
|
||||
defineOptions({ name: 'ForecastView' })
|
||||
|
||||
|
||||
Reference in New Issue
Block a user