管道基础大数据平台系统开发-【前端】-新系統界面
Surpriseplus
2023-02-09 731d894cf232d98b547df2bd006795de74fb16a7
src/views/datamanage/styleManage.vue
@@ -297,8 +297,11 @@
          style="width:85%"
          @focus="setOptionWidth"
        >
          <el-option :value="upform.dirid" :label="upform.dirName"
          :style="{ width: selectOptionWidth, height: selectheight }">
            <el-option
              :value="upform.dirid"
              :label="upform.dirName"
              :style="{ width: selectOptionWidth, height: selectheight }"
            >
            <el-tree
              ref="tree"
              :data="editcatalogOption"
@@ -338,8 +341,11 @@
          style="width:85%"
          @focus="setOptionWidth"
        >
          <el-option :value="upform.depid" :label="upform.depName"
          :style="{ width: selectOptionWidth, height: selectheight }">
            <el-option
              :value="upform.depid"
              :label="upform.depName"
              :style="{ width: selectOptionWidth, height: selectheight }"
            >
            <el-tree
              ref="tree"
              :data="editCompanyOption"
@@ -423,12 +429,17 @@
          :label="$t('dataManage.styleObj.fileguid')"
          :label-width="formLabelWidth"
        >
          <!-- -->
          <div class="BoxFlex">
            <div class="BoxFlexinput">
          <el-input
            v-model="upform.fileGuid"
            disabled
            autocomplete="off"
            style="width:70%"
                style="width:100%"
          ></el-input>
            </div>
            <div class="BoxFlexbutton">
          <input
            name="file1"
            type="file"
@@ -450,6 +461,9 @@
          :underline="false"
          @click="seteditFile(0)"
        >上传</el-button>
            </div>
          </div>
          <!--  -->
          <!-- <el-link
            :underline="false"
            @click="geteditFile(0)"
@@ -467,12 +481,16 @@
          :label="$t('dataManage.styleObj.viewguid')"
          :label-width="formLabelWidth"
        >
          <div class="BoxFlex">
            <div class="BoxFlexinput">
          <el-input
            v-model="upform.viewGuid"
            disabled
            autocomplete="off"
            style="width:70%"
                style="width:100%"
          ></el-input>
            </div>
            <div>
          <input
            name="file1"
            :accept="'.jpg,.png'"
@@ -495,6 +513,10 @@
          :underline="false"
          @click="seteditFile(1)"
        >上传</el-button>
            </div>
          </div>
          <!--
          -->
          <!-- <el-link
            :underline="false"
            @click="geteditFile(1)"
@@ -572,8 +594,11 @@
          style="width:85%"
          @focus="setOptionWidth"
        >
          <el-option :value="insertform.dirid" :label="insertform.dirName"
          :style="{ width: selectOptionWidth, height: selectheight }">
            <el-option
              :value="insertform.dirid"
              :label="insertform.dirName"
              :style="{ width: selectOptionWidth, height: selectheight }"
            >
            <el-tree
              ref="tree"
              :data="catalogOption"
@@ -613,8 +638,11 @@
          style="width:85%"
          @focus="setOptionWidth"
        >
          <el-option :value="insertform.depid" :label="insertform.depName"
          :style="{ width: selectOptionWidth, height: selectheight }">
            <el-option
              :value="insertform.depid"
              :label="insertform.depName"
              :style="{ width: selectOptionWidth, height: selectheight }"
            >
            <el-tree
              ref="tree"
              :data="companyOption"
@@ -697,12 +725,16 @@
          :label="$t('dataManage.styleObj.fileguid')"
          :label-width="formLabelWidth"
        >
          <div class="BoxFlex">
            <div class="BoxFlexinput">
          <el-input
            v-model="insertform.fileGuid"
            disabled
            autocomplete="off"
            style="width:70%"
                style="width:100%"
          />
            </div>
            <div>
          <input
            name="file1"
            type="file"
@@ -724,6 +756,10 @@
          :underline="false"
          @click="setinsertFile(0)"
        >上传</el-button>
            </div>
          </div>
          <!--
         -->
          <!-- <el-link
            :underline="false"
            @click="getInsertFile(0)"
@@ -740,13 +776,16 @@
          :label="$t('dataManage.styleObj.viewguid')"
          :label-width="formLabelWidth"
        >
          <div class="BoxFlex">
            <div class="BoxFlexinput">
          <el-input
            v-model="insertform.viewGuid"
            disabled
            autocomplete="off"
            style="width:70%"
                style="width:100%"
          />
          <input
            </div>
            <div> <input
            name="file1"
            :accept="'.jpg,.png'"
            type="file"
@@ -768,6 +807,9 @@
          :underline="false"
          @click="setinsertFile(1)"
        >上传</el-button>
            </div>
          </div>
          <!-- <el-link
            :underline="false"
            @click="getInsertFile(1)"
@@ -1608,6 +1650,14 @@
      }
    }
  }
  .BoxFlex {
    display: flex;
    justify-content: space-around;
    width: 85%;
    .BoxFlexinput {
      flex: 1;
    }
  }
}
</style>