|
|
@@ -59,7 +59,6 @@ const tb = reactive<TableDemoState>({
|
|
|
{ prop: 'orderNo', width: 80, label: '排序', align: 'center', sortable: 'custom', isCheck: true },
|
|
|
{ prop: 'remark', label: '备注', align: '', headerAlign: 'center', showOverflowTooltip: true, isCheck: true },
|
|
|
{ prop: 'action', width: 140, label: '操作', type: 'action', align: 'center', isCheck: true, fixed: 'right', hideCheck: true },
|
|
|
-
|
|
|
],
|
|
|
// 配置项(必传)
|
|
|
config: {
|