Commit a8cfa785 authored by zhoumaotao's avatar zhoumaotao

应急演练计划+v2

parent 2d06add4
......@@ -123,8 +123,6 @@
ylmb:'',
//演练方式
ylfs:'',
//演练时间
lysj:new Date().getTime(),
//年度
year:'',
//季度
......
......@@ -75,13 +75,15 @@
/* 表格标题对应参数*/
tableTitle: [
{label: "年度", prop: "year", fieldType: "int"},
{label: "季度", prop: "quarter", fieldType: "int"},
{label: "季度", prop: "quarter", fieldType: "int",transform:{
url:'/aqgl/yjgl/yjyljh/init/quarter',label:'name',value:'id'
}
},
{label: "演练名称", prop: "name", fieldType: "ftString",width:160},
{label: "演练组织单位", prop: "zzdw", fieldType: "ftString",width:180},
{label: "培训人数", prop: "pxrs", fieldType: "int"},
{label: "演练目标", prop: "ylmb", fieldType: "ftString",width:180},
{label: "演练方式", prop: "ylfs", fieldType: "ftString",width:100},
{label: "演练时间", prop: "lysj", fieldType: "ftDateTime"},
{label: "演练责任人", prop: "ylzrr", fieldType: "ftString",width:180},
{label: "演练时长", prop: "ylsc", fieldType: "int"},
{label: "主(协)办单位", prop: "zbdw", fieldType: "ftString",width:180},
......
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