tableConfig.js
445 Bytes
export const tableAttr = {
border: true,
tableLoading: false,
isDragSort: false, // 拖拽tableData数据一定要加id字段
maxHeight: 800,
btnCofig: {
isBtn: false,
btnGroup: [],
},
};
export const columnHeader = () => [
{
type: "index",
label: "序号",
prop: "rowNum",
align: "center",
width: "70",
},
{
label: "错误信息",
prop: "msg",
align: "left",
minWidth: 150,
},
];