- Open Dialog for Operators when click on Chip #91
- HOME: Show last 5 Events #99 - Creating HOME page with the Services Offering (Disciplines...) #96 - CCardDiscipline #104
This commit is contained in:
@@ -107,6 +107,11 @@ export default class CMyPopupEdit extends Vue {
|
||||
return '[---]'
|
||||
else
|
||||
return fieldsTable.getValueByTable(col, val)
|
||||
} else if (col.fieldtype === tools.FieldType.multiselect) {
|
||||
if (val === undefined)
|
||||
return '[---]'
|
||||
else
|
||||
return fieldsTable.getMultiValueByTable(col, val)
|
||||
} else {
|
||||
if (val === undefined)
|
||||
return '[]'
|
||||
@@ -135,4 +140,8 @@ export default class CMyPopupEdit extends Vue {
|
||||
return ''
|
||||
}
|
||||
}
|
||||
|
||||
public changeCol() {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user