Browse Source

[SBBJ-1037] 设置

table: {
      width: 180,
      fixed: 'left'
    },属性
master
zengqinyuan 3 weeks ago
parent
commit
484b350623
  1. 11
      src/views/eam/basic/accountPeriod/accountPeriod.data.ts

11
src/views/eam/basic/accountPeriod/accountPeriod.data.ts

@ -10,18 +10,15 @@ export const AccountPeriodRules = reactive({
}) })
export const AccountPeriod = useCrudSchemas(reactive<CrudSchema[]>([ export const AccountPeriod = useCrudSchemas(reactive<CrudSchema[]>([
{
label: 'id',
field: 'id',
sort: 'custom',
isTable: false,
isForm: false,
},
{ {
label: '账期年', label: '账期年',
field: 'year', field: 'year',
sort: 'custom', sort: 'custom',
isSearch: true, isSearch: true,
table: {
width: 180,
fixed: 'left'
},
}, },
{ {
label: '账期月', label: '账期月',

Loading…
Cancel
Save