@dongkboy 2 miesięcy temu
rodzic
commit
711fa4fbaa
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/views/receivable/documentary/index.vue

+ 1 - 1
src/views/receivable/documentary/index.vue

@@ -349,7 +349,7 @@
           <el-table-column prop="insuredPerson" label="被保人" width="100"></el-table-column>
           <el-table-column prop="jyPremium" label="非车险保费" width="100">
             <template #default="scope">
-              {{ Number(scope.row.jyPremium) || '--' }}
+              {{ Number(scope.row.jyPremium) || ' ' }}
             </template>
           </el-table-column>
           <!--                    <el-table-column prop="a" label="非车险不含税保费" width="100"></el-table-column>-->