| | |
| | | <li |
| | | @click="getMenuChange(2)" |
| | | :class="{ menuActive: !isMenuActive }" |
| | | style="border-bottom: 1px solid #dcdfe6"> |
| | | style="border-bottom: 1px solid #dcdfe6" |
| | | > |
| | | 文件数据源 |
| | | </li> |
| | | </ul> |
| | | </div> |
| | | </div> |
| | | |
| | | <div class="bottom_right" > |
| | | <div class="inquire subpage_Div center " ref="container" style="padding: 10px;align-self: center"> |
| | | <div class="bottom_right"> |
| | | <div |
| | | class="inquire subpage_Div center " |
| | | ref="container" |
| | | style="padding: 10px;align-self: center" |
| | | > |
| | | <el-form |
| | | :inline="true" |
| | | :model="formInline" |
| | |
| | | |
| | | <el-form-item style="padding-right: 40px"> |
| | | <el-button |
| | | type="primary" |
| | | icon="el-icon-search" |
| | | @click="searchDataLibSelectTabs" |
| | | size="medium" |
| | | type="primary" |
| | | icon="el-icon-search" |
| | | @click="searchDataLibSelectTabs" |
| | | size="medium" |
| | | >{{$t('common.iquery')}}</el-button> |
| | | <!-- </el-form-item> |
| | | <el-form-item style="padding-right: 10px">--> |
| | |
| | | border: 1px solid #a3a5a6; |
| | | color: white; " |
| | | >{{ $t('common.reset') }}</el-button> |
| | | <!-- </el-form-item> |
| | | <!-- </el-form-item> |
| | | <el-form-item style="padding-right: 10px">--> |
| | | <el-button |
| | | type="success" |
| | | icon="el-icon-search" |
| | | @click="getSpaceMapVisibale" |
| | | size="medium" |
| | | type="success" |
| | | icon="el-icon-search" |
| | | @click="getSpaceMapVisibale" |
| | | size="medium" |
| | | >{{ $t('synthesis.rangequery') }}</el-button> |
| | | <!-- </el-form-item> |
| | | <!-- </el-form-item> |
| | | <el-form-item style="padding-right: 10px">--> |
| | | <el-button |
| | | icon="el-icon-download" |
| | | type="warning" |
| | | @click="getdownloadList" |
| | | size="medium" |
| | | icon="el-icon-download" |
| | | type="warning" |
| | | @click="getdownloadList" |
| | | size="medium" |
| | | >{{ $t('synthesis.DownloadList') }}</el-button> |
| | | </el-form-item> |
| | | </el-form> |
| | |
| | | <el-button |
| | | @click="conditionVisible = true" |
| | | type="success" |
| | | size="small" |
| | | size="small" |
| | | icon="el-icon-plus" |
| | | >{{$t('common.append')}}</el-button> |
| | | </el-form-item> |
| | |
| | | <el-form-item> |
| | | <el-button |
| | | type="info" |
| | | size="small" |
| | | size="small" |
| | | @click="resetForm()" |
| | | icon="el-icon-search" |
| | | >{{$t('common.reset')}}</el-button> |
| | |
| | | <el-form-item> |
| | | <el-button |
| | | type="warning" |
| | | size="small" |
| | | size="small" |
| | | @click="downloadForm()" |
| | | icon="el-icon-download" |
| | | >{{$t('common.download')}}</el-button> |
| | |
| | | </el-table-column> |
| | | <el-table-column |
| | | property="descr" |
| | | :label="$t('common.title')" |
| | | :label="$t('common.title')" |
| | | > </el-table-column> |
| | | <el-table-column |
| | | property="name" |
| | | :label="$t('common.fileNme')" |
| | | :label="$t('common.fileNme')" |
| | | > </el-table-column> |
| | | <el-table-column |
| | | property="createName" |
| | | :label="$t('operatManage.BWL.requestUser')" |
| | | :label="$t('operatManage.BWL.requestUser')" |
| | | > </el-table-column> |
| | | <el-table-column |
| | | property="createTime" |
| | | :formatter="formatData" |
| | | :label="$t('dataApply.careatetime')" |
| | | :label="$t('dataApply.careatetime')" |
| | | > |
| | | </el-table-column> |
| | | |
| | | <el-table-column |
| | | :label="$t('common.download')" |
| | | :label="$t('common.download')" |
| | | width="120" |
| | | > |
| | | <template slot-scope="scope"> |
| | |
| | | value: '', |
| | | type: '', |
| | | date: '', |
| | | |
| | | }, |
| | | fromSqlflag: false, |
| | | filedsOption: [], |
| | |
| | | queryList: { |
| | | showList1: '', |
| | | showList2: '' |
| | | } |
| | | }, |
| | | |
| | | }; |
| | | }, |
| | | computed: { |
| | |
| | | return; |
| | | } |
| | | this.downloadLogVisible = false; |
| | | |
| | | |
| | | var obj = { |
| | | entities: [this.listTypeData.name], // bpachydrogeology,bhydrogeologyattach |
| | | filter: this.listTypeData.filter, |
| | |
| | | var data2 = domains.result; |
| | | this.formInline.fileName = "" |
| | | var std = []; |
| | | this.filedsOption=[]; |
| | | this.filedsOption = []; |
| | | for (var i in data1) { |
| | | |
| | | if (data1[i].type != 'geomtry' && data1[i].type != 'null') { |
| | | if (data1[i].type != 'geometry' && data1[i].type != 'null') { |
| | | this.filedsOption.push(data1[i]) |
| | | } |
| | | |