- {{ name ? name : '全部类型' }}
+ {{ name ? name : '全部类型' }}
-
+
@@ -112,7 +112,7 @@ export default {
this.data = this.current > 1 ? [...this.data, ...res.data.records] : res.data.records
const oldList = this.$dict.getDict('atWillReportType')
- const addList = [{ dictName: '全部', dictValue: '', dictColor: null }]
+ const addList = [{ dictName: '全部类型', dictValue: '', dictColor: null }]
this.newList = [...addList, ...oldList]
}
})
@@ -177,10 +177,19 @@ export default {
align-items: center;
padding: 54px 0 14px 0;
.navLeft {
+ display: flex;
width: calc(100% - 460px);
+ height: 32px;
+ line-height: 32px;
+
+ .showTypes {
+ overflow: hidden;
+ text-overflow: ellipsis;
+ white-space: nowrap;
+ }
}
::v-deep u-search {
- width: 460px;
+ width: 440px;
}
}