This commit is contained in:
zoujiandong
2025-07-16 17:16:16 +08:00
parent 9a45c7aa03
commit b09524e012
6 changed files with 19 additions and 19 deletions
+3 -3
View File
@@ -2095,13 +2095,13 @@ const readRecord=()=>{
display: flex;
align-items: center;
padding: 0 12rpx;
padding: 0 30rpx;
font-size: 28rpx;
color: #4b5563;
line-height: 38rpx;
line-height: 28rpx;
:deep(.u-image) {
margin-top: 10rpx;
margin-top: 8rpx;
}
.name {
+1 -1
View File
@@ -206,7 +206,7 @@ const labelObj = reactive({
});
const getCaseLabel = (lev,pid=0) => {
api.getCaseLabel({
pid:pid
pId:pid
}).then((res) => {
if (lev == 1) {
labelObj.list1 = res.data.data;