{{ row.contractCode || '—' }}
@@ -251,12 +251,12 @@
-
+
¥{{ formatMoney(row.detailAmount) }}
-
+
{
/** 查看详情 */
const handleView = (row: FinAccountInstallmentVO) => {
router.push({
- path: '/oa/erp/finAccountInstallment/edit',
+ path: '/fin/finAccountInstallment/edit',
query: {
id: String(row.accountInstallmentId),
type: 'view'
@@ -913,9 +913,10 @@ onMounted(() => {
.detail-cell-project {
display: flex;
flex-direction: column;
- align-items: flex-start;
+ align-items: center;
gap: 2px;
line-height: 1.35;
+ text-align: center;
}
.detail-cell-project__code {