Browse Source

异常管理

duy 1 year ago
parent
commit
68a81cabf5
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/anomaly/index.vue

+ 2 - 2
src/views/anomaly/index.vue

@@ -55,7 +55,7 @@
                 :datas="tableData" 
                 :cell-style="tableCellStyle"
                 :index-style="{ fixed: true, width: 60 }"
-                is-check :check-style="{ fixed: true, width: 29 }" @selection-change="tableSelectionChange"
+                is-check :check-style="{ fixed: true, width: 29 }" @selection-change="tableSelectionChange" 
             >
                 <template #action="{ row }">
                     <el-link type="danger" @click="cancleClick(row)">   <hc-icon name="arrow-go-back" />撤销</el-link>
@@ -117,7 +117,7 @@ const tableColumn = [
        { key: 'key6', name: '是否撤销', align:'center' },
        { key: 'key7', name: '撤销开始时间', align:'center' },
        { key: 'key8', name: '撤销结束时间', align:'center' },
-       { key: 'action', name: '操作' },
+       { key: 'action', name: '操作', fixed:'right', align: 'center' },
    ]
 const tableData = ref([
     { key1: '成渝高速', key2: '项目进度异常', key3: '第一季度', key4:'2021-3-1 14:31', key5:'三级异常', key6:'否', key7:'' },