tremble 4 년 전
부모
커밋
43e74b9429
2개의 변경된 파일11개의 추가작업 그리고 12개의 파일을 삭제
  1. 5 5
      js/selectHardware.js
  2. 6 7
      js/showHardware.js

+ 5 - 5
js/selectHardware.js

@@ -22,16 +22,16 @@ $(function () {
     supportAjaxPage: true,
     columnData: [
       {
-        key: "code",
-        text: "硬件编号",
-      },
-      {
         key: "devTypeName",
         text: "硬件类型",
       },
       {
         key: "name",
-        text: "热点名字",
+        text: "设备名称",
+      },
+      {
+        key: "status",
+        text: "设备状态",
       },
       
       {

+ 6 - 7
js/showHardware.js

@@ -20,18 +20,17 @@ $(function () {
     pageSize:10,
     columnData: [
       {
-        key: "code",
-        text: "硬件编号",
-      },
-      {
         key: "devTypeName",
-        text: "硬件状态",
+        text: "硬件类型",
       },
       {
         key: "name",
-        text: "热点名字",
+        text: "设备名称",
+      },
+      {
+        key: "status",
+        text: "设备状态",
       },
-      ,
       {
         key: "id",
         width: "100px",