tijiao
This commit is contained in:
@@ -39,14 +39,15 @@
|
|||||||
:key="index"
|
:key="index"
|
||||||
:timestamp="activity.time"
|
:timestamp="activity.time"
|
||||||
>
|
>
|
||||||
|
<p style="font-size:12px;color:#f56c6c;margin:0;margin-bottom:4px" v-if="activity.state == 2"
|
||||||
|
>已拒绝</p
|
||||||
|
>
|
||||||
|
<p style="font-size:12px;color:#17b3a3;margin:0;margin-bottom:4px" v-if="activity.state == 3"
|
||||||
|
>已通过</p
|
||||||
|
>
|
||||||
{{ activity.mark }}
|
{{ activity.mark }}
|
||||||
|
|
||||||
<span style="color:#f56c6c" v-if="activity.state == 2"
|
|
||||||
>( 已拒绝 )</span
|
|
||||||
>
|
|
||||||
<span style="color:#17b3a3;" v-if="activity.state == 3"
|
|
||||||
>( 已通过 )</span
|
|
||||||
>
|
|
||||||
</el-timeline-item>
|
</el-timeline-item>
|
||||||
</el-timeline>
|
</el-timeline>
|
||||||
</div>
|
</div>
|
||||||
@@ -54,7 +55,7 @@
|
|||||||
<div class="medical_box" :style="
|
<div class="medical_box" :style="
|
||||||
`
|
`
|
||||||
${
|
${
|
||||||
markList.length>0? 'width:calc(100% - 320px);' : ''
|
markList.length>0? 'width:calc(100% - 320px);float:left' : ''
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -1076,6 +1077,7 @@ export default {
|
|||||||
}
|
}
|
||||||
if (this.addCertificateForm.mark) {
|
if (this.addCertificateForm.mark) {
|
||||||
this.markList = JSON.parse(this.addCertificateForm.mark);
|
this.markList = JSON.parse(this.addCertificateForm.mark);
|
||||||
|
this.addCertificateForm.mark=''
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
this.addCertificateForm = {};
|
this.addCertificateForm = {};
|
||||||
@@ -1105,6 +1107,7 @@ export default {
|
|||||||
this.dialogVisible = true;
|
this.dialogVisible = true;
|
||||||
},
|
},
|
||||||
handleReviewSave() {
|
handleReviewSave() {
|
||||||
|
|
||||||
var recordData = { ...this.record };
|
var recordData = { ...this.record };
|
||||||
// for (const key in recordData) {
|
// for (const key in recordData) {
|
||||||
// const titleHtml = this.getTitleHtml(recordData[key]);
|
// const titleHtml = this.getTitleHtml(recordData[key]);
|
||||||
@@ -1180,7 +1183,7 @@ export default {
|
|||||||
// approved 通过
|
// approved 通过
|
||||||
|
|
||||||
// rejected 拒绝
|
// rejected 拒绝
|
||||||
|
this.addCertificateForm.mark=''
|
||||||
this.reviewType = type;
|
this.reviewType = type;
|
||||||
this.dialogMarkVisible = true;
|
this.dialogMarkVisible = true;
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user