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>
<!-- 列表模块 -->
<tablecmt
:columnList="columnList"
:columnList="details.columnList"
:tableData="data"
:loading="loadingObj.list"
@inputTxt="inputsc"

3
src/views/aftersales/aftersalesWorkOrderInfo.vue

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

Loading…
Cancel
Save