管道基础大数据平台系统开发-【前端】-新系統界面
王旭
2023-02-22 cf4de0a3f218b79d49b05450ca0fc4527c2fa78e
src/views/datamanage/versionManage.vue
@@ -143,6 +143,7 @@
              "
              type="warning"
              size="small"
              plain
              >{{ $t("common.update") }}</el-button
            >
            <el-button
@@ -150,6 +151,7 @@
              @click="handleDelete(scope.$index, scope.row)"
              type="danger"
              size="small"
              plain
              >{{ $t("common.delete") }}</el-button
            >
          </template>
@@ -172,9 +174,10 @@
    <el-dialog
      :title="$t('dataManage.vmobj.editVersion')"
      :visible.sync="dialogFormVisible"
      width="25%"
      top="2vh"
    >
      <el-form :model="upform">
        <div style="height: 500px; overflow: auto">
      <el-form :model="upform" label-position="top">
        <el-form-item
          :label="$t('dataManage.vmobj.name')"
          :label-width="formLabelWidth"
@@ -182,7 +185,7 @@
          <el-input
            v-model="upform.name"
            autocomplete="off"
            style="width: 300px"
             style="width:85%"
          ></el-input>
        </el-form-item>
        <el-form-item
@@ -193,7 +196,7 @@
            :popper-append-to-body="false"
            v-model="upform.dirid"
            placeholder="请选择"
            style="width: 300px"
             style="width:85%"
          >
            <el-option
              :value="upform.dirid"
@@ -224,10 +227,11 @@
          <el-input
            v-model="upform.descr"
            autocomplete="off"
            style="width: 300px"
             style="width:85%"
          ></el-input>
        </el-form-item>
      </el-form>
        </div>
      <div slot="footer" type="info" class="dialog-footer">
        <el-button size="small" @click="editFromDataClose">{{
          $t("common.close")
@@ -241,15 +245,16 @@
    <el-dialog
      :title="$t('dataManage.vmobj.addVersion')"
      :visible.sync="InsertFormdialog"
      width="25%"
       top="2vh"
    >
      <el-form :model="insertform">
    <div style="height: 500px; overflow: auto">
      <el-form :model="insertform" label-position="top">
        <el-form-item
          :label="$t('dataManage.vmobj.name')"
          :label-width="formLabelWidth"
        >
          <el-input
            style="width: 300px"
             style="width:85%"
            v-model="insertform.name"
            autocomplete="off"
          ></el-input>
@@ -262,7 +267,7 @@
            :popper-append-to-body="false"
            v-model="insertform.path"
            placeholder="请选择"
            style="width: 300px"
            style="width:85%"
          >
            <el-option
              :value="insertform.path"
@@ -292,12 +297,13 @@
          :label-width="formLabelWidth"
        >
          <el-input
            style="width: 300px"
             style="width:85%"
            v-model="insertform.descr"
            autocomplete="off"
          ></el-input>
        </el-form-item>
      </el-form>
    </div>
      <div slot="footer" class="dialog-footer">
        <el-button @click="insertFromDataClose" type="info" size="small">{{
          $t("common.close")