Commit 0a0f3469 authored by 季圣华's avatar 季圣华
Browse files

修改序列号的状态类型

parent 2753e28d
...@@ -94,8 +94,8 @@ ...@@ -94,8 +94,8 @@
<td style="width:80px;">序列号</td> <td style="width:80px;">序列号</td>
<td style="padding:5px;width:180px;"> <td style="padding:5px;width:180px;">
<select name="EnableSerialNumber" id="EnableSerialNumber" style="width: 180px;height: 20px"> <select name="EnableSerialNumber" id="EnableSerialNumber" style="width: 180px;height: 20px">
<option value="1">启用</option> <option value="1"></option>
<option value="0">禁用</option> <option value="0"></option>
</select> </select>
</td> </td>
<td></td> <td></td>
...@@ -533,7 +533,7 @@ ...@@ -533,7 +533,7 @@
}, },
{ {
title: '序列号', field: 'enableserialnumber', width: 70, align: "center", formatter: function (value) { title: '序列号', field: 'enableserialnumber', width: 70, align: "center", formatter: function (value) {
return value=='1' ? "启用" : "禁用"; return value=='1' ? "" : "";
} }
} }
]], ]],
......
Supports Markdown
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