diff --git a/src/views/booklist/index.vue b/src/views/booklist/index.vue
index 59f8c94..fe8dec2 100644
--- a/src/views/booklist/index.vue
+++ b/src/views/booklist/index.vue
@@ -14,18 +14,20 @@
{{
- item1 == 3 ? '已报道' : item1 == 2 ? '未报道' : item1 == 1 ? '已取消' : '未报到'
+ item1 == 3 ? '已报道' : item1 == 2 ? '未报道' : item1 == 1 ? '已取消' : '未报到'
}}
预约报道
+ :disabled="(row.details.find(item => item.apmStatus == 2) && Date.parse(new Date(row.apmDay.substring(0, 10) + ' 23:59:59')) > Date.parse(new Date(systemTime))) ? false : true">预约报道
+
+ 报道详情
-
+
预约人报道信息
@@ -79,14 +81,15 @@
预约时间
- {{ regData.resData ? regData.resData.apmDay.substring(0, 10) : '' }} {{ item.period }}{{ item.timeFrame }}
+ {{ regData.resData ? regData.resData.apmDay.substring(0, 10) : '' }} {{ item.period }}{{ item.timeFrame
+ }}
- 签到并打印
+ 打印