修改新旧拆分单对比--字段名称
This commit is contained in:
@@ -74,10 +74,11 @@
|
|||||||
@operationClick="operationClick">
|
@operationClick="operationClick">
|
||||||
|
|
||||||
<!--跳转标准详情-->
|
<!--跳转标准详情-->
|
||||||
|
<!-- @click="toDetailPage(record)"-->
|
||||||
<template v-slot:detail="{text, record}">
|
<template v-slot:detail="{text, record}">
|
||||||
<a-tooltip overlay-class-name="tooltip-style">
|
<a-tooltip overlay-class-name="tooltip-style">
|
||||||
<template slot="title">{{ text || text === 0 ? text : global.emptyLine }}</template>
|
<template slot="title">{{ text || text === 0 ? text : global.emptyLine }}</template>
|
||||||
<div class="table-text can-click-table-text" v-if="text || text === 0" @click="toDetailPage(record)">{{ text }}</div>
|
<div class="table-text" v-if="text || text === 0">{{ text }}</div>
|
||||||
<div v-else class="table-text">{{ global.emptyLine }}</div>
|
<div v-else class="table-text">{{ global.emptyLine }}</div>
|
||||||
</a-tooltip>
|
</a-tooltip>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user