| | |
| | | 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" |
| | |
| | | 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" |
| | |
| | | :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" |
| | |
| | | :underline="false" |
| | | @click="seteditFile(0)" |
| | | >上传</el-button> |
| | | </div> |
| | | </div> |
| | | <!-- --> |
| | | <!-- <el-link |
| | | :underline="false" |
| | | @click="geteditFile(0)" |
| | |
| | | :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'" |
| | |
| | | :underline="false" |
| | | @click="seteditFile(1)" |
| | | >上传</el-button> |
| | | </div> |
| | | </div> |
| | | <!-- |
| | | --> |
| | | <!-- <el-link |
| | | :underline="false" |
| | | @click="geteditFile(1)" |
| | |
| | | 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" |
| | |
| | | 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" |
| | |
| | | :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" |
| | |
| | | :underline="false" |
| | | @click="setinsertFile(0)" |
| | | >上传</el-button> |
| | | </div> |
| | | </div> |
| | | <!-- |
| | | --> |
| | | <!-- <el-link |
| | | :underline="false" |
| | | @click="getInsertFile(0)" |
| | |
| | | :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" |
| | |
| | | :underline="false" |
| | | @click="setinsertFile(1)" |
| | | >上传</el-button> |
| | | </div> |
| | | </div> |
| | | |
| | | <!-- <el-link |
| | | :underline="false" |
| | | @click="getInsertFile(1)" |
| | |
| | | } |
| | | } |
| | | } |
| | | .BoxFlex { |
| | | display: flex; |
| | | justify-content: space-around; |
| | | width: 85%; |
| | | .BoxFlexinput { |
| | | flex: 1; |
| | | } |
| | | } |
| | | } |
| | | </style> |
| | | |