fix: 更新数字人来源类型,调整 ID
This commit is contained in:
@@ -127,7 +127,8 @@ const columns = [
|
||||
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 isCreateSlideOpen = ref(false)
|
||||
|
||||
Reference in New Issue
Block a user