Commit 7cee7374 by lp784568205

Merge branch 'dev_xzeq' of http://47.92.108.28/changchao/founder_vue into dev_xzeq

parents 8cdd23de 011fa15e
...@@ -63,7 +63,7 @@ ...@@ -63,7 +63,7 @@
value: "", value: "",
placeholder: "请输入", placeholder: "请输入",
col: "2", col: "2",
/* prop: 'checkEmpty'*/ prop: 'checkEmpty'
}, },
{ {
name: "代码补充描述:", name: "代码补充描述:",
...@@ -80,10 +80,10 @@ ...@@ -80,10 +80,10 @@
value: "", value: "",
placeholder: "请输入", placeholder: "请输入",
col: "2", col: "2",
/* prop: "emptyAbleIdentityBT",*/ prop: "emptyAbleIdentityBT",
}, },
{ {
name: "出生日期日期估值下限:", name: "出生日期估值下限:",
id: "csrqRqgzxx", id: "csrqRqgzxx",
type: "dates", type: "dates",
value: "", value: "",
...@@ -91,7 +91,7 @@ ...@@ -91,7 +91,7 @@
col: "2", col: "2",
}, },
{ {
name: "出生日期日期估值上限:", name: "出生日期估值上限:",
id: "csrqRqgzsx", id: "csrqRqgzsx",
type: "dates", type: "dates",
value: "", value: "",
......
...@@ -70,7 +70,7 @@ export default { ...@@ -70,7 +70,7 @@ export default {
}, },
], ],
cxDefaultFormThead: [ cxDefaultFormThead: [
{ label: "案事件相关人员编号", prop: "asjxgrybh" }, /* { label: "案事件相关人员编号", prop: "asjxgrybh" },*/
{ label: "姓名", prop: "xm" }, { label: "姓名", prop: "xm" },
{ label: "人员身份证", prop: "cyzjZjhm" }, { label: "人员身份证", prop: "cyzjZjhm" },
{ label: "性别", prop: "xbdmStr" }, { label: "性别", prop: "xbdmStr" },
...@@ -97,7 +97,7 @@ export default { ...@@ -97,7 +97,7 @@ export default {
setYJ(scope) { setYJ(scope) {
let row = scope.row; let row = scope.row;
let params = new FormData(); let params = new FormData();
params.append("glxxXxzjbh", row.xxzjbh); params.append("glxxXxzjbh", row.asjxgrybh);
params.append("sjly", "03"); params.append("sjly", "03");
params.append("yjxx", row.cyzjZjhm); params.append("yjxx", row.cyzjZjhm);
this.$confirm("是否确认添加为列控预警对象?", "提示", { this.$confirm("是否确认添加为列控预警对象?", "提示", {
......
...@@ -100,8 +100,8 @@ ...@@ -100,8 +100,8 @@
}, },
], ],
cxDefaultFormThead: [ cxDefaultFormThead: [
{label: "信息主键编号", prop: "xxzjbh"}, /* {label: "信息主键编号", prop: "xxzjbh"},
{label: "关联信息主键编号", prop: "glxxXxzjbh"}, {label: "关联信息主键编号", prop: "glxxXxzjbh"},*/
{label: "数据来源", prop: "sjlyStr"}, {label: "数据来源", prop: "sjlyStr"},
{label: "预警号码", prop: "yjxx"}, {label: "预警号码", prop: "yjxx"},
{label: "录入单位", prop: "xxdjdwGajgmc"}, {label: "录入单位", prop: "xxdjdwGajgmc"},
......
...@@ -195,7 +195,21 @@ export default { ...@@ -195,7 +195,21 @@ export default {
], ],
}, },
], ],
formLabelAlign: {}, formLabelAlign: {
zxq:'1',
rwms:"122121",
lycl:'01',
yxms:'01',
cron:'0/01?*****',
jobhanlder:'jobhanlder',
zscl:'01',
zrw:'1',
rwcssj:'2021-12-22 20:4:01',
sbcscs:'12',
fzr:'admin',
cjyj:"1hfhjb@kf.cn",
rwcs:'1884y5bfha'
},
stepList: [ stepList: [
{ {
title: "基本信息", title: "基本信息",
......
...@@ -105,7 +105,7 @@ ...@@ -105,7 +105,7 @@
<!-- 折线图 --> <!-- 折线图 -->
<div style="margin-top: 40px; margin-bottom: 40px; height: 100%"> <div style="margin-top: 40px; margin-bottom: 40px; height: 100%">
<div class="htitle"> <div class="htitle">
<span class="hfont">单位系统业务效能评估情况</span> <span class="hfont">单位系统使用情况评估</span>
</div> </div>
<div class="Info">{{ headerInfo2 }}</div> <div class="Info">{{ headerInfo2 }}</div>
<div class="echars"> <div class="echars">
......
...@@ -90,7 +90,7 @@ ...@@ -90,7 +90,7 @@
<!-- 折线图 --> <!-- 折线图 -->
<div style="margin-top: 40px; margin-bottom: 40px"> <div style="margin-top: 40px; margin-bottom: 40px">
<div class="htitle"> <div class="htitle">
<span class="hfont">个人系统业务效能评估情况</span> <span class="hfont">个人系统使用情况评估</span>
</div> </div>
<div class="Info">{{ headerInfo2 }}</div> <div class="Info">{{ headerInfo2 }}</div>
<div class="echars"> <div class="echars">
......
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