Commit 6be2654d by zhangzhijie

新增“主办人”查询条件与列表显示

parent 4e8baf20
......@@ -36,6 +36,7 @@ export default {
ajlbdm: [],
jyaq: "",
asjfsddDzmc: "",
zbrXm:"",
},
cxQueryField: [
/*立案信息 侦查终结信息 立案信息审批 侦查终结审批通用开始*/
......@@ -104,6 +105,14 @@ export default {
col: "3",
},
{
name: "主办人",
id: "zbrXm",
type: "text",
value: "",
placeholder: "请输入",
col: "3",
},
{
name: "标注状态",
id: "bzzt",
type: "radio",
......@@ -162,7 +171,7 @@ export default {
{
label: "案件编号",
prop: "asjbh",
width: "260",
width: "250",
},
{
label: "标注状态",
......@@ -202,12 +211,12 @@ export default {
{
label: "小案类别",
prop: "zatzJyqkStr",
width: "220",
width: "200",
},
{
label: "细案类别",
prop: "ajxlbStr",
width: "220",
width: "200",
},
// {
......@@ -221,12 +230,16 @@ export default {
// width: '180'
// },
{
label: "主办人",
prop: "zbrXm",
width: "100",
},
{
label: "立案单位名称",
prop: "ladwGajgjgdmMc",
width: "350",
width: "300",
},
{
/*table默认得表头*/
label: "立案时间",
prop: "larq",
width: "150",
......
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