wyh месяцев назад: 2
Родитель
Сommit
6a5e1eb941

+ 21 - 22
src/views/module_interLock/baseScheduleSet/BaseScheduleSetList.vue

@@ -6,7 +6,7 @@
     </div>
     <a-card :bordered="false">
       <!-- 查询区域 -->
-      <div class="table-page-search-wrapper">
+      <!-- <div class="table-page-search-wrapper">
         <div class="iotmenu-search-container">
           <div class="item-search">
             <a-select style="width: 220px" v-model="queryParam.status" placeholder="请选择状态" @change="searchQuery">
@@ -16,7 +16,7 @@
             </a-select>
           </div>
         </div>
-      </div>
+      </div> -->
       <!-- <div class="table-page-search-wrapper">
         <a-form-model layout="inline" :model="queryParam" @keyup.enter.native="searchQuery">
           <a-row :gutter="24">
@@ -64,7 +64,6 @@
         <a-table
           ref="table"
           size="middle"
-          bordered
           rowKey="id"
           :columns="columns"
           :dataSource="dataSource"
@@ -76,10 +75,10 @@
 
           <!-- 字符串超长截取省略号显示-->
           <span slot="description" slot-scope="text">
-            <j-ellipsis :value="text" :length="20" />
+            <j-ellipsis :value="text" :length="30" />
           </span>
           <span slot="parameterRender" slot-scope="text">
-            <j-ellipsis :value="text" :length="20" />
+            <j-ellipsis :value="text" :length="30" />
           </span>
 
 
@@ -137,16 +136,16 @@
         queryParam: {},
         // 表头
         columns: [
-          {
-            title: '序号',
-            dataIndex: '',
-            key:'rowIndex',
-            width:60,
-            align:"center",
-            customRender:function (t,r,index) {
-              return parseInt(index)+1;
-            }
-          },
+          // {
+          //   title: '序号',
+          //   dataIndex: '',
+          //   key:'rowIndex',
+          //   width:60,
+          //   align:"center",
+          //   customRender:function (t,r,index) {
+          //     return parseInt(index)+1;
+          //   }
+          // },
           // {
           //   title: '任务类名',
           //   align:"center",
@@ -156,11 +155,11 @@
           //     return "*"+text.substring(9,text.length);
           //   }
           // },
-          {
-            title: 'cron表达式',
-            align:"center",
-            dataIndex: 'cronExpression'
-          },
+          // {
+          //   title: 'cron表达式',
+          //   align:"center",
+          //   dataIndex: 'cronExpression'
+          // },
           // {
           //   title: '参数',
           //   align:"center",
@@ -169,9 +168,9 @@
           //   scopedSlots: {customRender: 'parameterRender'},
           // },
           {
-            title: '描述',
+            title: '报表类型',
             align:"center",
-            width: 250,
+            width: 1050,
             dataIndex: 'description',
             scopedSlots: {customRender: 'description'},
           },

+ 15 - 14
src/views/module_interLock/interlockHistoryData/InterlockHistoryList.vue

@@ -163,15 +163,23 @@
         description: '联锁总表管理页面',
         // 表头
         columns: [
+          // {
+          //   title: '序号',
+          //   dataIndex: '',
+          //   key:'rowIndex',
+          //   width:60,
+          //   align:"center",
+          //   customRender:function (t,r,index) {
+          //     return parseInt(index)+1;
+          //   }
+          // },
           {
-            title: '序号',
-            dataIndex: '',
-            key:'rowIndex',
-            width:60,
+            title:'时间',
             align:"center",
+            dataIndex: 'tagTime',
             customRender:function (t,r,index) {
-              return parseInt(index)+1;
-            }
+              return {children: t,attrs: {rowSpan:r.rowSpan4}};
+            },
           },
           {
             title:'联锁名称',
@@ -228,14 +236,7 @@
               return {children: t,attrs: {rowSpan:r.rowSpan3}};
             },
           },
-          {
-            title:'时间',
-            align:"center",
-            dataIndex: 'tagTime',
-            customRender:function (t,r,index) {
-              return {children: t,attrs: {rowSpan:r.rowSpan4}};
-            },
-          },
+          
           // {
           //   title:'逻辑关系',
           //   align:"center",

+ 12 - 12
src/views/module_interLock/interlockHistoryDetail/InterlockHistoryDetailList.vue

@@ -119,15 +119,20 @@
         description: '联锁历史详细信息表管理页面',
         // 表头
         columns: [
+          // {
+          //   title: '序号',
+          //   dataIndex: '',
+          //   key:'rowIndex',
+          //   width:60,
+          //   align:"center",
+          //   customRender:function (t,r,index) {
+          //     return parseInt(index)+1;
+          //   }
+          // },
           {
-            title: '序号',
-            dataIndex: '',
-            key:'rowIndex',
-            width:60,
+            title:'时间',
             align:"center",
-            customRender:function (t,r,index) {
-              return parseInt(index)+1;
-            }
+            dataIndex: 'tagTime'
           },
           // {
           //   title:'联锁总表id',
@@ -205,11 +210,6 @@
             align:"center",
             dataIndex: 'mpStatusName'
           },
-          {
-            title:'时间',
-            align:"center",
-            dataIndex: 'tagTime'
-          },
           // {
           //   title: '操作',
           //   dataIndex: 'action',

+ 10 - 10
src/views/module_interLock/interlockTimedReport/InterlockTimedReportList.vue

@@ -144,16 +144,16 @@
         description: '历史数据报表管理管理页面',
         // 表头
         columns: [
-          {
-            title: '序号',
-            dataIndex: '',
-            key:'rowIndex',
-            width:60,
-            align:"center",
-            customRender:function (t,r,index) {
-              return parseInt(index)+1;
-            }
-          },
+          // {
+          //   title: '序号',
+          //   dataIndex: '',
+          //   key:'rowIndex',
+          //   width:60,
+          //   align:"center",
+          //   customRender:function (t,r,index) {
+          //     return parseInt(index)+1;
+          //   }
+          // },
           {
             title:'报表名称',
             align:"center",