Pārlūkot izejas kodu

Merge branch 'dev/v2.4.25_tsz' of jianyu/qmx_page_admin into feature/v2.4.25

汤世哲 1 gadu atpakaļ
vecāks
revīzija
01fb8aa824
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      src/views/order/orderList.vue

+ 1 - 1
src/views/order/orderList.vue

@@ -463,7 +463,7 @@ export default {
           render: (h, {row}) => {
           render: (h, {row}) => {
             let contract_nature = ''
             let contract_nature = ''
             if (row.contract_nature == '') {
             if (row.contract_nature == '') {
-              contract_nature = '全部'
+              contract_nature = '--'
             }else if (row.contract_nature == '1') {
             }else if (row.contract_nature == '1') {
               contract_nature = '新签合同'
               contract_nature = '新签合同'
             } else if (row.contract_nature == '2') {
             } else if (row.contract_nature == '2') {