Browse Source

主数据bug

master_hella_20240701
yufei0306 7 months ago
parent
commit
3a33164e8d
  1. 7
      src/components/Detail/src/Detail.vue

7
src/components/Detail/src/Detail.vue

@ -409,10 +409,13 @@ if (!tabsList.value || tabsList.value && tabsList.value.length == otherList.leng
prop: 'Detail' prop: 'Detail'
}) })
} }
tabsList.value.unshift({ if(!props.isBasic){
tabsList.value.unshift({
label: '主数据', label: '主数据',
prop: 'Descriptions' prop: 'Descriptions'
}) })
}
// Tabs // Tabs
const tabRef = ref() const tabRef = ref()

Loading…
Cancel
Save