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