src/pages/resourceManage/product/list.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/pages/resourceManage/product/list.vue
@@ -100,12 +100,19 @@ @click="showFeedback(record)" >反馈</a-button > <a-badge :count="record.ecrList.length" showZero :number-style="{ backgroundColor: record.ecrList.length > 0 ? '#090' : '#900', }" > <a-button type="primary" v-if="record.ecrList.length > 0" @click="showEcrlist(record)" >ecr记录</a-button > </a-badge> </a-space> <a>更多</a> </a-popover>