fix: 客户方对接人;未到期;
This commit is contained in:
@@ -90,7 +90,7 @@
|
||||
"base": "报表中心",
|
||||
"progress": "项目进展",
|
||||
"member": "成员进展",
|
||||
"expire": "License即将到期",
|
||||
"expire": "License未到期",
|
||||
"expired": "License已到期"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
"technicalOwnerB": "技术负责人2",
|
||||
"technicalOwnerA": "技术负责人1",
|
||||
"technicalOwner": "技术负责人",
|
||||
"customerOwner": "客户对接人",
|
||||
"customerOwner": "客户方对接人",
|
||||
"businessOwner": "业务负责人",
|
||||
"businessStatus": "商务状态",
|
||||
"contractCode": "合同编号",
|
||||
|
||||
@@ -31,7 +31,7 @@ const [Form, formApi] = useVbenForm({
|
||||
class: 'w-full',
|
||||
},
|
||||
// formItemClass: 'col-span-2',
|
||||
labelWidth: 100,
|
||||
labelWidth: 120,
|
||||
},
|
||||
layout: 'horizontal',
|
||||
schema: useFormSchema(),
|
||||
|
||||
@@ -57,5 +57,5 @@ const [Grid] = useVbenVxeGrid({
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<Grid table-title="License即将到期" />
|
||||
<Grid table-title="License未到期" />
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user