fix: 更新数字人来源类型,调整 ID

This commit is contained in:
2025-05-23 15:26:41 +08:00
parent ddd1f6085c
commit af11cd5627
3 changed files with 6 additions and 3 deletions

View File

@@ -35,7 +35,8 @@ const page = ref(1)
const sourceTypeList = [
{ label: 'TX', value: 1, color: 'blue' },
{ label: 'XSH', value: 2, color: 'green' },
{ label: 'XB', value: 3, color: 'indigo' },
{ label: 'GJ', value: 3, color: 'purple' },
{ label: 'XB', value: 4, color: 'indigo' },
]
// const sourceType = ref(sourceTypeList[0])