111
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user