create bankAccount, posAccount and update inventories
This commit is contained in:
@@ -119,6 +119,7 @@ export class PageDataListComponent<I> {
|
||||
if (!item || !column) return '';
|
||||
try {
|
||||
const { field } = column;
|
||||
|
||||
if (column.customDataModel) {
|
||||
return this.renderCustom(column, item);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user