diff --git a/src/views/content/layout/columns.ts b/src/views/content/layout/columns.ts index 9058b46..ec22e2f 100644 --- a/src/views/content/layout/columns.ts +++ b/src/views/content/layout/columns.ts @@ -8,16 +8,16 @@ export const columns = [ fixed: 'left', width: 50, }, - { - title: '位置编号', - dataIndex: 'location', - width: 100, - }, { title: '位置描述', dataIndex: 'description', width: 200, }, + { + title: '位置编号', + dataIndex: 'location', + width: 100, + }, { title: '排序', dataIndex: 'sort', diff --git a/src/views/content/layout/edit.vue b/src/views/content/layout/edit.vue index 34826b5..badf537 100644 --- a/src/views/content/layout/edit.vue +++ b/src/views/content/layout/edit.vue @@ -11,6 +11,9 @@ :model="formData" :label-col="{ style: { width: '85px' } }" > + + + - - -