- display template ID in the template list table - set column width to 80px for proper layout
@@ -56,6 +56,12 @@ function TemplateList() {
});
const columns = [
+ {
+ title: 'ID',
+ dataIndex: 'id',
+ key: 'id',
+ width: 80
+ },
{
title: '模板名称',
dataIndex: 'templateName',