Merge remote-tracking branch 'origin/main' into multi-tenant
This commit is contained in:
@@ -93,7 +93,7 @@ let tableState: TabeStateType = reactive({
|
||||
});
|
||||
|
||||
/**表格字段列 */
|
||||
let tableColumns: ColumnsType = [
|
||||
let tableColumns = ref<ColumnsType>([
|
||||
{
|
||||
title: t('common.rowId'),
|
||||
dataIndex: 'configId',
|
||||
@@ -117,6 +117,7 @@ let tableColumns: ColumnsType = [
|
||||
dataIndex: 'configValue',
|
||||
align: 'left',
|
||||
width: 200,
|
||||
ellipsis: true,
|
||||
},
|
||||
{
|
||||
title: t('views.system.config.configType'),
|
||||
@@ -140,7 +141,7 @@ let tableColumns: ColumnsType = [
|
||||
key: 'configId',
|
||||
align: 'left',
|
||||
},
|
||||
];
|
||||
]);
|
||||
|
||||
/**表格分页器参数 */
|
||||
let tablePagination = reactive({
|
||||
|
||||
Reference in New Issue
Block a user