Commit 8f7fdcf4 authored by renjintao's avatar renjintao

task

parent 3a88e53a
......@@ -154,7 +154,7 @@ export default {
title: this.l("status"),
align: "center",
high: true,
width: 120,
width: 100,
code: 'project.task.status'
},
......@@ -170,7 +170,7 @@ export default {
title: '计划起止日期',
align: "center",
high: true,
width: 200,
width: 280,
render: (h, params) => {
return h('DateRange', {
props: {
......@@ -188,7 +188,7 @@ export default {
title: '实际起止日期',
align: "center",
high: true,
width: 200,
width: 280,
render: (h, params) => {
return h('DateRange', {
props: {
......@@ -449,19 +449,6 @@ export default {
})
},
onSelect(val) {
switch (val) {
case '1':
this.easySearch.keys.value = null
break;
case '2':
this.easySearch.status = {
op: "In",
value: '0,1,2,3'
}
break;
default:
默认代码块
}
this.$refs.grid.reload(this.easySearch)
},
viewRecord(id, status) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment