Merge branch 'main-v2' into lite-ba

This commit is contained in:
TsMask
2025-10-09 14:58:53 +08:00
3 changed files with 13 additions and 13 deletions

View File

@@ -71,12 +71,12 @@ let tableState: TabeStateType = reactive({
/**表格字段列 */ /**表格字段列 */
let tableColumns = ref<TableColumnsType>([ let tableColumns = ref<TableColumnsType>([
{ // {
title: t('common.rowId'), // title: t('common.rowId'),
dataIndex: 'id', // dataIndex: 'id',
align: 'left', // align: 'left',
width: 100, // width: 100,
}, // },
{ {
title: t('views.ne.common.neType'), title: t('views.ne.common.neType'),
dataIndex: 'neType', dataIndex: 'neType',

View File

@@ -87,12 +87,12 @@ let tableState: TabeStateType = reactive({
/**表格字段列 */ /**表格字段列 */
let tableColumns = ref<TableColumnsType>([ let tableColumns = ref<TableColumnsType>([
{ // {
title: t('common.rowId'), // title: t('common.rowId'),
dataIndex: 'id', // dataIndex: 'id',
align: 'left', // align: 'left',
width: 100, // width: 100,
}, // },
{ {
title: t('views.ne.common.neType'), title: t('views.ne.common.neType'),
dataIndex: 'neType', dataIndex: 'neType',

View File

@@ -920,7 +920,7 @@ onMounted(() => {
v-perms:has="['neData:udm-auth:export-dec']" v-perms:has="['neData:udm-auth:export-dec']"
> >
<template #icon><ExportOutlined /></template> <template #icon><ExportOutlined /></template>
Export DecData Export Dec
</a-button> </a-button>
<a-button <a-button