Commit ef90b6e4 authored by 徐州's avatar 徐州

新增人防用章

parent 0e23ae22
......@@ -227,8 +227,8 @@
{
field: 'zsfw', title: '二级统计单位', width: 150, align: 'center'
},
{ field: 'is_rfyz', title: '人防是否用章', width: 150, align: 'center', formatter: function (value, rec) {
if(rec.is_rfyz == 1) {
{ field: 'isRfyz', title: '人防是否用章', width: 150, align: 'center', formatter: function (value, rec) {
if(rec.isRfyz == 1) {
return "是";
} else {
return "否";
......
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