Merge remote-tracking branch 'websoft/master'
# Conflicts: # src/views/business/components/business-crud-page.vue
This commit is contained in:
@@ -27,7 +27,7 @@ export const searchFields = [
|
||||
];
|
||||
|
||||
export const tableColumns = [
|
||||
{ label: '单据号', prop: 'documentNo', minWidth: 180, link: true },
|
||||
{ label: '单据号', prop: 'documentNo', minWidth: 180, link: true, fixed: 'left' },
|
||||
{ label: '项目名称', prop: 'projectName', minWidth: 120 },
|
||||
{ label: '所属组织', prop: 'deptName', minWidth: 120 },
|
||||
{ label: '费用日期', prop: 'feeDate', minWidth: 120 },
|
||||
|
||||
Reference in New Issue
Block a user