|
@@ -370,7 +370,7 @@ export default {
|
|
|
} else if (row.type === 30 || row.type === 31 || row.type === 32) {
|
|
} else if (row.type === 30 || row.type === 31 || row.type === 32) {
|
|
|
for (const userOption of this.userOptions) {
|
|
for (const userOption of this.userOptions) {
|
|
|
if (userOption.id === option) {
|
|
if (userOption.id === option) {
|
|
|
- return userOption.nickname;
|
|
|
|
|
|
|
+ return userOption.nickname||userOption.name;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
} else if (row.type === 40) {
|
|
} else if (row.type === 40) {
|