zss
2023-11-17 2518e47a3ac999978fbf14612c967c3bbf421d25
src/views/plan/outsourcingorder/index.vue
@@ -21,9 +21,9 @@
                  <template v-for="item in stateTagArr">
                    <el-dropdown-item
                      :command="item.command"
                      :disabled="item.disabled"
                      >{{ item.eventName }}</el-dropdown-item
                    >
                      :disabled="item.disabled">
                      {{ item.eventName }}
                    </el-dropdown-item>
                  </template>
                </el-dropdown-menu>
              </el-dropdown>
@@ -33,7 +33,7 @@
                </el-button>
                <el-dropdown-menu slot="dropdown">
                  <template v-for="item in oaStateTagArr">
                    <el-dropdown-item :command="item.command" v-if="item.isShow"
                    <el-dropdown-item :key="item" :command="item.command" v-if="item.isShow"
                      >{{ item.eventName }}
                    </el-dropdown-item>
                  </template>