Commit 8f7fdcf4 authored by renjintao's avatar renjintao

task

parent 3a88e53a
...@@ -154,7 +154,7 @@ export default { ...@@ -154,7 +154,7 @@ export default {
title: this.l("status"), title: this.l("status"),
align: "center", align: "center",
high: true, high: true,
width: 120, width: 100,
code: 'project.task.status' code: 'project.task.status'
}, },
...@@ -170,7 +170,7 @@ export default { ...@@ -170,7 +170,7 @@ export default {
title: '计划起止日期', title: '计划起止日期',
align: "center", align: "center",
high: true, high: true,
width: 200, width: 280,
render: (h, params) => { render: (h, params) => {
return h('DateRange', { return h('DateRange', {
props: { props: {
...@@ -188,7 +188,7 @@ export default { ...@@ -188,7 +188,7 @@ export default {
title: '实际起止日期', title: '实际起止日期',
align: "center", align: "center",
high: true, high: true,
width: 200, width: 280,
render: (h, params) => { render: (h, params) => {
return h('DateRange', { return h('DateRange', {
props: { props: {
...@@ -449,19 +449,6 @@ export default { ...@@ -449,19 +449,6 @@ export default {
}) })
}, },
onSelect(val) { 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) this.$refs.grid.reload(this.easySearch)
}, },
viewRecord(id, status) { 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