gjy 2 anos atrás
pai
commit
45f868783f
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      src/views/profitable/contractprofitsdetails.vue

+ 2 - 2
src/views/profitable/contractprofitsdetails.vue

@@ -41,7 +41,7 @@
       </el-row>
       <el-row style='margin-bottom:10px;'>
         <el-col :span="18">
-          <el-button style="margin-left:10px" @click="typeChange1('')" :type="searchType == ''?'primary':''">全部状态</el-button>
+          <el-button style="margin-left:10px" @click="typeChange1('')" :type="searchTypeCon == ''?'primary':''">全部状态</el-button>
           <el-button @click="typeChange1(4)" :type="searchTypeCon == 4?'primary':''">待执行</el-button>
           <el-button @click="typeChange1(1)" :type="searchTypeCon == 1?'primary':''">执行中</el-button>
           <el-button @click="typeChange1(3)" :type="searchTypeCon == 3?'primary':''">发运结束</el-button>
@@ -113,7 +113,7 @@
   :before-close="handleClose">
   <div v-if="contractList.length>0">
     <div style="display:flex;justify-content: space-between;" v-for="item in contractList"><div>{{item.contractNo}}</div>
-  <div><span v-if="item.status!='已完成'&&item.status!='已结算'&&item.status!='发运结束'">未完成</span><span v-else>完成</span></div>
+  <div><span v-if="item.status!='已完成'&&item.status!='已结算'&&item.status!='发运结束'">未完成</span><span v-else>完成</span></div>
      </div>
   </div>
   <div v-else>暂无关联合同</div>