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