fix: 第一版错误修改前的存档。

This commit is contained in:
c
2026-03-16 14:17:03 +08:00
parent 48cd47dd72
commit 0c4e4679b3
32 changed files with 1123 additions and 288 deletions

View File

@@ -18,7 +18,7 @@ import {
export const defaultServiceConfig: ServiceConfig = {
layout: {
name: "Teek Design Vue3",
name: "牛安管理系统",
avatar: "/avatar.png",
titleMode: TitleModeEnum.ProjectPage,
layoutMode: LayoutModeEnum.Vertical,
@@ -36,15 +36,15 @@ export const defaultServiceConfig: ServiceConfig = {
env: [],
},
themePanelTriggerPosition: ThemePanelTriggerPositionEnum.Header,
globalAlert: {
enabled: false,
text: "Teek Design Vue3 祝您圣诞快乐,愿节日的欢乐与祝福如雪花般纷至沓来!",
startDate: "2025-12-25",
endDate: "2025-12-25",
type: "primary",
closable: true,
showIcon: false,
},
// globalAlert: {
// enabled: false,
// text: "Teek Design Vue3 祝您圣诞快乐,愿节日的欢乐与祝福如雪花般纷至沓来!",
// startDate: "2025-12-25",
// endDate: "2025-12-25",
// type: "primary",
// closable: true,
// showIcon: false,
// },
},
theme: {
// 默认与 css var 一致,在这里配置一份,方便生成 1 - 9 的基础色

File diff suppressed because it is too large Load Diff

View File

@@ -898,6 +898,7 @@ export default {
input_iconName: "请输入图标名称",
input_sort: "请输入排序值",
input_parentId: "请输入父级权限ID0表示根节点",
select_parentId: "请选择父级权限",
delete_message: "删除权限",
},
},
@@ -948,6 +949,7 @@ export default {
},
production_issue: {
returnDialog: "退料编辑",
showItem: "发料明细",
},
finishedproductreceipt: {
add: "添加成品入库单",