- {{ scope.row.status_desc }}
+
+ {{ scope.row.have_cert ? '已上传' : '未上传' }}
@@ -104,12 +104,12 @@ export default {
},
watch:{
-
+
list: {
deep: true,
handler(newVal) {
console.log(newVal,'newVal=====');
- this.payList = [...newVal];
+ this.payList = [...newVal];
this.tableLoading = false;
}
@@ -122,9 +122,9 @@ export default {
this.doctorId =doctor_id;
}
console.log(this.doctor_id,'=doctor_id===');
-
+
},
- mounted() {
+ mounted() {
if(this.doctor_id){
this.getBindpayList()
}
@@ -192,7 +192,7 @@ export default {
},
},
-
+
};