|
@@ -75,8 +75,8 @@
|
|
|
</a-space>
|
|
|
</template>
|
|
|
<template #bodyCell="{ column, record }">
|
|
|
- <template v-if="column.dataIndex === 'hfdLx'">
|
|
|
- {{ $TOOL.dictTypeData('hfdlx', record.hfdLx) }}
|
|
|
+ <template v-if="column.dataIndex === 'jcbz'">
|
|
|
+ {{ $TOOL.dictTypeData('jcbz', record.jcbz) }}
|
|
|
</template>
|
|
|
<template v-if="column.dataIndex === 'status'">
|
|
|
{{ $TOOL.dictTypeData('djzt', record.status) }}
|
|
@@ -141,8 +141,8 @@
|
|
|
dataIndex: 'hfdCode',
|
|
|
},
|
|
|
{
|
|
|
- title: '核放单类型',
|
|
|
- dataIndex: 'hfdLx',
|
|
|
+ title: '进出标志',
|
|
|
+ dataIndex: 'jcbz',
|
|
|
},
|
|
|
{
|
|
|
title: '台账编号',
|