@@ -52,7 +52,7 @@
const type = route.fullPath.split('/').pop(); //charAt(route.fullPath.length - 2) || '1';
const columns: BasicColumn[] = [
{
- title: '序号',
+ title: '排序',
dataIndex: 'orderNum',
fixed: 'left',
width: 100,
@@ -11,7 +11,7 @@ import { BrandListApi } from '/@/api/order/list';
export const formSchema: FormSchema[] = [
field: 'categoryId',
- label: '商品分类dd',
+ label: '商品分类',
component: 'ApiTreeSelect',
required: true,
componentProps: {