Commit 4d969f79 by liyuhang19990520

修改

parent 513c6d35
......@@ -7,6 +7,7 @@
:cxUrl="cxUrl"
:detailUrl="detailUrl"
:tableProps="tableProps"
flTtitle="团伙信息"
></right-content>
</div>
</template>
......@@ -110,9 +111,7 @@ export default {
name: "类型",
id: "ajlx",
type: "radio",
rules: [
{ required: true, message: "请选择类型", trigger: "blur" },
],
rules: [{ required: true, message: "请选择类型", trigger: "blur" }],
radioData: [
{
label: "三人三案",
......@@ -138,21 +137,21 @@ export default {
],
cxDefaultFormThead: [
{
label: "重点关注人员数",
prop: "zdgzyrCount",
label: "案件数量",
prop: "ajCount",
},
{
label: "九类案件数量",
prop: "jlajCount",
},
{
label: "案件数量",
prop: "ajCount",
},
{
label: "嫌疑人数量",
prop: "xyrCount",
},
{
label: "重点关注人员数",
prop: "zdgzyrCount",
},
],
cxUrl: "/shceapi/ajQuery/getThByParam",
};
......
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