管道基础大数据平台系统开发-【前端】-新系統界面
xing
2023-02-26 3ced2b0e74d27cb5ce866235091167757702d710
20230226@xingjs@优化完善数据管理样式
已修改1个文件
13 ■■■■ 文件已修改
src/views/datamanage/versionManage.vue 13 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/datamanage/versionManage.vue
@@ -15,7 +15,7 @@
              <el-select
                :popper-append-to-body="false"
                v-model="ruleForm.dirid"
                placeholder="请选择"
                placeholder="请选择存储目录"
                style="width: 200px"
              >
                <el-option
@@ -49,9 +49,8 @@
            <el-form-item size="small">
              <el-input
                v-model="ruleForm.name"
                :placeholder="$t('shuJuGuanLi.shuJuJianSuo.valueone')"
                suffix-icon="el-icon-edit"
              />
                :placeholder="$t('shuJuGuanLi.lable5')"
              ><i slot="suffix" class="el-icon-search"  @click="onSubmit('ruleForm')" style="padding-right: 8px"></i></el-input>
            </el-form-item>
          </div>
          <div>
@@ -64,13 +63,13 @@
                size="small"
                >{{ $t("common.append") }}</el-button
              >
              <el-button
<!--              <el-button
                @click="onSubmit('ruleForm')"
                icon="el-icon-search"
                size="small"
                class="primary"
                >{{ $t("common.iquery") }}</el-button
              >
              >-->
              <el-button
                type="info"
                @click="resetForm('ruleForm')"
@@ -470,7 +469,7 @@
    this.getQueryDirTree();
    this.getRoleTabelData();
    this.showPermsBtn();
    this.$set(this.ruleForm, "depName", "请选择");
    this.$set(this.ruleForm, "depName", "请选择存储目录");
  },
  computed: {
    pathId() {