lk před 5 roky
rodič
revize
4708918e48

+ 2 - 3
pages/main/index/invoice_audit.vue

@@ -47,12 +47,11 @@
       <div class="t-title">
         <span>审核记录 </span>
       </div>
-      <div style="margin-top:5px" v-for="(item,key) in auditData">
+      <div style="margin-top:5px" v-for="item in auditData">
         <el-card shadow="never">
           <el-row>
             <el-col :span="12" >
-              <div :style="{'font-weight':700}" v-if="key == (auditData.length - 1)">{{item.status_name}}</div>
-              <div :style="{'font-weight':700,'color':(item.status_name==='审核通过'?'green':'red')}" v-else>{{item.status_name}}</div>
+              <div :style="{'font-weight':700,'color':(item.status_name==='审核通过'?'green':'red')}" >{{item.status_name}}</div>
             </el-col>
             <el-col :span="10" :offset="2">
               <div><span class="lblue point" @click="openUser(item.audit_uid)">{{item.nickname}}</span> {{item.audit_date}}</div>

+ 12 - 6
pages/main/index/qingtuanbao.vue

@@ -119,13 +119,19 @@
             </el-table-column>
             <el-table-column label="操作" width="100">
               <template slot-scope="scope">
-                <span v-if="scope.row.status==1" @click="confirmPay(scope.row)">
+                <div v-if="scope.row.order_type_id == 0">
+                    <span v-if="scope.row.status==1" @click="confirmPay(scope.row)">
                   <el-button type="primary" size="mini">确认付款</el-button>
-                </span>
-                <span v-else-if="scope.row.status==16" @click="confirmPay(scope.row)">
-                  <el-button type="primary" size="mini">失败重试</el-button>
-                </span>
-                <span v-else></span>
+                  </span>
+                    <span v-else-if="scope.row.status==16" @click="confirmPay(scope.row)">
+                    <el-button type="primary" size="mini">失败重试</el-button>
+                  </span>
+                    <span v-else></span>
+                </div>
+                <div v-else>
+                    <span>领薪宝订单</span>
+                </div>
+
               </template>
             </el-table-column>
             <el-table-column label="外部备注">