|
|
@@ -15,7 +15,7 @@
|
|
|
</template>
|
|
|
<hc-table ref="tableListRef" :column="tableListColumn" :datas="tableListData" :loading="tableLoading" is-new>
|
|
|
<template #action="{ row }">
|
|
|
- <el-button plain size="small" type="primary" :disabled="!row.deletedIs" @click="handleTableView(row)">查看</el-button>
|
|
|
+ <el-button plain size="small" type="primary" @click="handleTableView(row)">查看</el-button>
|
|
|
|
|
|
<hc-tooltip keys="tasks_flow_edit">
|
|
|
<el-button plain size="small" type="primary" :disabled="!row.deletedIs" @click="handleTableEdit(row)">编辑</el-button>
|