管道基础大数据平台系统开发-【前端】-新系統界面
xing
2023-02-26 aff891357bf6423f2ecbb23a296d2a8d8a9ee699
src/views/datamanage/dataUpdata.vue
@@ -224,17 +224,17 @@
                      style="display: none"
                  ></input>
                </el-form-item>
                <el-form-item>
                <el-form-item size="small">
                  <el-input
                      :placeholder="$t('shuJuGuanLi.shuJuJianSuo.valueone')"
                      v-model="formInline.specialtyData"
                      style="width:210px;"
                      style="width:200px;"
                      disabled
                  >
                  </el-input>
                </el-form-item>
                <!-- 选择元数据 -->
                <el-form-item v-show="uploadFlag">
                <el-form-item v-show="uploadFlag" style="padding-left: 16px">
                  <el-link
                      :disabled="tableData.length == 0 ? false : true"
                      v-show="formInline.metaData == '请选择元数据'"
@@ -262,11 +262,12 @@
                </el-form-item>
                <el-form-item
                    v-show="uploadFlag"
                    size="small"
                >
                  <el-input
                      :placeholder="$t('shuJuGuanLi.shuJuJianSuo.valueone')"
                      v-model="formInline.metaData"
                      style="width:210px;"
                      style="width:200px;"
                      disabled
                  >
                  </el-input>
@@ -437,7 +438,7 @@
          >
            <div class="flex_box">
              <div style="margin-right: auto">
                <el-form-item :label="$t('dataManage.dataUpObj.describe')">
                <el-form-item size="small" :label="$t('dataManage.dataUpObj.describe')">
                  <el-input
                      v-model="formWarehousing.name"
                      :placeholder="$t('shuJuGuanLi.shuJuJianSuo.valueone')"
@@ -589,7 +590,7 @@
                width="100"
            />
          </el-table>
          <div class="pagination_box">
          <div class="pagination_box" style="margin-top: 15px">
            <el-pagination
                @size-change="handleSizeChange"
                @current-change="handleCurrentChange"
@@ -611,7 +612,6 @@
        title="数据质检"
        :visible.sync="quayTestVisible"
        width="70%"
        top="2vh"
        :modal="false"
        :before-close="handleQuayTestCloseDown"
    >
@@ -897,7 +897,6 @@
    <el-dialog
        title="数据质检"
        :visible.sync="testQuayVisible"
        top="2vh"
        :modal="false"
        :before-close="handleTestQuayCloseDown"
@@ -971,7 +970,6 @@
        :title="$t('dataManage.datawarehousing')"
        :visible.sync="dialogWarehousing"
        width="70%"
        top="2vh"
    >
      <div class="dialogBox">
        <div class="transFarBox subpage_Div">
@@ -1052,7 +1050,6 @@
        :title="$t('common.details')"
        :visible.sync="dialogVisible"
        width="70%"
        top="2vh"
    >
      <div style="height: 500px; overflow: auto">
        <el-table
@@ -1077,7 +1074,7 @@
          ></el-table-column>
        </el-table>
        <div
            style="margin-top: 10px"
            style="margin-top: 15px"
            class="pagination_box"
        >
          <el-pagination
@@ -1099,7 +1096,6 @@
        title="上传进度"
        :visible.sync="jindudialogVisible"
        width="30%"
        top="2vh"
    >
      <div>
        <div>
@@ -1118,7 +1114,6 @@
        :title="$t('common.details')"
        :visible.sync="enclosureVisible"
        :show-close="false"
        top="2vh"
    >
      <span
          style="font-size:20px"
@@ -1139,7 +1134,6 @@
        :title="fromQueryMeta.title"
        :visible.sync="queryMetaFlag"
        width="70%"
        top="2vh"
    >
      <div style="height: 500px; overflow: auto;width:100%; ">
        <el-form :inline="true" :model="fromQueryMeta" class="demo-form-inline">
@@ -1230,7 +1224,7 @@
        </el-table>
        <div
            style="margin-top: 15px"
            class="pagination_box"
        >
          <el-pagination
@@ -1565,8 +1559,8 @@
        const rect1 = this.$refs.container1.getBoundingClientRect();
        this.tableHeight = `${rect.height + 40}px`;
        this.styleVar["height"] = `calc(100% - ${rect.height + 40}px)`;
        this.styleVar1["height"] = `calc(100% - ${rect1.height + 40}px)`;
        this.styleVar["height"] = `calc(100% - ${rect.height + 28}px)`;
        this.styleVar1["height"] = `calc(100% - ${rect1.height + 28}px)`;
      });
    },
    editFromDataClose() {
@@ -2812,7 +2806,7 @@
<style lang="less" scoped>
.bottom {
  width: 100%;
  margin-top: 1%;
  margin-top: 0.5%;
  // height: 74%;
  height: 570px;
  display: flex;
@@ -2851,7 +2845,7 @@
}
.el-tabs {
  height: calc(100% - 70px);
  height: calc(100% - 18px);
}
/deep/ .el-tabs__content {