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

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