作废按钮bug
This commit is contained in:
parent
8cf747d3a7
commit
e79578c238
@ -5,7 +5,7 @@ spring:
|
||||
name: mes-server
|
||||
|
||||
profiles:
|
||||
active: pro
|
||||
active: local
|
||||
|
||||
|
||||
main:
|
||||
|
||||
@ -345,8 +345,8 @@ link type="primary" size="small" :disabled="ctrView || ctrDelete"
|
||||
交</el-button>
|
||||
<!-- <el-button @click="handleStatus(3)" type="danger" v-if="btnCancel&&formData.status == 1" size="large">作-->
|
||||
<!-- 废</el-button> -->
|
||||
<el-button @click="handleDelete" type="danger" v-if="formData.status == 1" size="large">作
|
||||
废</el-button>
|
||||
<el-button @click="handleDelete" type="danger" v-if="btnCancel&&formData.status ==1 && query.type != 'create'" size="large">作 废</el-button>
|
||||
|
||||
</template>
|
||||
|
||||
<el-row justify="center">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user