|
|
@@ -442,7 +442,7 @@
|
|
|
</template>
|
|
|
</el-dialog>
|
|
|
<!-- 接单对话框 -->
|
|
|
- <el-dialog :title="接单" v-model="acceptDialogVisible" width="800px" append-to-body>
|
|
|
+ <el-dialog :title="'接单'" v-model="acceptDialogVisible" width="800px" append-to-body>
|
|
|
<!-- <div style="max-height: 500px; overflow-y: auto; padding-right: 10px;">-->
|
|
|
<el-form ref="acceptRef" :model="acceptForm" :rules="acceptRules" label-width="120px" label-position="top">
|
|
|
<el-row :gutter="20">
|
|
|
@@ -613,7 +613,7 @@
|
|
|
<div class="space-y-4">
|
|
|
<el-alert type="info" :closable="false" style="border-color: #14b8a6; background-color: #f0fdfa; color: #0d9488; height: 35px;">
|
|
|
<template #default>
|
|
|
- <i class="fa fa-file-text-o mr-2" style="color: #0d9488;"> 请补充维保详情并上传相关附件完成结单。</i>
|
|
|
+ <i class="fa fa-file-text-o mr-2" style="color: #0d9488;"> 请上传相关附件完成结单。</i>
|
|
|
</template>
|
|
|
</el-alert>
|
|
|
<el-form ref="finishRef" :model="finishForm" :rules="finishRules" label-width="120px" label-position="top">
|