新增周报时,去掉手动输入项目编号

This commit is contained in:
chen 2024-08-05 15:38:47 +08:00
parent 73a9ac6be7
commit f948e89623

View File

@ -275,7 +275,6 @@ export default {
{
span: 24,
model: {
projectNo: '',
projectName: '',
workload: '',
week: '',
@ -283,14 +282,6 @@ export default {
nextWeek: '',
},
schema: [
{
type: 'custom-input',
title: '项目编号',
model: 'projectNo',
span: 7,
externalValue: {
}
},
{
type: 'custom-input',
title: '项目名称',