(table): 新增 type 为 number 序号列

This commit is contained in:
就眠儀式
2022-07-18 14:06:56 +08:00
parent bcfed019af
commit a8b025c12a
5 changed files with 86 additions and 15 deletions

View File

@@ -714,6 +714,12 @@ export default {
const defaultToolbar5 = ref(true)
const columns5 = [
{
title: "序号",
fixed: "left",
type: "number",
width: "30px",
},
{
title:"姓名",
fixed:"left",