|
@@ -77,7 +77,10 @@ const options = reactive({
|
|
|
})
|
|
})
|
|
|
|
|
|
|
|
// SaTable 列配置
|
|
// SaTable 列配置
|
|
|
-const columns = reactive([{ title: '分组名', dataIndex: 'name', width: 180 }])
|
|
|
|
|
|
|
+const columns = reactive([
|
|
|
|
|
+ { title: '排序', dataIndex: 'sort', width: 20 },
|
|
|
|
|
+ { title: '分组名', dataIndex: 'name', width: 180 },
|
|
|
|
|
+])
|
|
|
|
|
|
|
|
// 页面数据初始化
|
|
// 页面数据初始化
|
|
|
const initPage = async () => {}
|
|
const initPage = async () => {}
|