Commit 844701fb by xue_wengang

下拉框修改、有组织犯罪线索三级菜单

parent be6f335c
......@@ -58,6 +58,14 @@ const menuLayouts = [
component: () => import("@/views/ajzcgzxnpg/queryWcqkNew.vue")
},
{
path: "/queryWcqkNews",
name: "queryWcqkNews",
meta: {
title: '线索研判情况'
},
component: () => import("@/views/ajzcgzxnpg/queryWcqkNews.vue")
},
{
path: "/queryWcqks",
name: "queryWcqks",
meta: {
......@@ -82,6 +90,14 @@ const menuLayouts = [
component: () => import("@/views/ajzcgzxnpg/queryGxqkNew.vue")
},
{
path: "/queryGxqkNews",
name: "queryGxqkNews",
meta: {
title: '线索落地情况'
},
component: () => import("@/views/ajzcgzxnpg/queryGxqkNews.vue")
},
{
path: "/queryGxqks",
name: "queryGxqks",
meta: {
......
import menuLayout from "@/layout/menuLayouts.vue";
import menuLayout from "@/layout/menuLayout.vue";
const menuLayouts = [
{
path: "/queryThxs",
......@@ -80,7 +80,14 @@ const menuLayouts = [
},
component: () => import("@/views/yzzfzxsyp/xstj/queryXsccNew.vue")
},
{
path: "/queryXsccNews",
name: "queryXsccNews",
meta: {
title: '线索初查情况'
},
component: () => import("@/views/yzzfzxsyp/xstj/queryXsccNews.vue")
},
];
export default {
......
<template>
<div class="Content">
<right-content
:pageBs="pageBs"
:header="header"
:cxFormData="cxFormData"
:cxQueryField="cxQueryField"
:selectedPropAllformThead="AllformThead"
:selectedPropdefaultCheckedThead="defaultCheckedThead"
:cxDefaultFormThead="cxDefaultFormThead"
:cxUrl="cxUrl"
@toInfor="toInfor"
ref="rightContent"
>
<template #listOperation="scope">
<span class="hbyp" v-if="zutList.length > 0" @click="goSyj(scope.scope)"
>返回</span
>
</template>
</right-content>
</div>
</template>
<script>
import rightContent from "@c/ptCxForm_components.vue";
import { getMenuBt } from "@/api/dwgrxnpg/dwgrxnpg.js";
export default {
name: "queryGrxnpg",
components: {
rightContent,
},
data() {
return {
header: "有组织犯罪线索研判",
pageBs: "queryGxqkNew",
cxFormData: {
djsjStart: "",
djsjEnd: "",
unitcode: "",
},
cxQueryField: [
{
name: "时间",
id: "djsjStart",
id2: "djsjEnd",
type: "zdyDateTh",
value: "",
col: "3",
},
],
cxDefaultFormThead: [
{
label: "单位名称",
toInfor: true,
width: "200",
prop: "dwmc",
},
{
label: "办结数",
prop: "bjxss",
},
{
label: "有组织犯罪嫌疑数",
prop: "zzfzxys",
},
{
label: "其他犯罪嫌疑数",
prop: "qtfzxys",
},
{
label: "无犯罪嫌疑数",
prop: "wfzxys",
},
{
label: "破获刑事案件数",
prop: "ajs",
},
{
label: "抓获犯罪嫌疑人数",
prop: "xyrs",
},
],
// 表头
AllformThead: [
{
label: "单位名称",
toInfor: true,
width: "200",
prop: "dwmc",
},
{
label: "办结数",
prop: "bjxss",
},
{
label: "有组织犯罪嫌疑数",
prop: "zzfzxys",
},
{
label: "其他犯罪嫌疑数",
prop: "qtfzxys",
},
{
label: "无犯罪嫌疑数",
prop: "wfzxys",
},
{
label: "破获刑事案件数",
prop: "ajs",
},
{
label: "抓获犯罪嫌疑人数",
prop: "xyrs",
},
],
defaultCheckedThead: [
"单位名称",
"线索总数",
"办结数",
"有组织犯罪嫌疑数",
"其他犯罪嫌疑数",
"无犯罪嫌疑数",
"破获刑事案件数",
"抓获犯罪嫌疑人数",
],
cxUrl: "/xshbXnpg/xqXsAjTj",
Menu: [
{
id: "queryGxqkNew",
label: "线索落地情况",
index: "queryGxqkNew",
auth: "M0101",
className: "iconfont iconrizhi",
disabled: false,
},
],
// 返回参数
zutList: [],
};
},
created() {
// this.$store.commit("user/SET_Menu", this.Menu);
// this.getMenuBtCX(); // 表头设置
},
methods: {
// 返回
goSyj() {
debugger;
if (this.zutList.length == 1) {
this.zutList = [];
}
this.cxFormData.unitcode =
this.zutList.length > 1
? this.zutList.splice(this.zutList.length - 2, 1).join()
: "";
this.$refs.rightContent.doQuery("yes");
},
// 单位下钻
toInfor(scope) {
debugger;
this.zutList.push(scope.dwdm);
this.cxFormData.unitcode = scope.dwdm;
this.$refs.rightContent.doQuery("yes");
},
// 表头设置查询
getMenuBtCX() {
let self = this;
let obj = {
menuId: "THXSTJ03",
};
getMenuBt(obj).then((res) => {
if (res.code == 200 && res.data.btxx) {
debugger;
let arrayCn = [];
arrayCn = res.data.btxx.btxxCn.split(",");
// 表头设置
self.defaultCheckedThead = [];
self.defaultCheckedThead = arrayCn;
// 表头列表
self.cxDefaultFormThead = [];
var tableData = [];
tableData.push(res.data.btxx);
for (let i = 0; i < tableData.length; i++) {
tableData[i].bsqrList = [];
tableData[i].bsqrName = tableData[i].btxxCn.split(",");
tableData[i].bsqrajNum = tableData[i].btxxEn.split(",");
for (
let j = 0;
j < tableData[i].bsqrName.length && tableData[i].bsqrajNum.length;
j++
) {
tableData[i].bsqrList.push({
label: tableData[i].bsqrName[j],
prop: tableData[i].bsqrajNum[j],
});
}
tableData[i].bsqrList.forEach((item) => {
self.cxDefaultFormThead.push({
label: item.label,
toInfor: item.prop == "dwmc" ? true : false,
prop: item.prop,
});
});
}
}
});
},
},
watch: {},
mounted() {
this.getMenuBtCX(); // 表头设置
},
};
</script>
<style>
.el-dialog__body {
padding: 10px 15px !important;
}
.rightContent .el-input__inner,
#formCommonPage .el-input__inner {
height: 32px;
line-height: 32px;
font-family: inherit;
}
.el-table__header-wrapper th,
.el-table__header-wrapper tr {
background: #f4f6f7;
}
.rightContent .el-input__icon,
#formCommonPage .el-input__icon,
.el-input__suffix-inner {
line-height: 36px;
}
.rightContent .el-range-separator {
position: relative;
top: -4px;
}
.rightContent .el-textarea__inner,
#formCommonPage .el-textarea__inner {
width: 100%;
font-family: inherit;
}
.rightContent .el-range-input,
#formCommonPage .el-range-input {
vertical-align: top;
}
.rightContent .el-date-editor .el-range__close-icon {
margin-top: -4px;
}
.rightContent .el-form-item__error {
left: calc(66% - 27px);
top: 12px;
}
.success-row {
background-color: #fbf9f4 !important;
}
.Content .el-input,
.Content .el-date-editor--daterange.el-input__inner {
width: 100% !important;
}
</style>
<style scoped lang="scss">
:v-deep.el-dialog__body {
margin: 20px;
}
.el-form-item {
margin: 15px 0 20px 0;
}
.red {
color: red;
}
.black {
color: black;
}
@import "@/assets/styles/rightContent.scss";
.hbyp {
width: 64px;
height: 24px;
background: #ffffff;
border: 1px solid #007aff;
opacity: 1;
border-radius: 4px;
text-align: center;
align-items: center;
display: inline-block;
font-size: 12px !important;
font-weight: 400 !important;
color: #007aff !important;
cursor: pointer;
margin-right: 10px;
}
// .hbyp {
// font-size: 14px;
// font-family: Source Han Sans CN;
// font-weight: 400;
// line-height: 22px;
// color: #007aff;
// margin-right: 16px;
// cursor: pointer;
// }
</style>
<template>
<div class="Content">
<right-content
:pageBs="pageBs"
:header="header"
:cxFormData="cxFormData"
:cxQueryField="cxQueryField"
:selectedPropAllformThead="AllformThead"
:selectedPropdefaultCheckedThead="defaultCheckedThead"
:cxDefaultFormThead="cxDefaultFormThead"
:cxUrl="cxUrl"
@toInfor="toInfor"
ref="rightContent"
>
<template #listOperation="scope">
<span class="hbyp" v-if="zutList.length > 0" @click="goSyj(scope.scope)"
>返回</span
>
</template>
</right-content>
</div>
</template>
<script>
import rightContent from "@c/ptCxForm_components.vue";
import { getMenuBt } from "@/api/dwgrxnpg/dwgrxnpg.js";
export default {
name: "queryGrxnpg",
components: {
rightContent,
},
data() {
return {
header: "有组织犯罪线索研判",
pageBs: "queryWcqkNew",
cxFormData: {
djsjStart: "",
djsjEnd: "",
unitcode: "",
},
cxQueryField: [
{
name: "时间",
id: "djsjStart",
id2: "djsjEnd",
type: "zdyDateTh",
value: "",
col: "3",
},
],
cxDefaultFormThead: [
{
label: "单位名称",
toInfor: true,
width: "200",
prop: "dwmc",
},
{
label: "线索总数",
prop: "xss",
},
{
label: "侦办数",
prop: "xdls",
},
{
label: "侦办占比",
prop: "xdzll",
},
{
label: "办结数",
prop: "bjxss",
},
{
label: "办结占比",
prop: "bjxsl",
},
{
label: "按期签收",
prop: "aqqss",
},
{
label: "超期签收",
prop: "cqqss",
},
{
label: "超期未签收",
prop: "cqwqss",
},
{
label: "按期反馈",
prop: "aqfks",
},
{
label: "超期反馈",
prop: "cqfks",
},
{
label: "超期未反馈",
prop: "cqwfks",
},
],
// 表头
AllformThead: [
{
label: "单位名称",
toInfor: true,
width: "200",
prop: "dwmc",
},
{
label: "线索总数",
prop: "xss",
},
{
label: "侦办数",
prop: "xdls",
},
{
label: "侦办占比",
prop: "xdzll",
},
{
label: "办结数",
prop: "bjxss",
},
{
label: "办结占比",
prop: "bjxsl",
},
{
label: "按期签收",
prop: "aqqss",
},
{
label: "超期签收",
prop: "cqqss",
},
{
label: "超期未签收",
prop: "cqwqss",
},
{
label: "按期反馈",
prop: "aqfks",
},
{
label: "超期反馈",
prop: "cqfks",
},
{
label: "超期未反馈",
prop: "cqwfks",
},
],
defaultCheckedThead: [
"单位名称",
"线索总数",
"侦办数",
"侦办占比",
"办结数",
"办结占比",
"按期签收",
"超期签收",
"超期未签收",
"按期反馈",
"超期反馈",
"超期未反馈",
],
cxUrl: "/xshbXnpg/xqXsZczlTj",
Menu: [
{
id: "queryWcqkNew",
label: "线索研判情况",
index: "queryWcqkNew",
auth: "M0101",
className: "iconfont iconrizhi",
disabled: false,
},
],
// 返回参数
zutList: [],
};
},
created() {
// this.$store.commit("user/SET_Menu", this.Menu);
// this.getMenuBtCX(); // 表头设置
},
methods: {
// 返回
goSyj() {
debugger;
if (this.zutList.length == 1) {
this.zutList = [];
}
this.cxFormData.unitcode =
this.zutList.length > 1
? this.zutList.splice(this.zutList.length - 2, 1).join()
: "";
this.$refs.rightContent.doQuery("yes");
},
// 单位下钻
toInfor(scope) {
debugger;
this.zutList.push(scope.dwdm);
this.cxFormData.unitcode = scope.dwdm;
this.$refs.rightContent.doQuery("yes");
},
// 表头设置查询
getMenuBtCX() {
let self = this;
let obj = {
menuId: "THXSTJ02",
};
getMenuBt(obj).then((res) => {
if (res.code == 200 && res.data.btxx) {
debugger;
let arrayCn = [];
arrayCn = res.data.btxx.btxxCn.split(",");
// 表头设置
self.defaultCheckedThead = [];
self.defaultCheckedThead = arrayCn;
// 表头列表
self.cxDefaultFormThead = [];
var tableData = [];
tableData.push(res.data.btxx);
for (let i = 0; i < tableData.length; i++) {
tableData[i].bsqrList = [];
tableData[i].bsqrName = tableData[i].btxxCn.split(",");
tableData[i].bsqrajNum = tableData[i].btxxEn.split(",");
for (
let j = 0;
j < tableData[i].bsqrName.length && tableData[i].bsqrajNum.length;
j++
) {
tableData[i].bsqrList.push({
label: tableData[i].bsqrName[j],
prop: tableData[i].bsqrajNum[j],
});
}
tableData[i].bsqrList.forEach((item) => {
self.cxDefaultFormThead.push({
label: item.label,
toInfor: item.prop == "dwmc" ? true : false,
prop: item.prop,
});
});
}
}
});
},
},
watch: {},
mounted() {
this.getMenuBtCX(); // 表头设置
},
};
</script>
<style>
.el-dialog__body {
padding: 10px 15px !important;
}
.rightContent .el-input__inner,
#formCommonPage .el-input__inner {
height: 32px;
line-height: 32px;
font-family: inherit;
}
.el-table__header-wrapper th,
.el-table__header-wrapper tr {
background: #f4f6f7;
}
.rightContent .el-input__icon,
#formCommonPage .el-input__icon,
.el-input__suffix-inner {
line-height: 36px;
}
.rightContent .el-range-separator {
position: relative;
top: -4px;
}
.rightContent .el-textarea__inner,
#formCommonPage .el-textarea__inner {
width: 100%;
font-family: inherit;
}
.rightContent .el-range-input,
#formCommonPage .el-range-input {
vertical-align: top;
}
.rightContent .el-date-editor .el-range__close-icon {
margin-top: -4px;
}
.rightContent .el-form-item__error {
left: calc(66% - 27px);
top: 12px;
}
.success-row {
background-color: #fbf9f4 !important;
}
.Content .el-input,
.Content .el-date-editor--daterange.el-input__inner {
width: 100% !important;
}
</style>
<style scoped lang="scss">
:v-deep.el-dialog__body {
margin: 20px;
}
.el-form-item {
margin: 15px 0 20px 0;
}
.red {
color: red;
}
.black {
color: black;
}
@import "@/assets/styles/rightContent.scss";
.hbyp {
width: 64px;
height: 24px;
background: #ffffff;
border: 1px solid #007aff;
opacity: 1;
border-radius: 4px;
text-align: center;
align-items: center;
display: inline-block;
font-size: 12px !important;
font-weight: 400 !important;
color: #007aff !important;
cursor: pointer;
margin-right: 10px;
}
// .hbyp {
// font-size: 14px;
// font-family: Source Han Sans CN;
// font-weight: 400;
// line-height: 22px;
// color: #007aff;
// margin-right: 16px;
// cursor: pointer;
// }
</style>
......@@ -2196,7 +2196,7 @@ export default {
}).then((res) => {
if (res.code == 200) {
this.tableLoadingZl = false;
this.gridDataZl = res.data.rows;
this.gridDataZl = res.data.result;
this.tableDataLengthZl = res.data.total;
}
});
......
......@@ -476,7 +476,7 @@ export default {
{ value: "7", name: "工作发现线索" },
{ value: "8", name: "监测预警线索" },
{ value: "9", name: "技术比对多身份线索" },
{ value: "10", name: "次纳入视线人员线索" },
{ value: "10", name: "次纳入视线人员线索" },
],
},
{
......@@ -882,7 +882,7 @@ export default {
{ value: "7", name: "工作发现线索" },
{ value: "8", name: "监测预警线索" },
{ value: "9", name: "技术比对多身份线索" },
{ value: "10", name: "次纳入视线人员线索" },
{ value: "10", name: "次纳入视线人员线索" },
],
},
{
......@@ -1001,7 +1001,7 @@ export default {
{ value: "7", name: "工作发现线索" },
{ value: "8", name: "监测预警线索" },
{ value: "9", name: "技术比对多身份线索" },
{ value: "10", name: "次纳入视线人员线索" },
{ value: "10", name: "次纳入视线人员线索" },
],
},
{
......@@ -1174,7 +1174,7 @@ export default {
{ value: "7", name: "工作发现线索" },
{ value: "8", name: "监测预警线索" },
{ value: "9", name: "技术比对多身份线索" },
{ value: "10", name: "次纳入视线人员线索" },
{ value: "10", name: "次纳入视线人员线索" },
],
},
{
......
......@@ -818,7 +818,7 @@ export default {
{ value: "7", name: "工作发现线索" },
{ value: "8", name: "监测预警线索" },
{ value: "9", name: "技术比对多身份线索" },
{ value: "10", name: "次纳入视线人员线索" },
{ value: "10", name: "次纳入视线人员线索" },
],
},
{
......@@ -937,7 +937,7 @@ export default {
{ value: "7", name: "工作发现线索" },
{ value: "8", name: "监测预警线索" },
{ value: "9", name: "技术比对多身份线索" },
{ value: "10", name: "次纳入视线人员线索" },
{ value: "10", name: "次纳入视线人员线索" },
],
},
{
......@@ -1110,7 +1110,7 @@ export default {
{ value: "7", name: "工作发现线索" },
{ value: "8", name: "监测预警线索" },
{ value: "9", name: "技术比对多身份线索" },
{ value: "10", name: "次纳入视线人员线索" },
{ value: "10", name: "次纳入视线人员线索" },
],
},
{
......
......@@ -390,75 +390,15 @@ export default {
hasChildren: false,
},
{
id: "queryXsccNew",
id: "queryXsccNews",
label: "有组织犯罪线索工作统计",
newAuth: "M01",
index: "queryXsccNew",
index: "queryXsccNews",
className: "iconfont icongongnengfuwu",
hasChildren: true,
children: [
{
id: "queryXsccNew",
label: "线索初查情况",
index: "queryXsccNew",
auth: "M0103",
className: "iconfont iconrizhi",
hasChildren: false,
},
{
id: "queryWcqkNew",
label: "线索研判情况",
index: "queryWcqkNew",
auth: "M01042",
className: "iconfont iconrizhi",
hasChildren: false,
},
{
id: "queryGxqkNew",
label: "线索落地情况",
index: "queryGxqkNew",
auth: "M01052",
className: "iconfont iconrizhi",
hasChildren: false,
},
],
hasChildren: false
},
],
},
// {
// id: "thxsTj",
// label: "有组织犯罪线索工作统计",
// newAuth: "M01",
// index: "thxsTj",
// className: "iconfont icongongnengfuwu",
// hasChildren: true,
// children: [
// {
// id: "queryXsccNew",
// label: "线索初查情况",
// index: "queryXsccNew",
// auth: "M0103",
// className: "iconfont iconrizhi",
// disabled: false,
// },
// {
// id: "queryWcqkNew",
// label: "线索研判情况",
// index: "queryWcqkNew",
// auth: "M0104",
// className: "iconfont iconrizhi",
// disabled: false,
// },
// {
// id: "queryGxqkNew",
// label: "线索落地情况",
// index: "queryGxqkNew",
// auth: "M0105",
// className: "iconfont iconrizhi",
// disabled: false,
// },
// ],
// },
],
};
},
......
<template>
<div class="Content">
<right-content
:pageBs="pageBs"
:header="header"
:cxFormData="cxFormData"
:cxQueryField="cxQueryField"
:selectedPropAllformThead="AllformThead"
:selectedPropdefaultCheckedThead="defaultCheckedThead"
:cxDefaultFormThead="cxDefaultFormThead"
:cxUrl="cxUrl"
@toInfor="toInfor"
ref="rightContent"
>
<template #listOperation="scope">
<span class="hbyp" v-if="zutList.length > 0" @click="goSyj(scope.scope)"
>返回</span
>
</template>
</right-content>
</div>
</template>
<script>
import rightContent from "@c/ptCxForm_components.vue";
import { getMenuBt } from "@/api/dwgrxnpg/dwgrxnpg.js";
export default {
name: "queryGrxnpg",
components: {
rightContent,
},
data() {
return {
header: "有组织犯罪线索研判",
pageBs: "queryXsccNew",
cxFormData: {
djsjStart: "",
djsjEnd: "",
unitcode: "",
},
cxQueryField: [
{
name: "时间",
id: "djsjStart",
id2: "djsjEnd",
type: "zdyDateTh",
value: "",
col: "3",
},
],
cxDefaultFormThead: [
{
label: "单位名称",
toInfor: true,
width: "200",
prop: "dwmc",
},
{
label: "线索总数",
prop: "xss",
},
{
label: "村(居)“两委”排查",
prop: "cjlwpcs",
},
{
label: "其他部门通报移交",
prop: "qtbmyjzs",
},
{
label: "群众举报",
prop: "qzjbzs",
},
{
label: "日常警情串并",
prop: "rcjqcbs",
},
{
label: "派出所摸排",
prop: "pcsmps",
},
{
label: "高危人员排查",
prop: "gwrypcs",
},
{
label: "人力情报反映",
prop: "rlqbfys",
},
],
// 表头
AllformThead: [
{
label: "单位名称",
toInfor: true,
width: "200",
prop: "dwmc",
},
{
label: "线索总数",
prop: "xss",
},
{
label: "其他部门通报移交",
prop: "qtbmyjzs",
},
{
label: "村(居)“两委”排查",
prop: "cjlwpcs",
},
{
label: "群众举报",
prop: "qzjbzs",
},
{
label: "日常警情串并",
prop: "rcjqcbs",
},
{
label: "派出所摸排",
prop: "pcsmps",
},
{
label: "高危人员排查",
prop: "gwrypcs",
},
{
label: "人力情报反映",
prop: "rlqbfys",
},
],
defaultCheckedThead: [
"单位名称",
"线索总数",
"村(居)“两委”排查",
"其他部门通报移交",
"群众举报",
"日常警情串并",
"派出所摸排",
"高危人员排查",
"人力情报反映",
],
cxUrl: "/xshbXnpg/xsCjqkTj",
Menu: [
{
id: "queryXsccNews",
label: "线索初查情况",
index: "queryXsccNew",
auth: "M0101",
className: "iconfont iconrizhi",
disabled: false,
},
{
id: "queryWcqkNews",
label: "线索研判情况",
index: "queryWcqkNew",
auth: "M01042",
className: "iconfont iconrizhi",
hasChildren: false,
},
{
id: "queryGxqkNews",
label: "线索落地情况",
index: "queryGxqkNew",
auth: "M01052",
className: "iconfont iconrizhi",
hasChildren: false,
},
],
// 返回参数
zutList: [],
};
},
created() {
this.$store.commit("user/SET_Menu", this.Menu);
// this.getMenuBtCX(); // 表头设置
},
methods: {
// 返回
goSyj() {
debugger;
if (this.zutList.length == 1) {
this.zutList = [];
}
this.cxFormData.unitcode =
this.zutList.length > 1
? this.zutList.splice(this.zutList.length - 2, 1).join()
: "";
this.$refs.rightContent.doQuery("yes");
},
// 单位下钻
toInfor(scope) {
debugger;
this.zutList.push(scope.dwdm);
this.cxFormData.unitcode = scope.dwdm;
this.$refs.rightContent.doQuery("yes");
},
// 表头设置查询
getMenuBtCX() {
let self = this;
let obj = {
menuId: "THXSTJ01",
};
getMenuBt(obj).then((res) => {
if (res.code == 200 && res.data.btxx) {
debugger;
let arrayCn = [];
arrayCn = res.data.btxx.btxxCn.split(",");
// 表头设置
self.defaultCheckedThead = [];
self.defaultCheckedThead = arrayCn;
// 表头列表
self.cxDefaultFormThead = [];
var tableData = [];
tableData.push(res.data.btxx);
for (let i = 0; i < tableData.length; i++) {
tableData[i].bsqrList = [];
tableData[i].bsqrName = tableData[i].btxxCn.split(",");
tableData[i].bsqrajNum = tableData[i].btxxEn.split(",");
for (
let j = 0;
j < tableData[i].bsqrName.length && tableData[i].bsqrajNum.length;
j++
) {
tableData[i].bsqrList.push({
label: tableData[i].bsqrName[j],
prop: tableData[i].bsqrajNum[j],
});
}
tableData[i].bsqrList.forEach((item) => {
self.cxDefaultFormThead.push({
label: item.label,
toInfor: item.prop == "dwmc" ? true : false,
prop: item.prop,
});
});
}
}
});
},
},
watch: {},
mounted() {
this.getMenuBtCX(); // 表头设置
},
};
</script>
<style>
.el-dialog__body {
padding: 10px 15px !important;
}
.rightContent .el-input__inner,
#formCommonPage .el-input__inner {
height: 32px;
line-height: 32px;
font-family: inherit;
}
.el-table__header-wrapper th,
.el-table__header-wrapper tr {
background: #f4f6f7;
}
.rightContent .el-input__icon,
#formCommonPage .el-input__icon,
.el-input__suffix-inner {
line-height: 36px;
}
.rightContent .el-range-separator {
position: relative;
top: -4px;
}
.rightContent .el-textarea__inner,
#formCommonPage .el-textarea__inner {
width: 100%;
font-family: inherit;
}
.rightContent .el-range-input,
#formCommonPage .el-range-input {
vertical-align: top;
}
.rightContent .el-date-editor .el-range__close-icon {
margin-top: -4px;
}
.rightContent .el-form-item__error {
left: calc(66% - 27px);
top: 12px;
}
.success-row {
background-color: #fbf9f4 !important;
}
.Content .el-input,
.Content .el-date-editor--daterange.el-input__inner {
width: 100% !important;
}
</style>
<style scoped lang="scss">
:v-deep.el-dialog__body {
margin: 20px;
}
.el-form-item {
margin: 15px 0 20px 0;
}
.red {
color: red;
}
.black {
color: black;
}
@import "@/assets/styles/rightContent.scss";
.hbyp {
width: 64px;
height: 24px;
background: #ffffff;
border: 1px solid #007aff;
opacity: 1;
border-radius: 4px;
text-align: center;
align-items: center;
display: inline-block;
font-size: 12px !important;
font-weight: 400 !important;
color: #007aff !important;
cursor: pointer;
margin-right: 10px;
}
// .hbyp {
// font-size: 14px;
// font-family: Source Han Sans CN;
// font-weight: 400;
// line-height: 22px;
// color: #007aff;
// margin-right: 16px;
// cursor: pointer;
// }
</style>
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