tremble před 4 roky
rodič
revize
43e74b9429
2 změnil soubory, kde provedl 11 přidání a 12 odebrání
  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",