|
|
@@ -77,7 +77,8 @@
|
|
|
<div v-if="scope.row.accountantUserFlag === 0">
|
|
|
{{ scope.row.accountantUserCount }}
|
|
|
</div>
|
|
|
- <div v-else :style="{ color: scope.row.accountantUserCount > 100 ? 'red' : 'black' }">
|
|
|
+ <div v-else
|
|
|
+ :style="{ color: scope.row.accountantUserCount > scope.row.signatureCount ? 'red' : 'black' }">
|
|
|
{{ scope.row.accountantUserCount }}
|
|
|
</div>
|
|
|
</template>
|