Commit c00d95e7 authored by 盖献康's avatar 盖献康

检查管理-bug

parent 5bd237a7
......@@ -115,6 +115,7 @@
v-loading="loading"
:data="manageList"
:row-key="getRowKeys"
:header-cell-class-name="cellClass"
:header-cell-style="{background:'#E8E9E8'}"
@selection-change="handleSelectionChange"
>
......@@ -440,6 +441,12 @@ export default {
this.loading = false
})
},
/** 表单选择框对齐 */
cellClass(row) {
if (row.columnIndex === 0) {
return 'disabledCheck'
}
},
// 表格
getRowKeys(row) {
return row.id
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment