diff --git a/src/components/Detail/src/Detail.vue b/src/components/Detail/src/Detail.vue index b3428cbec..26e0fecca 100644 --- a/src/components/Detail/src/Detail.vue +++ b/src/components/Detail/src/Detail.vue @@ -10,17 +10,19 @@ - - +
+ + { diff --git a/src/utils/disposition/tableColumns.ts b/src/utils/disposition/tableColumns.ts index dbcbea95a..8ee6c9fe6 100644 --- a/src/utils/disposition/tableColumns.ts +++ b/src/utils/disposition/tableColumns.ts @@ -36,7 +36,8 @@ export const Itembasic = useCrudSchemas(reactive([ sort: 'custom', isSearch: true, table: { - width: 150 + width: 150, + fixed: 'left' }, // tableForm:{ // minWidth:200, @@ -119,6 +120,7 @@ export const Itembasic = useCrudSchemas(reactive([ sort: 'custom', dictType: DICT_TYPE.TRUE_FALSE, dictClass: 'string', + // colorType: 'danger', isTable: true, table: { width: 120 @@ -415,7 +417,8 @@ export const Itembasic = useCrudSchemas(reactive([ isDetail: false, isForm: false , table: { - width: 150 + width: 150, + fixed: 'right' }, } ])) @@ -503,7 +506,8 @@ export const Itempackaging = useCrudSchemas(reactive([ sort: 'custom', isSearch: true, table: { - width: 150 + width: 150, + fixed: 'left' } }, { @@ -700,7 +704,8 @@ export const Itempackaging = useCrudSchemas(reactive([ isDetail: false, isForm: false, table: { - width: 150 + width: 150, + fixed: 'right' } } ])) @@ -724,7 +729,8 @@ export const Bom = useCrudSchemas(reactive([ isSearch: true, sort: 'custom', table: { - width: 150 + width: 150, + fixed: 'left' } }, { @@ -868,7 +874,8 @@ export const Bom = useCrudSchemas(reactive([ isDetail: false, isForm: false , table: { - width: 150 + width: 150, + fixed: 'right' } } ])) @@ -905,7 +912,8 @@ export const Stdcostprice = useCrudSchemas(reactive([ isSearch: true, sort: 'custom', table: { - width: 150 + width: 150, + fixed: 'left' } }, { @@ -1016,7 +1024,8 @@ export const Stdcostprice = useCrudSchemas(reactive([ isDetail: false, isForm: false , table: { - width: 150 + width: 150, + fixed: 'right' } } ])) @@ -1050,7 +1059,8 @@ export const Productionlineitem = useCrudSchemas(reactive([ isSearch: true, sort: 'custom', table: { - width: 150 + width: 150, + fixed: 'left' } }, { @@ -1153,7 +1163,8 @@ export const Productionlineitem = useCrudSchemas(reactive([ isDetail: false, isForm: false , table: { - width: 150 + width: 150, + fixed: 'right' } } ]))