diff --git a/src/components/ht/Ht.vue b/src/components/ht/Ht.vue index 8297a4b..7023568 100644 --- a/src/components/ht/Ht.vue +++ b/src/components/ht/Ht.vue @@ -1212,7 +1212,7 @@ const handleCardClick = (item: ContractItem) => { tabStore.openTab({ id: `contract-${item.id}`, title: `合同段${item.name}`, - componentName: 'ContractDetailView', + componentName: 'QuickCalcView', props: { contractId: item.id, contractName: item.name } }) } diff --git a/src/components/ht/HtBaseInfo.vue b/src/components/ht/HtBaseInfo.vue new file mode 100644 index 0000000..aa6f71d --- /dev/null +++ b/src/components/ht/HtBaseInfo.vue @@ -0,0 +1,102 @@ + + +