fix: 更新数字人来源类型,调整 ID
This commit is contained in:
@@ -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])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user