|
@@ -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>
|