diff --git a/src/pages/materialsStation/toolsLease/toolsLease.vue b/src/pages/materialsStation/toolsLease/toolsLease.vue
index b255596..9de4805 100644
--- a/src/pages/materialsStation/toolsLease/toolsLease.vue
+++ b/src/pages/materialsStation/toolsLease/toolsLease.vue
@@ -60,7 +60,7 @@
领料工器具: {{ item.maTypeNames }}
领料班组: {{ item.teamName }}
领料工程: {{ item.projectName }}
- 班组长: {{ item.leasePerson }}
+ 领料人: {{ item.leasePerson }}
预领数量: {{ item.preCountNum || 0 }}
已领数量: {{ item.alNum || 0 }}
待领数量: {{ item.waitCountNum || 0 }}
diff --git a/src/pages/materialsStation/toolsLease/toolsLeaseAdd.vue b/src/pages/materialsStation/toolsLease/toolsLeaseAdd.vue
index e2188b1..45972f2 100644
--- a/src/pages/materialsStation/toolsLease/toolsLeaseAdd.vue
+++ b/src/pages/materialsStation/toolsLease/toolsLeaseAdd.vue
@@ -64,15 +64,14 @@
>
@@ -80,6 +79,7 @@
v-model="formData.relPhone"
placeholder="请输入内容"
maxlength="11"
+ :disabled="isEdit"
@blur="checkPhone"
>