|
@@ -34,7 +34,7 @@
|
|
|
|
|
|
|
|
<template #table-column-hasRemark="{scope}">
|
|
<template #table-column-hasRemark="{scope}">
|
|
|
<span v-if="scope.row.bookNum == scope.row.onNum" style="color:green;font-weight:bold;">{{ scope.row.hasRemark==1?'有':'' }}</span>
|
|
<span v-if="scope.row.bookNum == scope.row.onNum" style="color:green;font-weight:bold;">{{ scope.row.hasRemark==1?'有':'' }}</span>
|
|
|
- <span v-else>{{ scope.row.hasRemark==1?'有':'' }}</span>
|
|
|
|
|
|
|
+ <span v-else style="color:red;font-weight:bold;">{{ scope.row.hasRemark==1?'有':'' }}</span>
|
|
|
</template>
|
|
</template>
|
|
|
|
|
|
|
|
<template #table-column-bookNum="{scope}">
|
|
<template #table-column-bookNum="{scope}">
|