|
@@ -111,7 +111,8 @@
|
|
|
</template>
|
|
|
<!-- 急件 -->
|
|
|
<template slot="oosFlag" slot-scope="text, record">
|
|
|
- <a-tag :color="record.oosFlag==1?'red':'#ccc'" style="margin-right: 0;" >{{ record.oosFlagDictValue }}</a-tag>
|
|
|
+ <a-tag v-if="record.oosFlag==1" color="red" style="margin-right: 0;" >{{ record.oosFlagDictValue }}</a-tag>
|
|
|
+ <span v-else>{{ record.oosFlagDictValue }}</span>
|
|
|
</template>
|
|
|
<!-- 操作 -->
|
|
|
<template slot="action" slot-scope="text, record">
|