diff --git a/front/src/views/personalCenter/components/ApplyDetails.vue b/front/src/views/personalCenter/components/ApplyDetails.vue
index 9a60c7b0..5f16d41f 100644
--- a/front/src/views/personalCenter/components/ApplyDetails.vue
+++ b/front/src/views/personalCenter/components/ApplyDetails.vue
@@ -23,7 +23,13 @@
审批详情
子单号:{{ item[0] }}
-
+
+
+
+ {{ text }}
+
+
+
@@ -183,14 +189,12 @@
} else {
shifoushizujian.value = false
console.log(res.data.data.resourceDTO)
- debugger
res.data.data.resourceDTO.infoList.forEach((val) => {
console.log(val, '111111111111111111111111')
if (val.attrValue === '智能算法') {
nameNotShow.value = true
algorithmShow.value = false
console.log(nameNotShow.value, algorithmShow.value, 'wowowo')
- debugger
}
})
}
@@ -268,6 +272,13 @@
text-align: center;
font-size: 16px;
}
+ :deep(.ant-table-tbody) > tr > .ant-table-cell:nth-child(5) {
+ width: 110px;
+ display: inline-block;
+ white-space: nowrap;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ }
.oddNumbers {
margin-bottom: 0.05rem;
}