研发图纸文件管理系统-前端项目
he wei
2023-11-01 a0b9e3ac3b63489892e1c3dcb0b84e5559f14ab5
U 产品中心ecr记录按钮修改
1个文件已修改
17 ■■■■ 已修改文件
src/pages/resourceManage/product/list.vue 17 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/resourceManage/product/list.vue
@@ -100,12 +100,19 @@
                    @click="showFeedback(record)"
                    >反馈</a-button
                  >
                  <a-button
                    type="primary"
                    v-if="record.ecrList.length > 0"
                    @click="showEcrlist(record)"
                    >ecr记录</a-button
                  <a-badge
                    :count="record.ecrList.length"
                    showZero
                    :number-style="{
                      backgroundColor: record.ecrList.length > 0 ? '#090' : '#900',
                    }"
                  >
                    <a-button
                      type="primary"
                      @click="showEcrlist(record)"
                      >ecr记录</a-button
                      >
                  </a-badge>
                </a-space>
                <a>更多</a>
              </a-popover>