Browse Source

任务表配置

chenwb10023 1 week ago
parent
commit
cc18220442
2 changed files with 4 additions and 0 deletions
  1. BIN
      excel/task_任务.xls
  2. 4 0
      s_xls.js

BIN
excel/task_任务.xls


+ 4 - 0
s_xls.js

@@ -46,6 +46,10 @@ exports.XlsBack = {
     pingbici: {
         info: [["ConfProxy", "id"]],
     },
+    task: {
+        desc: [["ConfProxy", "id"]],
+        main: [["ConfProxy", "id"]],
+    },
 
 
 };