diff --git a/src/views/book/components/checkBook.vue b/src/views/book/components/checkBook.vue
index a5455dd..5325799 100644
--- a/src/views/book/components/checkBook.vue
+++ b/src/views/book/components/checkBook.vue
@@ -35,11 +35,11 @@
同行人:
-
-
-
- {{item.name}},
-
+
+
+
+ {{item.name}},
+
@@ -56,58 +56,64 @@
v-if="submitObj.status===item.id">{{item.value}}
-
-
+
审核意见:
{{submitObj.reason}}
-
- 第三方记录
-
-
-
-
-
-
- 成功
-
-
- 失败
-
-
-
-
-
-
-
-
-
- {{JSON.parse(scope.row.response_data)}}
-
-
-
-
-
-
-
-
-
- 重新预约
-
-
-
-
-
+
+
+
+
+
+
+
+ 成功
+
+
+ 失败
+
+
+
+
+
+
+
+
+
+ {{JSON.parse(scope.row.response_data)}}
+
+
+
+
+
+
+
+
+
@@ -154,8 +160,8 @@
type: 'show',
id: '',
submitObj: {},
- thirdArr: [],
- baseUrl:`${process.env.VUE_APP_BASE_API}`,
+ thirdArr: [],
+ baseUrl: `${process.env.VUE_APP_BASE_API}`,
form: {
name: '',
},
@@ -167,11 +173,11 @@
prop: 'finally',
label: '预约结果',
width: 200
- }, {
+ }, {
prop: 'response_data',
label: '第三方返回数据',
width: 200
- },{
+ }, {
prop: 'created_at',
label: '发送时间',
width: 200