|
@@ -28,7 +28,7 @@
|
|
<hc-table :column="tableColumn" :datas="tableData" :loading="tableLoading" :index-style="{ width: 60 }">
|
|
<hc-table :column="tableColumn" :datas="tableData" :loading="tableLoading" :index-style="{ width: 60 }">
|
|
<template #action="{ row }">
|
|
<template #action="{ row }">
|
|
<el-link v-if="row.id == currentId" type="success" @click="rowCancel(row)">取消选择</el-link>
|
|
<el-link v-if="row.id == currentId" type="success" @click="rowCancel(row)">取消选择</el-link>
|
|
- <el-link v-else type="primary" @click="rowSelect(row)">选择</el-link>
|
|
|
|
|
|
+ <el-link v-else type="primary" :disabled="row.entrustId" @click="rowSelect(row)">选择</el-link>
|
|
</template>
|
|
</template>
|
|
</hc-table>
|
|
</hc-table>
|
|
<template #action>
|
|
<template #action>
|