|
@ -117,7 +117,7 @@ |
|
|
<template #adjustmentAmount="{ row }" v-if="tabCurrent.prop == 'ShareReconciliation'"> |
|
|
<template #adjustmentAmount="{ row }" v-if="tabCurrent.prop == 'ShareReconciliation'"> |
|
|
<div style="position: relative"> |
|
|
<div style="position: relative"> |
|
|
<span>{{ row.adjustmentAmount }}</span> |
|
|
<span>{{ row.adjustmentAmount }}</span> |
|
|
<Icon |
|
|
<Icon v-if="row.status==4" |
|
|
icon="ep:edit" |
|
|
icon="ep:edit" |
|
|
color="#409eff" |
|
|
color="#409eff" |
|
|
@click="openDetailForm(row)" |
|
|
@click="openDetailForm(row)" |
|
|