File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ export const CONTRACT_TYPE_OPTIONS = [
3131// 合同收付类型枚举
3232export const CONTRACT_PAYMENT_TYPES = {
3333 PAYMENT : 0 ,
34- RECIPT : 1 ,
34+ RECEIPT : 1 ,
3535} ;
3636
3737// 通知的优先级对应的TAG类型
Original file line number Diff line number Diff line change 4545 <div v-if =" row.paymentType === CONTRACT_PAYMENT_TYPES.PAYMENT" class =" payment-col" >
4646 付款<trend class =" dashboard-item-trend" type =" up" />
4747 </div >
48- <div v-if =" row.paymentType === CONTRACT_PAYMENT_TYPES.RECIPT " class =" payment-col" >
48+ <div v-if =" row.paymentType === CONTRACT_PAYMENT_TYPES.RECEIPT " class =" payment-col" >
4949 收款<trend class =" dashboard-item-trend" type =" down" />
5050 </div >
5151 </template >
Original file line number Diff line number Diff line change 9393 <p v-if =" row.paymentType === CONTRACT_PAYMENT_TYPES.PAYMENT" class =" payment-col" >
9494 付款<trend class =" dashboard-item-trend" type =" up" />
9595 </p >
96- <p v-if =" row.paymentType === CONTRACT_PAYMENT_TYPES.RECIPT " class =" payment-col" >
96+ <p v-if =" row.paymentType === CONTRACT_PAYMENT_TYPES.RECEIPT " class =" payment-col" >
9797 收款<trend class =" dashboard-item-trend" type =" down" />
9898 </p >
9999 </template >
You can’t perform that action at this time.
0 commit comments