lxf 1 éve
szülő
commit
4a9066f502
1 módosított fájl, 2 hozzáadás és 1 törlés
  1. 2 1
      src/views/processApproval/processDtl.vue

+ 2 - 1
src/views/processApproval/processDtl.vue

@@ -94,6 +94,7 @@ import { ref, getCurrentInstance, onMounted, reactive } from 'vue'
 import { useRoute } from 'vue-router'
 import SendSubscribe from './components/SendSubscribe'
 import SendFunds from './components/SendFunds'
+import Contract from './components/Contract'
 import { showSuccessToast, showFailToast } from 'vant'
 const route = useRoute()
 const proxy = getCurrentInstance().proxy
@@ -137,7 +138,7 @@ let componentObj = ref({
 	},
 	contract_flow: {
 		title: '销售合同',
-		component: SendFunds,
+		component: Contract,
 		backUrl: '/main/contract',
 	},
 })