改造上架版网格
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user