Commit e5cb5e2e by gao_yingdong

字段配置

parent 296dfd27
<template>
<div class="Content">
<div
style="
position: absolute;
top: 312px;
right: 46px;
z-index: 2000;
border: 1px solid #e4e4e4;
text-align: center;
line-height: 28px;
width: 80px;
"
>
<span @click="queryZd"> 字段配置 </span>
</div>
<right-content
:pageBs="pageBs"
:header="header"
......@@ -25,6 +11,20 @@
>
<template #ajzcxnpg="scope">
<div class="zc">
<div
style="
float: right;
position: relative;
top: 14px;
right: 36px;
border: 1px solid #e4e4e4;
text-align: center;
line-height: 28px;
width: 80px;
"
>
<span @click="queryZd"> 字段配置 </span>
</div>
<div class="zcContent">
<div class="tabsContent">
<div class="zc">
......@@ -95,7 +95,7 @@
center
>
<div style="height: 381px; overflow: hidden">
<div style="overflow-y: scroll; height: 386px;padding-left:20px">
<div style="overflow-y: scroll; height: 386px; padding-left: 20px">
<el-tree
ref="tree"
:default-checked-keys="[1]"
......@@ -403,7 +403,7 @@ export default {
1
);
}
if (this.arrey.length < 3 && checked == true) {
if (checked == true) {
this.arrey.push(data);
}
},
......@@ -418,8 +418,8 @@ export default {
this.$message("请选择三条数据");
} else if (this.arrey.length == 3) {
getAsjBcByGjc({
startTime: "",
endTime: "",
startTime: this.cxFormData.startTime,
endTime: this.cxFormData.endTime,
cxzd1: this.arrey[0].id,
cxzd2: this.arrey[1].id,
cxzd3: this.arrey[2].id,
......
......@@ -37,7 +37,7 @@
<div>
<span class="nr" @click="zcdc">侦查终结</span>
<span class="yuan">{{ zczj}}</span>
<span class="xian"></span>
<!-- <span class="xian"></span> -->
</div>
</div>
</div>
......@@ -478,7 +478,7 @@ export default {
color: #fff;
}
.xian {
width: 125px;
width: 270px;
height: 0px;
border: 1px solid #c4c4c4;
opacity: 1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment