Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zhichan
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
蒋勇
zhichan
Commits
5dfc01d0
Commit
5dfc01d0
authored
May 19, 2020
by
王勇飞
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
trademark add updated_at desc
parent
85d3cad0
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
1 deletions
+7
-1
fqboss/app/base/db/dao.base.js
+1
-1
fqboss/app/base/db/metadata/bizs/wx76a324c5d201d1a4/autosubmittminside.js
+1
-0
fqboss/app/front/vues/pages/autosubmittminside/autosubmittminside.js
+5
-0
No files found.
fqboss/app/base/db/dao.base.js
View file @
5dfc01d0
...
@@ -54,7 +54,7 @@ class Dao {
...
@@ -54,7 +54,7 @@ class Dao {
}
}
orderBy
()
{
orderBy
()
{
//return {"key":"include","value":{model:this.db.models.app}};
//return {"key":"include","value":{model:this.db.models.app}};
return
[[
"
cre
ated_at"
,
"DESC"
]];
return
[[
"
upd
ated_at"
,
"DESC"
]];
}
}
buildQuery
(
qobj
)
{
buildQuery
(
qobj
)
{
var
linkAttrs
=
[];
var
linkAttrs
=
[];
...
...
fqboss/app/base/db/metadata/bizs/wx76a324c5d201d1a4/autosubmittminside.js
View file @
5dfc01d0
...
@@ -11,6 +11,7 @@ module.exports = {
...
@@ -11,6 +11,7 @@ module.exports = {
{
"width"
:
"60"
,
"label"
:
"尼斯"
,
"prop"
:
"nclOneCodes"
,
"isShowTip"
:
true
,
"isTmpl"
:
false
},
{
"width"
:
"60"
,
"label"
:
"尼斯"
,
"prop"
:
"nclOneCodes"
,
"isShowTip"
:
true
,
"isTmpl"
:
false
},
{
"width"
:
"170"
,
"label"
:
"商标状态"
,
"prop"
:
"tmStatusName"
,
"isShowTip"
:
true
,
"isTmpl"
:
false
},
{
"width"
:
"170"
,
"label"
:
"商标状态"
,
"prop"
:
"tmStatusName"
,
"isShowTip"
:
true
,
"isTmpl"
:
false
},
{
"width"
:
"100"
,
"label"
:
"创建时间"
,
"prop"
:
"created_at"
,
"isShowTip"
:
true
,
"isTmpl"
:
false
},
{
"width"
:
"100"
,
"label"
:
"创建时间"
,
"prop"
:
"created_at"
,
"isShowTip"
:
true
,
"isTmpl"
:
false
},
{
"width"
:
"100"
,
"label"
:
"更新时间"
,
"prop"
:
"updated_at"
,
"isShowTip"
:
true
,
"isTmpl"
:
false
},
{
"width"
:
"100"
,
"label"
:
"提报时间"
,
"prop"
:
"submitTime"
,
"isShowTip"
:
true
,
"isTmpl"
:
false
},
{
"width"
:
"100"
,
"label"
:
"提报时间"
,
"prop"
:
"submitTime"
,
"isShowTip"
:
true
,
"isTmpl"
:
false
},
{
"width"
:
"70"
,
"label"
:
"来源"
,
"prop"
:
"tmSourceTypeName"
,
"isShowTip"
:
true
,
"isTmpl"
:
false
},
{
"width"
:
"70"
,
"label"
:
"来源"
,
"prop"
:
"tmSourceTypeName"
,
"isShowTip"
:
true
,
"isTmpl"
:
false
},
{
"width"
:
"85"
,
"label"
:
"支付状态"
,
"prop"
:
"channelPayStatusName"
,
"isShowTip"
:
true
,
"isTmpl"
:
false
},
{
"width"
:
"85"
,
"label"
:
"支付状态"
,
"prop"
:
"channelPayStatusName"
,
"isShowTip"
:
true
,
"isTmpl"
:
false
},
...
...
fqboss/app/front/vues/pages/autosubmittminside/autosubmittminside.js
View file @
5dfc01d0
...
@@ -825,6 +825,11 @@
...
@@ -825,6 +825,11 @@
var
time
=
date
.
toLocaleDateString
();
var
time
=
date
.
toLocaleDateString
();
return
time
;
return
time
;
}
}
if
(
column
.
property
==
"updated_at"
)
{
var
date
=
new
Date
(
row
[
"updated_at"
]);
var
time
=
date
.
toLocaleDateString
();
return
time
;
}
if
(
column
.
property
==
"submitTime"
)
{
if
(
column
.
property
==
"submitTime"
)
{
if
(
!
row
[
"submitTime"
])
{
if
(
!
row
[
"submitTime"
])
{
return
"---"
;
return
"---"
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment