浏览代码

fix: 修改bug

wuguojie 8 月之前
父节点
当前提交
224b4c1b86
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/views/insurancePolicy/index.vue

+ 2 - 1
src/views/insurancePolicy/index.vue

@@ -1243,7 +1243,7 @@
             <el-table-column label="状态" prop="orderStatusName">
               <template #default="scope">
                 <span v-if="scope.row.orderStatusName=='报价成功'" class="success">报价成功</span>
-                <span v-if="scope.row.orderStatus=='6'" style="display: flex; align-items: center">
+                <span v-if="scope.row.orderStatus=='6' || scope.row.orderStatus=='7'" style="display: flex; align-items: center">
                   <span class="fail">{{ scope.row.orderStatusName }}</span>
                   <el-tooltip
                     class="box-item"
@@ -2350,6 +2350,7 @@ const SYChange = (item) => {
 let currentRow = ref([])
 let quoteData = ref([])
 const handleSelect = (a, b) => {
+    currentRow.value = a
   // currentRow.value = a
   // insurancePolicyForm.value.order.insuranceCompanyCode = a[0].id
 }