Commit 2059db0f by dingdang

Merge branch 'bugfix/群发任务-计划视图'

parents 0d45f59b 84810d86
......@@ -38,7 +38,7 @@
</div>
</div>
<div class="m-t-20">
<el-table v-loading="loading" class="select-table" ref="multipleTable" :data="tableData" tooltip-effect="dark" style="width: 100%;" :key="tableRefresh" :row-key="row => roe.ecmPlanId" @selection-change="handleSelectionChange">
<el-table v-loading="loading" class="select-table" ref="multipleTable" :data="tableData" tooltip-effect="dark" style="width: 100%;" :key="tableRefresh" @selection-change="handleSelectionChange">
<el-table-column type="selection" width="45" :class-name="selectRadio == 1 ? 'cell-disabled' : 'font-size-zero'"> </el-table-column>
<el-table-column width="25">
<template #header>
......
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