Kaynağa Gözat

定时任务优化

wyh 5 ay önce
ebeveyn
işleme
dc1f89fd7e
1 değiştirilmiş dosya ile 16 ekleme ve 16 silme
  1. 16 16
      src/views/system/QuartzJobList.vue

+ 16 - 16
src/views/system/QuartzJobList.vue

@@ -139,27 +139,27 @@
               return parseInt(index)+1;
             }
           },
-          {
-            title: '任务类名',
-            align:"center",
-            dataIndex: 'jobClassName',
-            sorter: true,
-/*            customRender:function (text) {
-              return "*"+text.substring(9,text.length);
-            }*/
-          },
+//           {
+//             title: '任务类名',
+//             align:"center",
+//             dataIndex: 'jobClassName',
+//             sorter: true,
+// /*            customRender:function (text) {
+//               return "*"+text.substring(9,text.length);
+//             }*/
+//           },
           {
             title: 'cron表达式',
             align:"center",
             dataIndex: 'cronExpression'
           },
-          {
-            title: '参数',
-            align:"center",
-            width: 150,
-            dataIndex: 'parameter',
-            scopedSlots: {customRender: 'parameterRender'},
-          },
+          // {
+          //   title: '参数',
+          //   align:"center",
+          //   width: 150,
+          //   dataIndex: 'parameter',
+          //   scopedSlots: {customRender: 'parameterRender'},
+          // },
           {
             title: '描述',
             align:"center",