Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fns_backend
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Zhang Xiaojie
fns_backend
Commits
54efdbf5
Commit
54efdbf5
authored
Oct 21, 2021
by
xhx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
4a658384
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
index.vue
src/views/Root/News/index.vue
+1
-1
client.vue
src/views/Root/User/client.vue
+1
-1
No files found.
src/views/Root/News/index.vue
View file @
54efdbf5
...
...
@@ -4,7 +4,7 @@
<!-- 搜索框 -->
<a-input
placeholder=
"标题模糊搜索"
v-model=
"searchPageReqParams.title"
style=
"width: 150px; margin-right:10px;"
/>
<!-- timepicker -->
<span
class=
" font-semibold"
>
发布
时间:
</span>
<span
class=
" font-semibold"
>
操作
时间:
</span>
<timerange
class=
" mr-3"
:startTime=
"searchPageReqParams.start_time"
:endTime=
"searchPageReqParams.end_time"
@
getNewTime=
"getNewTime"
/>
<!-- 咨询分类 -->
...
...
src/views/Root/User/client.vue
View file @
54efdbf5
...
...
@@ -2,7 +2,7 @@
<div>
<p
class=
" text-2xl font-bold mb-5"
>
{{
$route
.
query
.
firstSub
}}
客户信息
</p>
<!-- timepicker -->
<span
class=
" font-semibold"
>
新增
时间:
</span>
<span
class=
" font-semibold"
>
操作
时间:
</span>
<timerange
class=
" mr-3"
:startTime=
"queryParam.start"
:endTime=
"queryParam.end"
@
getNewTime=
"getNewTime"
/>
<!--
<a-input
placeholder=
"姓名模糊搜索"
v-model=
"queryParam.user_name"
style=
" width:150px; margin-right:10px;"
/>
-->
...
...
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