新增周报时,去掉手动输入项目编号
This commit is contained in:
parent
73a9ac6be7
commit
f948e89623
@ -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: '项目名称',
|
||||
|
Loading…
x
Reference in New Issue
Block a user