diff --git a/src/views/ReceivingRecords/index.vue b/src/views/ReceivingRecords/index.vue
index f6cf607..66e3d6b 100644
--- a/src/views/ReceivingRecords/index.vue
+++ b/src/views/ReceivingRecords/index.vue
@@ -152,6 +152,47 @@
+
+
+
+
+
接待时长:
-->
+
+ {{ row.taboo==0?'否':'是' }}
+
+
+ {{ row.zfal==0?'已加精':'未加精' }}
+
查看
@@ -348,6 +395,26 @@ export default {
label: "未标记",
},
],
+ options11: [
+ {
+ value: "0",
+ label: "否",
+ },
+ {
+ value: "1",
+ label: "是",
+ },
+ ],
+ options12: [
+ {
+ value: "0",
+ label: "已加精",
+ },
+ {
+ value: "1",
+ label: "未加精",
+ },
+ ],
currentPage: 1,
size: 10,
total: 10,
@@ -368,6 +435,8 @@ export default {
houseType: "",
dateType: "0",
projectId: "",
+ taboo:'',
+ zfal:''
},
};
},
@@ -432,6 +501,8 @@ export default {
endDate: "",
houseType: "",
dateType: "0",
+ taboo:'',
+ zfal:'',
// projectId: this.houseList[0].id,
projectId:
this.orgType == 3