Commit a27b9fbf authored by 徐俊's avatar 徐俊

xujun

parent ba9f5836
......@@ -102,7 +102,8 @@ export default {
tableData: [],
columns: [
{ title: "项目名称", scopedSlots: { customRender: 'projName' } },
{ title: '项目编号', dataIndex: 'projNo', align: 'center' },
//{ title: '项目编号', dataIndex: 'projNo', align: 'center' },
{ title: '申请编号', dataIndex: 'appNo', align: 'center' },
// { title: '版本号', dataIndex: 'versionNo', align: 'center' },
// { title: '项目类别', dataIndex: 'projClassName', align: 'center' },
{ title: '开始时间', dataIndex: 'startDate', align: 'center' },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment