|
|
@@ -62,13 +62,13 @@
|
|
|
</el-link>
|
|
|
</template>
|
|
|
<!-- 收款信息 -->
|
|
|
- <template v-slot:code="{ row }">
|
|
|
+ <template v-slot:detailCode="{ row }">
|
|
|
<el-link
|
|
|
type="primary"
|
|
|
:underline="false"
|
|
|
@click="handleDetail(row, 'view')"
|
|
|
>
|
|
|
- {{ row.code }}
|
|
|
+ {{ row.detailCode }}
|
|
|
</el-link>
|
|
|
</template>
|
|
|
<!-- 开票信息 -->
|
|
|
@@ -188,7 +188,7 @@
|
|
|
value: 2
|
|
|
}
|
|
|
],
|
|
|
- cacheKeyUrl:'eos-03850924-receivableManage',
|
|
|
+ cacheKeyUrl:'eos-202606251118-receivedManaged-index',
|
|
|
columnsVersion:1,
|
|
|
};
|
|
|
},
|