作废按钮bug

This commit is contained in:
zxy 2026-01-20 08:55:22 +08:00
parent 8cf747d3a7
commit e79578c238
2 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ spring:
name: mes-server name: mes-server
profiles: profiles:
active: pro active: local
main: main:

View File

@ -345,8 +345,8 @@ link type="primary" size="small" :disabled="ctrView || ctrDelete"
</el-button> </el-button>
<!-- <el-button @click="handleStatus(3)" type="danger" v-if="btnCancel&&formData.status == 1" size="large">--> <!-- <el-button @click="handleStatus(3)" type="danger" v-if="btnCancel&&formData.status == 1" size="large">-->
<!-- </el-button> --> <!-- </el-button> -->
<el-button @click="handleDelete" type="danger" v-if="formData.status == 1" size="large"> <el-button @click="handleDelete" type="danger" v-if="btnCancel&&formData.status ==1 && query.type != 'create'" size="large"> </el-button>
</el-button>
</template> </template>
<el-row justify="center"> <el-row justify="center">