[提示语]去掉form校验提示语的!; bug修改
This commit is contained in:
+3
-2
@@ -135,11 +135,12 @@ export default {
|
||||
title: '工作组项目',
|
||||
align: 'center',
|
||||
dataIndex: 'workingGroupProject',
|
||||
scopedSlots: { customRender: 'projectName' }
|
||||
scopedSlots: { customRender: 'text' }
|
||||
}, {
|
||||
title: '负责人A',
|
||||
align: 'center',
|
||||
dataIndex: 'principalNameA'
|
||||
dataIndex: 'principalNameA',
|
||||
scopedSlots: { customRender: 'text' }
|
||||
}, {
|
||||
title: '进度',
|
||||
align: 'center',
|
||||
|
||||
Reference in New Issue
Block a user