Merge branch 'build' of http://git.sinoecare.com/sinoecare/digital_village_v2/dvcp_v2_webapp into build
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
</ai-wrapper>
|
||||
</template>
|
||||
</ai-card>
|
||||
<ai-evaluation :bid="detail.id" :info.sync="evaluation"/>
|
||||
<ai-evaluation v-if="!!detail.id" :bid="detail.id" :info.sync="evaluation"/>
|
||||
</div>
|
||||
<div class="rightZone">
|
||||
<ai-card title="办理进度">
|
||||
@@ -402,7 +402,7 @@ export default {
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
:deep( .el-tree ){
|
||||
:deep( .el-tree ) {
|
||||
background: transparent;
|
||||
|
||||
.el-tree-node__expand-icon.is-leaf {
|
||||
@@ -447,13 +447,13 @@ export default {
|
||||
}
|
||||
|
||||
.el-steps {
|
||||
:deep( .el-step__icon ){
|
||||
:deep( .el-step__icon ) {
|
||||
font-size: 12px;
|
||||
color: #555555;
|
||||
border-color: #d0d4dc;
|
||||
}
|
||||
|
||||
:deep( .el-step__head.is-finish ){
|
||||
:deep( .el-step__head.is-finish ) {
|
||||
.el-step__icon.is-text {
|
||||
border: none;
|
||||
color: #fff;
|
||||
@@ -462,7 +462,7 @@ export default {
|
||||
}
|
||||
}
|
||||
|
||||
:deep( .el-step__line ){
|
||||
:deep( .el-step__line ) {
|
||||
background-color: #d0d4dc;
|
||||
}
|
||||
}
|
||||
@@ -488,18 +488,18 @@ export default {
|
||||
}
|
||||
}
|
||||
|
||||
:deep( .report-dialog ){
|
||||
:deep( .report-dialog ) {
|
||||
.el-select {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
:deep( .el-step__head.is-process ){
|
||||
:deep( .el-step__head.is-process ) {
|
||||
color: #555;
|
||||
border-color: #555;
|
||||
}
|
||||
|
||||
:deep( .is-finish h2 ){
|
||||
:deep( .is-finish h2 ) {
|
||||
color: #2266ff;
|
||||
}
|
||||
|
||||
@@ -518,7 +518,7 @@ export default {
|
||||
}
|
||||
}
|
||||
|
||||
:deep( .ai-detail__content ){
|
||||
:deep( .ai-detail__content ) {
|
||||
background: #f3f6f9;
|
||||
|
||||
.ai-detail__content--wrapper {
|
||||
@@ -544,7 +544,7 @@ export default {
|
||||
}
|
||||
}
|
||||
|
||||
:deep( .el-card ){
|
||||
:deep( .el-card ) {
|
||||
.el-card__header {
|
||||
padding: 12px 16px;
|
||||
font-weight: bold;
|
||||
|
||||
@@ -64,7 +64,7 @@ export default {
|
||||
params: {bizId}
|
||||
}).then(res => {
|
||||
if (res?.data) {
|
||||
this.detail = res.data
|
||||
this.detail = res.data?.[0] || {}
|
||||
this.$emit("update:info", {...res.data, rateText: this.rateTexts?.[this.detail.score - 1] || ""})
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user