提交 9a1746cb 编写于 作者: zhentian.jia's avatar zhentian.jia

时间段导出查看

上级 3a13d02c
...@@ -46,7 +46,6 @@ export function recordOption(legendData, xAxisData, seriesData) { ...@@ -46,7 +46,6 @@ export function recordOption(legendData, xAxisData, seriesData) {
tooltip: { tooltip: {
trigger: "axis", trigger: "axis",
axisPointer: { axisPointer: {
// 坐标轴指示器,坐标轴触发有效
type: "shadow", // 默认为直线,可选为:'line' | 'shadow' type: "shadow", // 默认为直线,可选为:'line' | 'shadow'
shadowStyle: { shadowStyle: {
shadowColor: '#E3EFED', shadowColor: '#E3EFED',
...@@ -123,11 +122,18 @@ export function certificateOption(xAxisData, seriesJoin, seriesCert, seriesRate) ...@@ -123,11 +122,18 @@ export function certificateOption(xAxisData, seriesJoin, seriesCert, seriesRate)
}, },
tooltip: { tooltip: {
trigger: "axis", trigger: "axis",
// axisPointer: {
// type: "cross",
// crossStyle: {
// color: "#999"
// }
// },
axisPointer: { axisPointer: {
type: "cross", type: "shadow", // 默认为直线,可选为:'line' | 'shadow'
crossStyle: { shadowStyle: {
color: "#999" shadowColor: '#E3EFED',
} width: 36,
},
}, },
backgroundColor: 'rgba(0,0,0,0.7)', backgroundColor: 'rgba(0,0,0,0.7)',
formatter: function (params) { formatter: function (params) {
...@@ -285,13 +291,25 @@ export function durationOption(xAxisData, seriesData) { ...@@ -285,13 +291,25 @@ export function durationOption(xAxisData, seriesData) {
data: xAxisData, data: xAxisData,
axisTick: { axisTick: {
alignWithLabel: true alignWithLabel: true
} },
axisLine: { //隐藏轴线
show: false
},
axisTick: { // 隐藏刻度
show: false
},
} }
], ],
yAxis: [ yAxis: [
{ {
type: "value", type: "value",
name: "完成时长 (天)" name: "完成时长 (天)",
axisLine: { //隐藏轴线
show: false
},
axisTick: { // 隐藏刻度
show: false
},
} }
], ],
series: [ series: [
...@@ -532,9 +550,6 @@ export function examTimes(xAxisData, seriesData) { ...@@ -532,9 +550,6 @@ export function examTimes(xAxisData, seriesData) {
}, },
xAxis: [ xAxis: [
{ {
// splitLine: {
// show: false
// },
axisLabel: { axisLabel: {
interval: 0, interval: 0,
}, },
...@@ -542,7 +557,13 @@ export function examTimes(xAxisData, seriesData) { ...@@ -542,7 +557,13 @@ export function examTimes(xAxisData, seriesData) {
data: xAxisData, data: xAxisData,
axisTick: { axisTick: {
alignWithLabel: true alignWithLabel: true
} },
axisLine: { //隐藏轴线
show: false
},
axisTick: { // 隐藏刻度
show: false
},
} }
], ],
yAxis: [ yAxis: [
...@@ -551,7 +572,13 @@ export function examTimes(xAxisData, seriesData) { ...@@ -551,7 +572,13 @@ export function examTimes(xAxisData, seriesData) {
show: true show: true
}, },
type: "value", type: "value",
name: "人数 (名)" name: "人数 (名)",
axisLine: { //隐藏轴线
show: false
},
axisTick: { // 隐藏刻度
show: false
},
} }
], ],
series: [ series: [
...@@ -599,9 +626,6 @@ export function examScore(xAxisData, seriesData) { ...@@ -599,9 +626,6 @@ export function examScore(xAxisData, seriesData) {
}, },
xAxis: [ xAxis: [
{ {
// splitLine: {
// show: false
// },
axisLabel: { axisLabel: {
interval: 0, interval: 0,
}, },
...@@ -609,7 +633,13 @@ export function examScore(xAxisData, seriesData) { ...@@ -609,7 +633,13 @@ export function examScore(xAxisData, seriesData) {
data: xAxisData, data: xAxisData,
axisTick: { axisTick: {
alignWithLabel: true alignWithLabel: true
} },
axisLine: { //隐藏轴线
show: false
},
axisTick: { // 隐藏刻度
show: false
},
} }
], ],
yAxis: [ yAxis: [
...@@ -618,7 +648,13 @@ export function examScore(xAxisData, seriesData) { ...@@ -618,7 +648,13 @@ export function examScore(xAxisData, seriesData) {
show: true show: true
}, },
type: "value", type: "value",
name: "人数 (名)" name: "人数 (名)",
axisLine: { //隐藏轴线
show: false
},
axisTick: { // 隐藏刻度
show: false
},
} }
], ],
series: [ series: [
...@@ -639,10 +675,10 @@ export function examScore(xAxisData, seriesData) { ...@@ -639,10 +675,10 @@ export function examScore(xAxisData, seriesData) {
}; };
return option; return option;
} }
export function ringOption(num , color) { export function ringOption(num, color) {
let option = { let option = {
title: { title: {
text: num+'%', text: num + '%',
x: 'center', x: 'center',
y: 'center', y: 'center',
textStyle: { textStyle: {
......
...@@ -4,8 +4,8 @@ ...@@ -4,8 +4,8 @@
<div class="component-content screenSet" id="screenSet"> <div class="component-content screenSet" id="screenSet">
<div class="p-title">任务列表</div> <div class="p-title">任务列表</div>
<el-tabs v-model="listType" type="card" @tab-click="handleClick"> <el-tabs v-model="listType" type="card" @tab-click="handleClick">
<el-tab-pane label="查看报告" name="1"></el-tab-pane> <el-tab-pane label="查看报告" name="2"></el-tab-pane>
<el-tab-pane label="导出列表" name="2"></el-tab-pane> <el-tab-pane label="导出列表" name="1"></el-tab-pane>
</el-tabs> </el-tabs>
<el-table :data="tableData" class="table-export" style="width: 100%"> <el-table :data="tableData" class="table-export" style="width: 100%">
<el-table-column <el-table-column
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
</el-table-column> </el-table-column>
<el-table-column prop="status" label="状态" align="left" min-width="30"> <el-table-column prop="status" label="状态" align="left" min-width="30">
<template slot-scope="scope"> <template slot-scope="scope">
<span class="logo"></span> <span class="logo" v-bind:class="{ 'logo_0': scope.row.status == 0, 'logo_1': scope.row.status == 1, 'logo_2': scope.row.status == 2 }"></span>
<span class="text">{{ scope.row.status | exportStatus }}</span> <span class="text">{{ scope.row.status | exportStatus }}</span>
</template> </template>
</el-table-column> </el-table-column>
...@@ -30,8 +30,10 @@ ...@@ -30,8 +30,10 @@
:disabled="scope.row.buttonStatus" :disabled="scope.row.buttonStatus"
size="small" size="small"
type="text" type="text"
v-if="scope.row.status != 2"
@click="update(scope.row)" @click="update(scope.row)"
>{{ scope.row.buttonText }}</el-button> >{{ scope.row.buttonText }}</el-button>
<div v-if="scope.row.status == 2">-</div>
</template> </template>
</el-table-column> </el-table-column>
<div slot="empty"> <div slot="empty">
...@@ -69,7 +71,7 @@ export default { ...@@ -69,7 +71,7 @@ export default {
data() { data() {
return { return {
curmbFirst: "学情报告", curmbFirst: "学情报告",
curmbSecond: "导出下载", curmbSecond: "任务列表",
projectId: "", projectId: "",
tableData: [], tableData: [],
param: { param: {
...@@ -79,7 +81,7 @@ export default { ...@@ -79,7 +81,7 @@ export default {
totalRows: 0, totalRows: 0,
totalTime: 3, totalTime: 3,
queryData: {}, queryData: {},
listType: "1" listType: "2"
// buttonText: "刷新", // buttonText: "刷新",
// buttonStatus: false, // buttonStatus: false,
}; };
...@@ -89,7 +91,7 @@ export default { ...@@ -89,7 +91,7 @@ export default {
this.projectId = vm.getUrlSearch(window.location.href, "projectId"); this.projectId = vm.getUrlSearch(window.location.href, "projectId");
let listType = vm.getUrlSearch(window.location.href, "listType"); let listType = vm.getUrlSearch(window.location.href, "listType");
if(listType == null) { if(listType == null) {
vm.listType = '1'; vm.listType = '2';
} else { } else {
vm.listType = listType; vm.listType = listType;
} }
...@@ -107,7 +109,11 @@ export default { ...@@ -107,7 +109,11 @@ export default {
for (let i = 0; i < vm.tableData.length; i++) { for (let i = 0; i < vm.tableData.length; i++) {
vm.tableData[i].index = i; vm.tableData[i].index = i;
if (vm.tableData[i].status == 1) { if (vm.tableData[i].status == 1) {
vm.tableData[i].buttonText = "下载"; if(vm.listType == '2') {
vm.tableData[i].buttonText = "查看报告";
} else if(vm.listType == '1') {
vm.tableData[i].buttonText = "下载";
}
vm.tableData[i].buttonStatus = false; vm.tableData[i].buttonStatus = false;
} else if (vm.tableData[i].status == 0) { } else if (vm.tableData[i].status == 0) {
vm.tableData[i].buttonText = "刷新"; vm.tableData[i].buttonText = "刷新";
...@@ -138,11 +144,6 @@ export default { ...@@ -138,11 +144,6 @@ export default {
} }
}); });
}, },
downLoad(row) {
setTimeout(() => {
window.open(row.fileUrl);
}, 500);
},
getDownLoadStatus(row) { getDownLoadStatus(row) {
// let req = { // let req = {
// id: row.id // id: row.id
...@@ -165,7 +166,12 @@ export default { ...@@ -165,7 +166,12 @@ export default {
// console.log('res.data.data',res.data.data); // console.log('res.data.data',res.data.data);
if (updateStatus == 1) { if (updateStatus == 1) {
vm.tableData[row.index].title = vm.tableData[row.index].title + " "; vm.tableData[row.index].title = vm.tableData[row.index].title + " ";
vm.tableData[row.index].buttonText = "下载"; // vm.tableData[row.index].buttonText = "下载";
if(vm.listType == '2') {
vm.tableData[row.index].buttonText = "查看报告";
} else if(vm.listType == '1') {
vm.tableData[row.index].buttonText = "下载";
}
vm.tableData[row.index].fileUrl = res.data.list[0].url; vm.tableData[row.index].fileUrl = res.data.list[0].url;
} else if (updateStatus == 0) { } else if (updateStatus == 0) {
vm.tableData[row.index].title = vm.tableData[row.index].title + " "; vm.tableData[row.index].title = vm.tableData[row.index].title + " ";
...@@ -182,9 +188,22 @@ export default { ...@@ -182,9 +188,22 @@ export default {
} }
}); });
}, },
downLoad(row) {
setTimeout(() => {
window.open(row.fileUrl);
}, 500);
},
exportTime(row) {
vm.$router.push("item-list?downloadId="+row.id);
},
update(row) { update(row) {
if (vm.tableData[row.index].status == 1) { if (vm.tableData[row.index].status == 1) {
vm.downLoad(row); // vm.downLoad(row);
if(vm.listType == '2') {
vm.exportTime(row);
} else if(vm.listType == '1') {
vm.downLoad(row);
}
} else { } else {
this.$nextTick(function() { this.$nextTick(function() {
console.log(vm.tableData[row.index]); console.log(vm.tableData[row.index]);
...@@ -217,7 +236,7 @@ export default { ...@@ -217,7 +236,7 @@ export default {
}, },
// 换页 // 换页
handleCurrentChange(val) { handleCurrentChange(val) {
vm.param.pageNo = value; vm.param.pageNo = val;
vm.search(); vm.search();
} }
} }
...@@ -247,8 +266,16 @@ export default { ...@@ -247,8 +266,16 @@ export default {
width: 6px; width: 6px;
height: 6px; height: 6px;
border-radius: 50%; border-radius: 50%;
}
.logo_0 {
background: #1890ff; background: #1890ff;
} }
.logo_1 {
background: #52C41A;
}
.logo_2 {
background: #F5222D;
}
.text { .text {
float: left; float: left;
} }
......
...@@ -333,7 +333,7 @@ export default { ...@@ -333,7 +333,7 @@ export default {
vm.dataType = 0; vm.dataType = 0;
} }
} }
console.log('vm.hospitalCnt',vm.hospitalCnt); // console.log('vm.hospitalCnt',vm.hospitalCnt);
if(vm.dataType == 0) { if(vm.dataType == 0) {
vm.checkRange = "1"; vm.checkRange = "1";
vm.checkTime = "1", vm.checkTime = "1",
......
...@@ -2,7 +2,17 @@ ...@@ -2,7 +2,17 @@
<div class="item-list-wrap"> <div class="item-list-wrap">
<bread-crumb :curmbFirst="curmbFirst" :curmbSecond="curmbSecond" :curmbThird="curmbThird" :jumPathThird="jumPathThird"></bread-crumb> <bread-crumb :curmbFirst="curmbFirst" :curmbSecond="curmbSecond" :curmbThird="curmbThird" :jumPathThird="jumPathThird"></bread-crumb>
<div class="component-content screenSet" id="screenSet"> <div class="component-content screenSet" id="screenSet">
<el-form class="item-form" ref="formInline" :model="formInline" label-width="80px"> <div v-if="staticData == 1" class="item-form">
<div class="form-title">查询条件</div>
<div class="form-p">
<p>选择地区 全部</p>
<p>原始数据</p>
<p>选择机构 机构</p>
<p>选择时间 2018.9.10-2019.5.20</p>
</div>
<div class="buttom-line"></div>
</div>
<el-form v-if="staticData == 0" class="item-form" ref="formInline" :model="formInline" label-width="80px">
<div class="form-title">查询条件</div> <div class="form-title">查询条件</div>
<el-form-item label="选择地区:"> <el-form-item label="选择地区:">
<!-- :props="props" --> <!-- :props="props" -->
...@@ -21,7 +31,7 @@ ...@@ -21,7 +31,7 @@
></el-cascader> ></el-cascader>
</el-col> </el-col>
<el-col :span="6"> <el-col :span="6">
<el-checkbox v-if="showOriginal !== 1" size="small" v-model="formInline.checked">查看原始数据</el-checkbox> <el-checkbox v-if="showOriginal == 1" size="small" v-model="formInline.checked">查看原始数据</el-checkbox>
</el-col> </el-col>
</el-form-item> </el-form-item>
<el-form-item label="选择机构:"> <el-form-item label="选择机构:">
...@@ -53,12 +63,13 @@ ...@@ -53,12 +63,13 @@
>{{ tag.label }}</el-tag> >{{ tag.label }}</el-tag>
</div> </div>
<el-form-item label="选择时间:"> <el-form-item label="选择时间:">
<el-col :span="8"> <el-col :span="12">
<el-select <el-select
size="small" size="small"
v-model="formInline.timeFlag" v-model="formInline.timeFlag"
placeholder="请选择" placeholder="请选择"
style="width:330px;" style="width:330px;"
@change="changeTimeFlag"
> >
<el-option <el-option
v-for="item in timeFlagList" v-for="item in timeFlagList"
...@@ -74,23 +85,23 @@ ...@@ -74,23 +85,23 @@
v-model="formInline.during" v-model="formInline.during"
value-format="yyyy-MM-dd" value-format="yyyy-MM-dd"
type="daterange" type="daterange"
range-separator="~" range-separator=""
start-placeholder="开始日期" start-placeholder="开始日期"
end-placeholder="结束日期"> end-placeholder="结束日期">
</el-date-picker> </el-date-picker>
</el-col> </el-col>
</el-form-item> </el-form-item>
<div class="buttom-line"></div>
<!-- <el-form-item label v-if="showOriginal !== 1"> <!-- <el-form-item label v-if="showOriginal !== 1">
<el-checkbox size="small" v-model="formInline.checked">查看原始数据</el-checkbox> <el-checkbox size="small" v-model="formInline.checked">查看原始数据</el-checkbox>
</el-form-item> --> </el-form-item> -->
<div class="form-button"> <div v-if="staticData == 0" class="form-button">
<el-button size="small" @click="search()" type="primary">查询</el-button> <el-button size="small" @click="search()" type="primary">查询</el-button>
<el-button size="small" @click="resetForm()">重置</el-button> <el-button size="small" @click="resetForm()">重置</el-button>
</div> </div>
</el-form> </el-form>
<div class="button-group"> <div class="button-group">
<el-button v-if="roleType == 1 || roleType == 2" type="default" size="small" @click="changeDate">数据修改</el-button> <el-button v-if="roleType == 1 || roleType == 2" type="default" size="small" @click="changeDate">数据修改</el-button>
<!-- <el-button type="default" size="small" @click="update" v-else>修改范围</el-button> -->
<el-button type="default" size="small" @click="exportPDF">导出PDF</el-button> <el-button type="default" size="small" @click="exportPDF">导出PDF</el-button>
<el-button type="default" size="small" :disabled="exportStatus" @click="exportExcel">导出明细</el-button> <el-button type="default" size="small" :disabled="exportStatus" @click="exportExcel">导出明细</el-button>
</div> </div>
...@@ -149,10 +160,17 @@ ...@@ -149,10 +160,17 @@
</el-tab-pane> </el-tab-pane>
</el-tabs> </el-tabs>
<el-dialog title="提示" :visible.sync="dialogVisible" width="30%" center> <el-dialog title="提示" :visible.sync="dialogVisible" width="30%" center>
<p style="text-align:center">由于查询数据较大,预估需要花费 5 小时左右。确定继续生成报告吗?</p> <p style="text-align:center">由于导出数据较大,预估需要花费 5 小时左右。确定继续导出吗?</p>
<span slot="footer" class="dialog-footer"> <span slot="footer" class="dialog-footer">
<el-button @click="dialogVisible = false">取消</el-button> <el-button @click="dialogVisible = false">取消</el-button>
<el-button type="primary" @click="exportHttp()">继续生成</el-button> <el-button type="primary" @click="exportHttp()">继续导出</el-button>
</span>
</el-dialog>
<el-dialog title="提示" :visible.sync="dialogSearch" width="30%" center>
<p style="text-align:center">由于查询数据较大,预估需要花费 5 小时左右。确定继续生成报告吗?</p>
<span slot="footer" class="dialog-footer">
<el-button @click="dialogSearch = false">取消</el-button>
<el-button type="primary" @click="exportTime()">继续生成</el-button>
</span> </span>
</el-dialog> </el-dialog>
<el-dialog title :visible.sync="dialogUpdate" width="80%" center> <el-dialog title :visible.sync="dialogUpdate" width="80%" center>
...@@ -262,7 +280,7 @@ export default { ...@@ -262,7 +280,7 @@ export default {
}, },
{ {
value: 2, value: 2,
label: '开始时间结束时间', label: '自定义时间',
} }
], ],
areaLen: 1, areaLen: 1,
...@@ -272,6 +290,9 @@ export default { ...@@ -272,6 +290,9 @@ export default {
displayCourse: 1, displayCourse: 1,
displayEffect: 1, displayEffect: 1,
exportReq: {}, exportReq: {},
dialogSearch: false,
downloadId: null,
staticData: 0,
}; };
}, },
computed: { computed: {
...@@ -287,7 +308,9 @@ export default { ...@@ -287,7 +308,9 @@ export default {
this.projectId = vm.getUrlSearch(window.location.href, "id"); this.projectId = vm.getUrlSearch(window.location.href, "id");
this.projectName = vm.getUrlSearch(window.location.href, "projectName"); this.projectName = vm.getUrlSearch(window.location.href, "projectName");
this.curmbThird = vm.getUrlSearch(window.location.href, "projectName"); this.curmbThird = vm.getUrlSearch(window.location.href, "projectName");
this.getDisplay(); this.downloadId = vm.getUrlSearch(window.location.href, "downloadId");
this.checkShowType();
// this.getDisplay();
// this.search(); // this.search();
// this.getRegionOption(); // this.getRegionOption();
}, },
...@@ -295,6 +318,26 @@ export default { ...@@ -295,6 +318,26 @@ export default {
commonUtil.resizeHeight(); commonUtil.resizeHeight();
}, },
methods: { methods: {
checkShowType() {
if(vm.downloadId == null) {
vm.getDisplay();
}
if(vm.projectId == '' || vm.projectId == null) {
vm.staticData = 1;
vm.exportTimeInfo();
}
},
exportTimeInfo() {
let req = vm.exportReq;
openLoading(vm);
vm.GET("stats/export/time/info/"+ vm.downloadId, req).then(res => {
closeLoading(vm);
if(res.code == "000000") {
} else {
vm.$message(res.message);
}
});
},
getDisplay(type) { getDisplay(type) {
let reqInfo = { let reqInfo = {
projectId: vm.projectId, projectId: vm.projectId,
...@@ -486,18 +529,54 @@ export default { ...@@ -486,18 +529,54 @@ export default {
originalFlag: vm.formInline.checked == false ? 0 : 1, originalFlag: vm.formInline.checked == false ? 0 : 1,
regionId: vm.formInline.region[vm.formInline.region.length - 1], regionId: vm.formInline.region[vm.formInline.region.length - 1],
timeFlag: vm.formInline.timeFlag, timeFlag: vm.formInline.timeFlag,
pageNo: vm.formTable.pageNo,
pageSize: vm.formTable.pageSize,
}; };
}, },
changeTimeFlag(value) {
if(value == 1) {
vm.formInline.during = null;
}
},
exportTime() {
let req = {
projectId: vm.projectId,
beginDate: operationData.setDuringTime(vm.formInline.during, "begin"),
endDate: operationData.setDuringTime(vm.formInline.during, "end"),
hospitalIdList: vm.formInline.organization,
originalFlag: vm.formInline.checked == false ? 0 : 1,
regionId: vm.formInline.region[vm.formInline.region.length - 1],
timeFlag: vm.formInline.timeFlag,
hospitalNames: vm.dialogData.organization,
regionNames: vm.dialogData.region,
};
openLoading(vm);
vm.POST("stats/export/time", req).then(res => {
closeLoading(vm);
if(res.code == "000000") {
vm.$router.push("export-download?projectId="+vm.projectId+'&listType=2');
} else {
vm.$message(res.message)
}
vm.dialogSearch = false;
});
},
search() { search() {
vm.setExportReq(); console.log(vm.formInline);
// console.log(vm.formInline.during); if(vm.formInline.timeFlag == 1) {
this.$refs.childDataAll.$emit("search"); //截止昨日
this.$refs.childCrowd.$emit("search"); vm.setExportReq();
this.$refs.childCourse.$emit("search"); this.$refs.childDataAll.$emit("search");
this.$refs.childExam.$emit("search"); this.$refs.childCrowd.$emit("search");
this.$refs.childEffect.$emit("search"); this.$refs.childCourse.$emit("search");
this.$refs.childExam.$emit("search");
this.$refs.childEffect.$emit("search");
} else if(vm.formInline.timeFlag == 2) {
//开始时间结束时间
if(vm.formInline.during == null) {
vm.$message('自定义时间,请选择时间段!')
} else {
vm.dialogSearch = true;
}
}
// if (this.activeName == "first") { // if (this.activeName == "first") {
// this.organizationNum = this.getOrganizationNum(); // this.organizationNum = this.getOrganizationNum();
...@@ -545,27 +624,18 @@ export default { ...@@ -545,27 +624,18 @@ export default {
},3000); },3000);
this.dialogVisible = true; this.dialogVisible = true;
//download接口 //download接口
// let checkAll = operationData.hasAll(vm.formInline.organization)
// let req = {
// projectId : vm.projectId,
// ids: operationData.getIds(vm.formInline,vm.organizationList,checkAll),
// type: operationData.getSearchType(vm.formInline,checkAll),
// originalFlag: vm.formInline.checked == false ? 0 : 1,
// projectName: vm.$route.query.projectName,
// cityName: vm.getCityName(),
// };
// openLoading(vm);
// vm.reportGET("report/downLoad/downLoad", req).then(res => {
// closeLoading(vm);
// // console
// if (res.code == "000000") {
// }
// });
}, },
exportHttp() { exportHttp() {
let req = {}; let req = vm.exportReq;
openLoading(vm); openLoading(vm);
vm.POST("stats/export/current", req).then(res => { vm.POST("stats/export/current", req).then(res => {
closeLoading(vm);
if(res.code == "000000") {
vm.$router.push("export-download?projectId="+vm.projectId+'&listType=1');
} else {
vm.$message(res.message)
}
vm.dialogVisible = false;
}); });
}, },
getCityName() { getCityName() {
...@@ -586,8 +656,6 @@ export default { ...@@ -586,8 +656,6 @@ export default {
}; };
vm.$router.push({ path: "export-download", query: routerData }); vm.$router.push({ path: "export-download", query: routerData });
}, },
update() {},
release() {},
setDialogData() { setDialogData() {
//传递给dialog数据 //传递给dialog数据
this.dialogData.organization = ""; this.dialogData.organization = "";
...@@ -683,6 +751,21 @@ export default { ...@@ -683,6 +751,21 @@ export default {
background: #fff; background: #fff;
width: 100%; width: 100%;
border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0;
.form-p {
margin: 17px 0 0 30px;
line-height:20px;
font-size:14px;
color: #666666;
p {
margin-bottom: 12px;
}
}
.buttom-line {
margin: 30px auto 10px auto;
height: 1px;
background: #E4E7ED;
width: 94.66%
}
.form-title { .form-title {
position: relative; position: relative;
margin: 20px 0 24px 30px; margin: 20px 0 24px 30px;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册