Commit 30cae916 by gao_yingdong

涉黑涉恶团伙, 评估研判报告管理, 可视化配置

parent 18a3dfcb
......@@ -44,7 +44,7 @@ export default [{
path: "/xq",
name: "xq",
meta: {
title: '犯罪团伙信息详情'
title: '智能研判'
},
component: () => import("@/views/shse/fzth/xq.vue")
},
......
......@@ -56,7 +56,7 @@ export default {
// editorText: '直接初始化值', // 双向同步的变量
editorTextCopy: '', // content-change 事件回掉改变的对象
header: "评估研判报告管理",
header: "效能评估模板维护",
Menu: [
{
id: "addMbxx",
......
......@@ -97,22 +97,22 @@ export default {
cxFormData: {
page: 1,
limit: 10,
// bgzt: "",
bglx: "",
fbsj: "",
},
cxQueryField: [
// {
// name: "报告状态",
// id: "bgzt",
// type: "select",
// value: "",
// placeholder: "请选择",
// col: "3",
// selectData: [
// { value: "0", name: "未生效" },
// { value: "1", name: "已生效" },
// ],
// },
{
name: "报告类型",
id: "bglx",
type: "select",
value: "",
placeholder: "请选择",
col: "3",
selectData: [
{ value: "01", name: "个人" },
{ value: "02", name: "单位" },
],
},
{
name: "发布时间",
id: "fbsj",
......@@ -129,7 +129,7 @@ export default {
width: "250",
},
{
label: "报告类型代码",
label: "报告类型",
prop: "bglxStr",
width: "200",
},
......@@ -216,7 +216,7 @@ export default {
$("#export").wordExport();
},
toDelete(scope) {
this.$confirm("是否继续?", "提示", {
this.$confirm("是否永久删除报告?", "提示", {
confirmButtonText: "确定",
cancelButtonText: "取消",
type: "warning",
......@@ -274,11 +274,11 @@ export default {
</script>
<style scoped lang="scss">
button.el-button.el-button--primary {
margin: 10px;
margin: -36px;
float: right;
}
#export {
margin: 0 0 50px;
margin: 40px 0 50px;
}
.content-mbxx {
margin-left: 20px;
......
......@@ -16,6 +16,8 @@
</span>
</div>
<div class="Boxcontent">
<span v-if="result.length == 0" class="kuyq">暂无数据</span>
<span v-if="resultXyr.length == 0" class="kuyqs">暂无数据</span>
<div style="display: flex">
<div id="ajtj" class="tj"></div>
<div id="xyrtj" class="tj"></div>
......@@ -440,6 +442,20 @@ export default {
};
</script>
<style lang="scss" scoped>
.kuyq {
left: 467px;
position: absolute;
top: 277px;
font-size: 22px;
z-index: 2;
}
.kuyqs {
right: 417px;
position: absolute;
top: 277px;
font-size: 22px;
z-index: 2;
}
.el-table.el-table--fit.el-table--border.el-table--enable-row-hover.el-table--enable-row-transition {
margin-left: 23px;
}
......
......@@ -467,7 +467,7 @@ export default {
type: "person",
};
let obj = {
childrenXhrStr: "/apialy/thyp/getAccompliceById",
childrenXhrStr: "/apiXzxtGaw/thyp/getAccompliceById",
photoXhrStr: null,
params: params,
nodedata: {
......
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