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
29adb9c6
Commit
29adb9c6
authored
Oct 15, 2021
by
lshan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
发布修改
parent
6b3584d5
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
16 additions
and
16 deletions
+16
-16
addSuperManagerModal.vue
src/components/UserManage/addSuperManagerModal.vue
+2
-2
superManagerColumn.ts
src/const/columns/superManagerColumn.ts
+1
-1
userColumns.ts
src/const/columns/userColumns.ts
+1
-1
publish.vue
src/views/Root/Activity/publish.vue
+2
-2
index.vue
src/views/Root/Banner/index.vue
+1
-1
index.vue
src/views/Root/Chat/index.vue
+1
-1
index.vue
src/views/Root/Msg/index.vue
+2
-2
detail.vue
src/views/Root/News/detail.vue
+1
-1
publish.vue
src/views/Root/News/publish.vue
+1
-1
publish.vue
src/views/Root/Product/Loan/publish.vue
+2
-2
client.vue
src/views/Root/User/client.vue
+2
-2
No files found.
src/components/UserManage/addSuperManagerModal.vue
View file @
29adb9c6
...
...
@@ -57,7 +57,7 @@
</a-select>
</a-form-model-item>
<a-form-model-item
:wrapper-col=
"
{ span: 10, offset: 8 }">
<a-button
type=
"primary"
@
click=
"onConfirm"
>
发布
</a-button>
<a-button
type=
"primary"
@
click=
"onConfirm"
>
新增
</a-button>
<a-button
style=
"margin-left: 10px;"
@
click=
"show = false"
>
取消
</a-button>
...
...
@@ -142,7 +142,7 @@ export default Vue.extend({
},
)
if
(
ret
&&
ret
.
code
===
200
)
{
message
.
success
(
'
发布
成功'
)
message
.
success
(
'
新增
成功'
)
this
.
$store
.
dispatch
(
'platformUserManagement/query'
)
}
}
else
{
...
...
src/const/columns/superManagerColumn.ts
View file @
29adb9c6
export
const
columns
=
[
{
title
:
'
创建
时间'
,
title
:
'
新增
时间'
,
align
:
'center'
,
dataIndex
:
'created_at'
,
scopedSlots
:
{
...
...
src/const/columns/userColumns.ts
View file @
29adb9c6
...
...
@@ -2,7 +2,7 @@ import { column } from "@/types/column"
const
columns
:
Array
<
column
>
=
[
{
title
:
'
注册
时间'
,
title
:
'
新增
时间'
,
align
:
'center'
,
dataIndex
:
'created_at'
,
scopedSlots
:
{
customRender
:
'created_at'
},
...
...
src/views/Root/Activity/publish.vue
View file @
29adb9c6
...
...
@@ -18,7 +18,7 @@
:text=
"form.editableContent"
/>
</a-form-model-item>
<!--
发布
操作 -->
<!--
新增
操作 -->
<a-button
type=
"primary"
@
click=
"onSubmit"
class=
"mt-5"
>
确定
</a-button
>
...
...
@@ -121,7 +121,7 @@ export default Vue.extend({
});
console
.
log
(
ret
);
if
(
ret
.
code
==
200
)
{
message
.
success
(
"
发布
成功"
);
message
.
success
(
"
新增
成功"
);
this
.
$router
.
push
({
name
:
"activity"
});
}
else
{
return
;
...
...
src/views/Root/Banner/index.vue
View file @
29adb9c6
...
...
@@ -348,7 +348,7 @@ export default Vue.extend({
}).
then
((
ret
)
=>
{
if
(
ret
.
code
===
200
)
{
this
.
fetchList
()
message
.
success
(
'
发布
成功'
)
message
.
success
(
'
新增
成功'
)
}
})
}
else
{
...
...
src/views/Root/Chat/index.vue
View file @
29adb9c6
...
...
@@ -11,7 +11,7 @@
<a-button
type=
"primary"
style=
" margin-right:10px;"
@
click=
"fetchList"
>
查询
</a-button>
<a-button
type=
"primary"
style=
" margin-right:10px;"
@
click=
"reset"
>
重置
</a-button>
<a-button
type=
"primary"
@
click=
"show=true"
>
新增
</a-button>
<!--
发布
弹窗 -->
<!--
新增
弹窗 -->
<a-modal
v-model=
"show"
title=
"设置常用问题、自动回复"
:centered=
"true"
footer=
""
style=
"text:center"
>
<a-form-model
:model=
"form"
ref=
"ruleForm"
>
<div
style=
"color: #e63956;text-align: center;"
>
您最多可以设置5个常用问题
</div>
...
...
src/views/Root/Msg/index.vue
View file @
29adb9c6
...
...
@@ -9,7 +9,7 @@
<!-- 操作 -->
<a-button
type=
"primary"
style=
" margin-right:10px;"
@
click=
"query"
>
查询
</a-button>
<a-button
type=
"primary"
style=
" margin-right:10px;"
@
click=
"publish"
>
新增
</a-button>
<!--
发布
弹窗 -->
<!--
新增
弹窗 -->
<a-modal
v-model=
"show"
title=
"新增消息"
:centered=
"true"
footer=
""
>
<a-form-model
:model=
"form"
:label-col=
"labelCol"
:wrapper-col=
"wrapperCol"
ref=
"ruleForm"
:rules=
"rules"
>
<!--
<a-form-model-item
label=
"模板名称"
:required=
"true"
prop=
"module"
>
...
...
@@ -46,7 +46,7 @@
bordered
:pagination=
"pagination"
@
change=
"tableChange"
>
<!--
发布
时间 -->
<!--
新增
时间 -->
<span
slot=
"time"
slot-scope=
"text,record"
>
{{
record
.
created_at
|
format
}}
</span>
...
...
src/views/Root/News/detail.vue
View file @
29adb9c6
<
template
>
<div>
<p
class=
" text-2xl font-bold mb-5 "
>
{{
title
}}
</p>
<p
class=
" text-gray-400"
>
发布
时间:
{{
time
|
format
}}
<span
class=
" ml-2"
>
作者:
{{
name
}}
</span></p>
<p
class=
" text-gray-400"
>
新增
时间:
{{
time
|
format
}}
<span
class=
" ml-2"
>
作者:
{{
name
}}
</span></p>
<div
class=
"text-left p-5"
v-html=
"content"
></div>
<!--
<p
class=
"text-left p-5"
>
{{
content
}}
</p>
-->
</div>
...
...
src/views/Root/News/publish.vue
View file @
29adb9c6
...
...
@@ -31,7 +31,7 @@
<editor
class=
"edit-news text-left mt-5"
:text=
"form.editableContent"
:editorContent
.
sync=
"form.content"
@
getContent=
"getContent"
/>
</a-form-model-item>
<!--
发布
操作 -->
<!--
新增
操作 -->
<a-button
type=
"primary"
@
click=
"onSubmit"
class=
" mt-5"
>
确定
</a-button>
</a-form-model>
</div>
...
...
src/views/Root/Product/Loan/publish.vue
View file @
29adb9c6
...
...
@@ -320,11 +320,11 @@ export default Vue.extend({
})
.
then
((
ret
)
=>
{
if
(
ret
.
code
===
200
)
{
message
.
success
(
"
发布
成功"
);
message
.
success
(
"
新增
成功"
);
console
.
log
(
ret
);
this
.
$router
.
push
({
name
:
"loanProduct"
});
}
else
if
(
ret
.
code
===
406
)
{
message
.
success
(
"
发布
失败"
);
message
.
success
(
"
新增
失败"
);
console
.
log
(
ret
);
this
.
$router
.
push
({
name
:
"loanProduct"
});
}
...
...
src/views/Root/User/client.vue
View file @
29adb9c6
...
...
@@ -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;"
/>
...
...
@@ -38,7 +38,7 @@
<a-input
type=
"textarea"
placeholder=
"请输入备注内容,100字以内"
v-model=
"form.notes"
style=
"height:100px"
/>
</a-form-model-item>
<a-form-model-item
:wrapper-col=
"
{ span: 8, offset: 8 }">
<a-button
type=
"primary"
@
click=
"onSubmit"
>
发布
</a-button>
<a-button
type=
"primary"
@
click=
"onSubmit"
>
新增
</a-button>
<a-button
style=
"margin-left: 10px;"
@
click=
"show=false"
>
取消
</a-button>
</a-form-model-item>
</a-form-model>
...
...
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