修改清单 高级搜索样式

新增角色中英文切换
ota项目版本悬浮修改
参数收集搜索样式修改
This commit is contained in:
高嵩
2023-09-08 16:26:55 +08:00
parent c61afcc22d
commit b63582e5d1
9 changed files with 63 additions and 47 deletions
@@ -141,7 +141,7 @@
</div>
</a-col>
</template>
<span style="float: right;overflow: hidden;margin-right: 11px"
<span style="float: right;overflow: hidden;margin-right: -2px"
class="table-page-search-submitButtons">
<a-col :md="6" :sm="24">
<!-- v-if="this.$route.query.it === undefined"-->
@@ -1084,6 +1084,24 @@
getQueryDutyTerritory() {
getAction('/params/collectManifest/queryDutyTerritory', { id: this.$route.query.id }).then((res) => {
if (res.success) {
// res.result.push(
// {
// value:'aaa',
// key:'aaa'
// },
// {
// value:'bbb',
// key:'bbb'
// },
// {
// value:'ccc',
// key:'ccc'
// },
// {
// value:'ddd',
// key:'ddd'
// },
// )
this.dutyTerritoryList = res.result || []
} else {
this.dutyTerritoryList = []