mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
fix: 修改历史记录的最大值的设定位置
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
<help-outline-icon></help-outline-icon>
|
||||
</n-icon>
|
||||
</template>
|
||||
<span>最多只保留 20 条记录</span>
|
||||
<span>最多只保留{{ editHistoryMax }}条记录</span>
|
||||
</n-tooltip>
|
||||
</div>
|
||||
</template>
|
||||
@@ -37,6 +37,7 @@ import { renderIcon } from '@/utils'
|
||||
import { useChartHistoryStore } from '@/store/modules/chartHistoryStore/chartHistoryStore'
|
||||
import { historyActionTypeName } from '@/store/modules/chartHistoryStore/chartHistoryDefine'
|
||||
import { CreateComponentType } from '@/packages/index.d'
|
||||
import { editHistoryMax } from '@/settings/designSetting'
|
||||
import {
|
||||
HistoryItemType,
|
||||
HistoryTargetTypeEnum,
|
||||
|
||||
Reference in New Issue
Block a user