Merge branch 'master' of http://103.85.165.99:8989/r/LFWEB_NEW
| | |
| | | bak: 'Remarks', |
| | | }, |
| | | }, |
| | | shuJuGuanLi:{ |
| | | language: "en", |
| | | pselect:{ |
| | | select:"Please select", |
| | | dFile:"Single file upload", |
| | | dFiles:"Overall project upload", |
| | | SurveyDiscipline:"Survey Discipline", |
| | | SurveysDiscipline:"Surveys Discipline", |
| | | GeologicalDisasterSpecialty:"Geological Disaster Specialty", |
| | | CavernSpecialty:"Cavern Specialty", |
| | | }, |
| | | shuJuJianSuo:{ |
| | | valueone:"Please enter content" |
| | | }, |
| | | butten:{ |
| | | uploadFile:"Upload File", |
| | | NewPeer:"New Peer", |
| | | AddChild:"Add Child", |
| | | Delete:"Delete", |
| | | MoveUp:"Move Up", |
| | | MoveDown:"Move down", |
| | | Report:"Report", |
| | | Histogram:"Histogram", |
| | | Download:"Download", |
| | | |
| | | } |
| | | |
| | | |
| | | |
| | | }, |
| | | |
| | | }; |
| | | |
| | | export default en; |
| | |
| | | bak: '备注', |
| | | }, |
| | | }, |
| | | shuJuGuanLi:{ |
| | | language: "zh", |
| | | pselect:{ |
| | | select:"请选择", |
| | | dFile:"单文件上传", |
| | | dFiles:"项目整体上传", |
| | | SurveyDiscipline:"测量专业", |
| | | SurveysDiscipline:"勘察专业", |
| | | GeologicalDisasterSpecialty:"地灾专业", |
| | | CavernSpecialty:"洞库专业", |
| | | }, |
| | | shuJuJianSuo:{ |
| | | valueone:"请输入内容" |
| | | }, |
| | | butten:{ |
| | | uploadFile:"上传文件", |
| | | NewPeer:"新增同级", |
| | | AddChild:"新增子级", |
| | | Delete:"删除", |
| | | MoveUp:"向上移动", |
| | | MoveDown:"向下移动", |
| | | Report:"报表", |
| | | Histogram:"柱状图", |
| | | Download:"下载", |
| | | |
| | | } |
| | | |
| | | |
| | | |
| | | }, |
| | | |
| | | }; |
| | | |
| | | export default zh; |
| | |
| | | </el-form> |
| | | </div> |
| | | <div class="dividing-line"></div> |
| | | <div class="table_box2" style="height:calc(100% - 89px)"> |
| | | <div class="table_box" style="height:calc(100% - 89px)"> |
| | | <!-- border--> |
| | | <!-- ref="filterTable"--> |
| | | <!-- :data="tableData"--> |
| | | <!-- style="width: 100%"--> |
| | | <!-- height="calc(100% - 57px)"--> |
| | | <!-- :header-cell-style="{background:'#e6eaee',color:'#181818', 'text-align': 'center'} "--> |
| | | <el-table |
| | | border |
| | | ref="filterTable" |
| | | :data="tableData" |
| | | style="width: 100%" |
| | | height="calc(100% - 57px)" |
| | | :header-cell-style="{background:'#e6eaee',color:'#181818', 'text-align': 'center'} " |
| | | > |
| | | <el-table-column |
| | | type="selection" |
| | |
| | | ></My-bread> |
| | | <el-divider /> |
| | | <div class="contentBox"> |
| | | <div class="content_Left subpage_Div"> |
| | | <div class="content_Left subpage_Div" style="border: 1px solid #dcdfe6;"> |
| | | <el-tree |
| | | :data="treeData" |
| | | @node-click="handleNodeClick" |
| | |
| | | > |
| | | </el-tree> |
| | | </div> |
| | | <div class="content_Right subpage_Div"> |
| | | <div class="content_Right subpage_Div" style="border: 1px solid #dcdfe6;"> |
| | | <div class="iquery subpage_Div"> |
| | | <div> |
| | | <el-button |
| | |
| | | size="small" |
| | | type="warning" |
| | | @click="setCountFlagChange(1)" |
| | | >报表</el-button |
| | | >{{ $t("shuJuGuanLi.butten.Report") }}</el-button |
| | | > |
| | | <el-button |
| | | icon="el-icon-pie-chart" |
| | | size="small" |
| | | type="primary" |
| | | @click="setCountFlagChange(2)" |
| | | >柱状图</el-button |
| | | >{{ $t("shuJuGuanLi.butten.Histogram") }}</el-button |
| | | > |
| | | <el-button |
| | | icon="el-icon-download" |
| | | size="small" |
| | | type="success" |
| | | @click="setCountFlagChange(3)" |
| | | >下载</el-button |
| | | >{{ $t("shuJuGuanLi.butten.Download") }}</el-button |
| | | > |
| | | </div> |
| | | </div> |
| | | <div class="dividing-line"></div> |
| | | <div class="contentTable subpage_Div" v-show="setCountFlag"> |
| | | <el-table |
| | | :data="tableData" |
| | |
| | | width: 98%; |
| | | padding: 1%; |
| | | .contentBox { |
| | | padding-top: 10px; |
| | | height: calc(98% - 63px); |
| | | width: 100%; |
| | | display: flex; |
| | |
| | | height: 82%; |
| | | padding: 1%; |
| | | border-radius: 5px; |
| | | margin-top: 1%; |
| | | //margin-top: 1%; |
| | | .el-table, |
| | | .el-table /deep/ .el-table__expanded-cell { |
| | | background-color: transparent !important; |
| | |
| | | :popper-append-to-body="false" |
| | | placeholder="请选择" |
| | | > |
| | | <el-option |
| | | <!-- <el-option |
| | | v-for="item in uploadOption" |
| | | :key="item.value" |
| | | :label="item.label" |
| | | :value="item.value" |
| | | ></el-option> |
| | | </el-select> |
| | | ></el-option>--> |
| | | |
| | | <!-- <el-select v-else-if="$t('shuJuGuanLi.shuJuJianSuo.language')==='en'" |
| | | :disabled="tableData.length == 0 ? false : true" |
| | | v-model="formInline.uploadType" |
| | | @change="uploadTypeChange" |
| | | :popper-append-to-body="false" |
| | | placeholder="请选择" |
| | | > |
| | | <el-option |
| | | v-for="item in uploadOption2" |
| | | :key="item.value" |
| | | :label="item.label" |
| | | :value="item.value" |
| | | ></el-option> |
| | | </el-select>--> |
| | | :label="$t('shuJuGuanLi.pselect.dFile')" |
| | | value="v1" |
| | | /> |
| | | <el-option |
| | | :label="$t('shuJuGuanLi.pselect.dFiles')" |
| | | value="v2" |
| | | /> |
| | | |
| | | </el-select> |
| | | |
| | | </el-form-item> |
| | | <!-- 存储目录 --> |
| | |
| | | v-model="formInline.specialtyId" |
| | | :placeholder="$t('common.choose')" |
| | | > |
| | | <el-option |
| | | <!-- <el-option |
| | | v-for="item in specialtyOption" |
| | | :key="item.value" |
| | | :label="item.label" |
| | | :value="item.value" |
| | | > |
| | | </el-option> |
| | | :value="item.value"> |
| | | </el-option>--> |
| | | |
| | | <el-option |
| | | :label="$t('shuJuGuanLi.pselect.SurveyDiscipline')" |
| | | value="测量专业" |
| | | /> |
| | | <el-option |
| | | :label="$t('shuJuGuanLi.pselect.SurveysDiscipline')" |
| | | value="勘察专业" |
| | | /> |
| | | <el-option |
| | | :label="$t('shuJuGuanLi.pselect.GeologicalDisasterSpecialty')" |
| | | value="地灾专业" |
| | | /> |
| | | <el-option |
| | | :label="$t('shuJuGuanLi.pselect.CavernSpecialty')" |
| | | value="洞库专业" |
| | | /> |
| | | |
| | | </el-select> |
| | | </el-form-item> |
| | | <!-- 坐标系 --> |
| | |
| | | demTolerance: "5", |
| | | demChangeRate: "200", |
| | | lazDensity: "1", |
| | | imgResolution: "0.2", |
| | | }, |
| | | quayTestShow: { |
| | | checkOsgb: false, |
| | |
| | | label: "项目整体上传", |
| | | }, |
| | | ], |
| | | uploadOption2: [ |
| | | { |
| | | value: "v1", |
| | | label: "Single file upload", |
| | | }, |
| | | { |
| | | value: "v2", |
| | | label: "Overall project upload", |
| | | }, |
| | | ], |
| | | formInline: { |
| | | uploadType: "v1", |
| | | dirid: null, |
| | | verid: null, |
| | | specialtyId: "测量专业", |
| | | specialtyData: "请选择数据", |
| | | metaData: "请选择元数据", |
| | |
| | | dbTableData: [], |
| | | dialogVisible: false, |
| | | listLoader: { |
| | | id: null, |
| | | pageSize: 1, |
| | | dirid: null, |
| | | pageIndex: 1, |
| | | pageSize: 10, |
| | | }, |
| | | count1: 0, |
| | |
| | | } |
| | | .inquire { |
| | | padding: 8px; |
| | | margin-top: 20px; |
| | | //margin-top: 20px; |
| | | |
| | | border-radius: 5px; |
| | | |
| | | margin-bottom: 20px; |
| | | //margin-bottom: 20px; |
| | | .el-form-item { |
| | | margin: 5px; |
| | | } |
| | |
| | | ></My-bread> |
| | | <el-divider /> |
| | | <div class="verSionContent"> |
| | | <div class="verSion_leftTree subpage_Div"> |
| | | <div class="verSion_leftTree subpage_Div" style="border: 1px solid #dcdfe6;"> |
| | | <el-tree |
| | | ref="tree" |
| | | :props="defaultProps" |
| | |
| | | </el-form-item> |
| | | </el-form> |
| | | <!-- <el-divider class="eldivider" /> --> |
| | | <div class="dividing-line"></div> |
| | | <div class="table_box" style="height: calc(100% - 89px)"> |
| | | <el-table |
| | | ref="filterTable" |
| | |
| | | width: 98%; |
| | | padding: 1%; |
| | | .verSionContent { |
| | | padding-top: 10px; |
| | | width: 100%; |
| | | height: calc(100% - 75px); |
| | | display: flex; |
| | |
| | | } |
| | | } |
| | | .demo-form-inline { |
| | | padding: 8px; |
| | | //padding: 8px; |
| | | // margin-top: 10px; |
| | | border-radius: 5px; |
| | | border: 1px solid #dcdfe6; |
| | | margin-bottom: 20px; |
| | | //border: 1px solid #dcdfe6; |
| | | //margin-bottom: 20px; |
| | | text-align: right; |
| | | .el-form-item { |
| | | margin: 5px; |
| | |
| | | <el-select |
| | | :popper-append-to-body="false" |
| | | v-model="upform.dirid" |
| | | :placeholder="$t('shuJuGuanLi.pselect')" |
| | | :placeholder="$t('shuJuGuanLi.pselect.select')" |
| | | style="width:85%" |
| | | > |
| | | <el-option |