@@ -379,7 +379,7 @@ export default {
methods: {
// 返回
goBack() {
- this.$router.push({
+ this.$router.replace({
path: '/admin/task/MyHandle',
})
},
@@ -490,6 +490,6 @@
<style>
.red{
- background: #e99385 !important;
+ background: #f4b8ae !important;
}
</style>
@@ -100,7 +100,7 @@
</el-form-item>
</el-form>
- <span slot="footer" class="dialog-footer" v-if="form.taskStatus==0">
+ <span slot="footer" class="dialog-footer" v-if="form.taskStatus!=1">
<el-button @click="handleClose">取 消</el-button>
<el-button type="primary" @click="submit" >确认</el-button>
</span>