Browse Source

修复已知bug

dev
马远东 2 months ago
parent
commit
96fe4aecba
  1. 2
      src/views/aftersales/WorkorderTimeout.vue
  2. 3
      src/views/aftersales/aftersalesWorkOrderInfo.vue

2
src/views/aftersales/WorkorderTimeout.vue

@ -36,7 +36,7 @@
<el-row> <el-row>
<!-- 列表模块 --> <!-- 列表模块 -->
<tablecmt <tablecmt
:columnList="columnList" :columnList="details.columnList"
:tableData="data" :tableData="data"
:loading="loadingObj.list" :loading="loadingObj.list"
@inputTxt="inputsc" @inputTxt="inputsc"

3
src/views/aftersales/aftersalesWorkOrderInfo.vue

@ -2944,4 +2944,7 @@ const ResultDetermination = () => {
width: 100%; width: 100%;
} }
} }
:deep(.el-upload-list__item-thumbnail){
object-fit: inherit;
}
</style> </style>

Loading…
Cancel
Save