合同信息
{{ contractInfo.storeName || '无' }}
{{ contractInfo.title || '无' }}
{{ contractInfo.category || '无' }}
{{ contractInfo.tenantName || '无' }}
{{ formatDate(contractInfo.contractStartDate) || '无' }}
{{ formatDate(contractInfo.contractEndDate) || '无' }}
{{ formatMoney(contractInfo.monthlyRent) || '无' }}
{{ formatMoney(contractInfo.paymentAmount) || '无' }}
{{ contractInfo.paymentCycle ? contractInfo.paymentCycle + '个月' : '无' }}
{{ formatMoney(contractInfo.deposit) || '无' }}
{{ formatDate(contractInfo.nextPaymentDate) || '无' }}
{{ contractInfo.reminderDays || 0 }} 天
{{ contractInfo.remarks || '无' }}
{{ file.name || file.fileId }}
无
{{ formatDate(scope.row.paymentMonth) || '无' }}
{{ formatDate(scope.row.dueDate) || '无' }}
{{ formatMoney(scope.row.dueAmount) || '无' }}
{{ scope.row.isPaid === 1 ? '已缴费' : '未缴费' }}
{{ formatDateTime(scope.row.actualPaymentDate) || '无' }}
{{ formatMoney(scope.row.actualPaymentAmount) || '无' }}
{{ scope.row.remarks || '无' }}
标记缴费
已缴费
{{ formatDate(scope.row.Month) || '无' }}
{{ scope.row.StoreName || '无' }}
{{ scope.row.Category || '无' }}
{{ formatMoney(scope.row.MonthlyCost) || '无' }}
{{ scope.row.PaymentCycle || 0 }}个月
{{ formatMoney(scope.row.PaymentAmount) || '无' }}
{{ scope.row.IsEffective === 1 ? '有效' : '无效' }}
{{ formatMoney(currentDetail.dueAmount) }}