管道基础大数据平台系统开发-【前端】-新系統界面
1
Surpriseplus
2022-12-06 938493192a9a112e5eef0d98b46a30569ce98a59
src/views/datamanage/SpatialData.vue
@@ -38,13 +38,13 @@
              >{{$t('common.reset')}}</el-button
            >
            <el-button
            <!-- <el-button
              v-if="btnStatus.download"
              icon="el-icon-position"
              type="success"
              size="small"
              >{{$t('common.download')}}</el-button
            >
            > -->
          </el-form-item>
        </el-form>
        <el-divider class="eldivider" />
@@ -208,13 +208,13 @@
      tree: [
        {
          tabDesc: '基础数据',
          tab: '基础数据',
          label: '基础数据',
          value: 'BD',
          children: [],
        },
        {
          tabDesc: '业务数据',
          tab: '业务数据',
          label: '业务数据',
          value: 'BS',
          children: [],
        },
@@ -222,7 +222,7 @@
      tableAttach: [],
      defaultProps: {
        children: 'children',
        label: 'tab',
        label: 'label',
      },
      btnStatus: {
        select: false,
@@ -368,6 +368,7 @@
      for (var i in option) {
        var val_Data = option[i];
        val_Data.id = '1' + i;
      val_Data.label= val_Data.tabDesc+"("+val_Data.tab+")"
        if (option[i].ns == 'bd') {
          this.tree[0].children.push(val_Data);
        } else {
@@ -754,7 +755,7 @@
      border-radius: 5px;
      padding: 1%;
      max-height: 670px;
      overflow-y: auto;
      overflow : auto;
    }
    .spatial_rightContent {
      width: 80%;