lihongxiao 2 лет назад
Родитель
Сommit
7ace0460b6

+ 1 - 1
src/views/PeopleManage/InstitutionalPremium.vue

@@ -156,7 +156,7 @@ export default {
           { prop: "extractFee", label: "抽成总金额", type: "text" },
           { prop: "historyFee", label: "提现金额", type: "text" },
           { prop: "cashFee", label: "申请金额", type: "text" },
-          { prop: "startTime", label: "提层计算开始时间", type: "text" },
+          { prop: "startTime", label: "核算开始时间", type: "text" },
         ],
         loading: true,
         isPaginationShow: true,

+ 1 - 1
src/views/Task/daikeComponents/KtOrder.vue

@@ -174,7 +174,7 @@
               <el-button v-if="item.orderstatus !== '2'" size="mini" type="text" class="blue_color"
                 @click="orderTrajectory(scope.row, item)">订单轨迹</el-button>
               <el-button size="mini" type="primary" @click="bjdpreview(item.id, scope.row.userid)">报价单</el-button>
-              <el-button v-if="item.orderstatus == '1' && item.inscompany=='平安财险' && item.fileStatus" size="mini" type="text" class="green_color" @click="additionalInformation(item.id,scope.row)">补充资料</el-button>
+              <el-button v-if="(item.orderstatus == '1' || item.orderstatus == '4' )&& item.inscompany=='平安财险' && item.fileStatus" size="mini" type="text" class="green_color" @click="additionalInformation(item.id,scope.row)">补充资料</el-button>
               <!-- <el-button size="mini" type="text" @click="CloseEdit(scope.$index, scope.row)">编辑</el-button> -->
               <el-button type="text" size="mini" v-if="item.orderstatus == '2'">
                 <el-dropdown trigger="click">