改造上架版网格

This commit is contained in:
2022-05-04 19:32:49 +08:00
parent 5c6fba6949
commit e36d0e43b0
10 changed files with 315 additions and 299 deletions

View File

@@ -43,12 +43,6 @@
</span>
</div>
<div class="boxes">
<span class="boxesLeft">网格层级</span>
<span class="boxesRight">{{ $dict.getLabel('girdLevel', girdMsgList.girdLevel) || '' }}</span>
</div>
<div class="boxes">
<span class="boxesLeft">标绘状态</span>
@@ -76,8 +70,8 @@ export default {
checkType: '',
}
},
mounted() {
this.$dict.load('girdType', 'girdLevel').then(() => {
created() {
this.$dict.load('girdType').then(() => {
this.isGirdUser()
this.girdMsgList = this.params
this.getList()
@@ -112,9 +106,6 @@ export default {
</script>
<style scoped lang="scss">
uni-page-body {
height: 100%;
}
.Statistics {
padding: 0 30px;
box-sizing: border-box;