fix: 客户方对接人;未到期;

This commit is contained in:
caiyuchao
2025-09-11 17:26:35 +08:00
parent 30ef28adf8
commit feeb5e3f4b
5 changed files with 5 additions and 5 deletions

View File

@@ -90,7 +90,7 @@
"base": "报表中心", "base": "报表中心",
"progress": "项目进展", "progress": "项目进展",
"member": "成员进展", "member": "成员进展",
"expire": "License即将到期", "expire": "License到期",
"expired": "License已到期" "expired": "License已到期"
} }
} }

View File

@@ -11,7 +11,7 @@
"technicalOwnerB": "技术负责人2", "technicalOwnerB": "技术负责人2",
"technicalOwnerA": "技术负责人1", "technicalOwnerA": "技术负责人1",
"technicalOwner": "技术负责人", "technicalOwner": "技术负责人",
"customerOwner": "客户对接人", "customerOwner": "客户对接人",
"businessOwner": "业务负责人", "businessOwner": "业务负责人",
"businessStatus": "商务状态", "businessStatus": "商务状态",
"contractCode": "合同编号", "contractCode": "合同编号",

View File

@@ -31,7 +31,7 @@ const [Form, formApi] = useVbenForm({
class: 'w-full', class: 'w-full',
}, },
// formItemClass: 'col-span-2', // formItemClass: 'col-span-2',
labelWidth: 100, labelWidth: 120,
}, },
layout: 'horizontal', layout: 'horizontal',
schema: useFormSchema(), schema: useFormSchema(),

View File

@@ -57,5 +57,5 @@ const [Grid] = useVbenVxeGrid({
</script> </script>
<template> <template>
<Grid table-title="License即将到期" /> <Grid table-title="License到期" />
</template> </template>

View File

@@ -4,7 +4,7 @@
"pageDesc": "智智能管理lic项目运维管理 通:客户沟通商务协调", "pageDesc": "智智能管理lic项目运维管理 通:客户沟通商务协调",
"loginSuccess": "登录成功", "loginSuccess": "登录成功",
"loginSuccessDesc": "欢迎回来", "loginSuccessDesc": "欢迎回来",
"loginSubtitle": "请输入您的LDAP账号以开始管理您的项目", "loginSubtitle": "请输入您的LDAP账号同NAS账号以开始管理您的项目",
"selectAccount": "快速选择账号", "selectAccount": "快速选择账号",
"username": "账号", "username": "账号",
"password": "密码", "password": "密码",