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