diff --git a/src/views/contract/components/contractSign.vue b/src/views/contract/components/contractSign.vue
index 863a19b..cd40359 100644
--- a/src/views/contract/components/contractSign.vue
+++ b/src/views/contract/components/contractSign.vue
@@ -513,7 +513,7 @@
async getOutContract() {
const res = await httpCurl({ tbname: 'hetong', out_contract_id: this.contract.id })
console.log(res)
- this.form.number = res.flow?.serial
+ this.form.number = "HT-"+res.flow?.serial
this.form.money = Number(res.flow_detail?.total)
},
//获取oa合同信息
diff --git a/src/views/dashboard/index.vue b/src/views/dashboard/index.vue
index 1e1bd8a..b32fae9 100644
--- a/src/views/dashboard/index.vue
+++ b/src/views/dashboard/index.vue
@@ -5,7 +5,6 @@
>
当前登录人:{{ user.name }}
- 统计设置