tony
3 years ago
committed by
Gitee
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with
1 additions and
0 deletions
-
ruoyi-ui/src/components/Process/components/nodePanel/task.vue
|
|
@ -347,6 +347,7 @@ export default { |
|
|
{ |
|
|
{ |
|
|
xType: 'datePicker', |
|
|
xType: 'datePicker', |
|
|
type: 'datetime', |
|
|
type: 'datetime', |
|
|
|
|
|
valueFormat: 'yyyy-MM-ddTHH:mm:ss', |
|
|
name: 'dueDate', |
|
|
name: 'dueDate', |
|
|
label: '到期时间', |
|
|
label: '到期时间', |
|
|
show: !!_this.showConfig.dueDate |
|
|
show: !!_this.showConfig.dueDate |
|
|
|