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": "报表中心",
"progress": "项目进展",
"member": "成员进展",
"expire": "License即将到期",
"expire": "License到期",
"expired": "License已到期"
}
}

View File

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

View File

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

View File

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