fix : 表格前方加上序号
This commit is contained in:
@@ -28,6 +28,13 @@ const tableConfig = reactive({
|
||||
// type: 'selection',
|
||||
// prop: 'selection'
|
||||
// },
|
||||
{
|
||||
prop: 'index',
|
||||
type: 'index',
|
||||
label: '序号',
|
||||
align: 'center',
|
||||
width:85
|
||||
},
|
||||
{
|
||||
prop: 'annualPlanName',
|
||||
label: '年度计划名称',
|
||||
|
||||
Reference in New Issue
Block a user