diff --git a/src/views/component/tableExamine.vue b/src/views/component/tableExamine.vue index f541832..da330e6 100644 --- a/src/views/component/tableExamine.vue +++ b/src/views/component/tableExamine.vue @@ -620,7 +620,7 @@ export default { prop: i.field, label: i.name, width: i.width, - fixed: i.is_fixed, + fixed: i.field === 'biaoti' ? 'left' : 'center', }, linkOb ); diff --git a/src/views/reception/detail/index.vue b/src/views/reception/detail/index.vue index 3852eed..8fed1e0 100644 --- a/src/views/reception/detail/index.vue +++ b/src/views/reception/detail/index.vue @@ -73,7 +73,7 @@