Commit 5f734e39 by xue_wengang

字段注释

parent 3bc13362
......@@ -23,14 +23,14 @@ export default {
},
data() {
return {
header:'刑嫌调控工作管理',
pageBs: "gzrygl",
cxFormData: {
header:'刑嫌调控工作管理', //头部标题 (模块第一个页面需要)
pageBs: "gzrygl", //页面名称
cxFormData: { //查询条件
// lkPdbz: "2",
limit: 10,
page: 1,
},
cxQueryField: [
cxQueryField: [ //查询条件
{
name: "姓名",
id: "xm",
......@@ -135,7 +135,7 @@ export default {
col: "3",
},
],
cxDefaultFormThead: [
cxDefaultFormThead: [ //table 展示
{
label: "姓名",
prop: "xm",
......@@ -167,8 +167,8 @@ export default {
prop: "xzgzryzt",
},
],
cxUrl: "/xxgzry/selectGzry",
Menu: [
cxUrl: "/xxgzry/selectGzry", //列表查询接口
Menu: [ //头部导航(模块第一个页面需要)
{
id: "queryGzry",
label: "刑嫌对象",
......@@ -322,7 +322,7 @@ export default {
disabled: false,
},
],
leftMenus: [
leftMenus: [ //左侧导航(模块第一个页面需要)
{
id: "queryGzry",
label: "刑嫌列控管理",
......
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