zouyu
2023-11-16 a4add192450f06f9e4748e6513234510f431b21e
src/views/quality/report/index.vue
@@ -81,10 +81,11 @@
                      </el-button>
                      <el-dropdown-menu slot="dropdown">
                        <el-dropdown-item
                          :key="item"
                          :command="item.ref"
                          v-for="item in toolbarIsQualified"
                          :disabled="item.disabled"
                          v-if="item.isShow"
                          v-show="item.isShow"
                          >{{ item.text }}
                        </el-dropdown-item>
                      </el-dropdown-menu>