13404089107
2025-06-10 ad89eae838f5cdc2a9f6b5f053fe4ed0d906d1a5
修改bug
1个文件已修改
4 ■■■■ 已修改文件
culture/src/views/strain-library/breeding-record/add.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
culture/src/views/strain-library/breeding-record/add.vue
@@ -255,8 +255,8 @@
          @confirm="handleConfirmPreserveSubmit" />
        <div class="end-btn" style="margin-top: 20px;" v-if="!$route.query.isDetail&& [3, 4].includes(roleType)">
          <el-button type="primary" @click="handleSubmit(1)">提交</el-button>
          <el-button type="primary" @click="handleSubmit(2)">同步给保藏人</el-button>
          <el-button type="default" @click="handleSubmit(3)">存草稿</el-button>
          <el-button type="primary" @click="handleSubmit(3)">同步给保藏人</el-button>
          <el-button type="default" @click="handleSubmit(2)">存草稿</el-button>
        </div>
      </el-form>
    </Card>