Bläddra i källkod

借款项修改

duy 2 år sedan
förälder
incheckning
76c7a745a0
1 ändrade filer med 4 tillägg och 4 borttagningar
  1. 4 4
      src/views/home/task/task-details.vue

+ 4 - 4
src/views/home/task/task-details.vue

@@ -78,12 +78,12 @@
                 </HcListItem>
                 <HcListItem title="归属人:" :content="otherInfo?.userNameVesting" />
                 <HcListItem v-if="otherInfo?.isDeductLoan === 1" title="是否抵消借款金额" :content="otherInfo?.isDeductLoan === 0 ? '否' : '是'" />
-                <HcListItem v-if="otherInfo?.isDeductLoan === 1" title="选择借款项" :content="otherInfo?.userNameVesting">
-                    <!-- <el-select v-model="otherInfo.deductLoanId" disabled>
+        
+                <!-- <el-select v-model="otherInfo.deductLoanId" disabled>
                         <el-option v-for="item in loanListData" :label="item.loanName" :value="item.id" />
                     </el-select> -->
-                    <HcListItem v-if="otherInfo?.isDeductLoan === 1" title="借款项" :content="otherInfo?.deductLoanInfo" />
-                </HcListItem>
+                <HcListItem v-if="otherInfo?.isDeductLoan === 1" title="借款项" :content="otherInfo?.deductLoanInfo" />
+           
                 <HcListItem v-if="otherInfo?.isDeductLoan === 1" title="归属冲抵后的实际报销金额:" :content="otherInfo?.frMoneyActual" />
                 <!-- <HcListItem title="备注信息:" content="备注数据"/> -->
             </div>