Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
loan-manager-customer
Project
Project
Details
Activity
Releases
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhanhai
loan-manager-customer
Commits
807a53ca
Commit
807a53ca
authored
Aug 15, 2024
by
caimeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
个人信息
parent
f57cc3de
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
9 deletions
+6
-9
SearchPerson.vue
src/views/recheck/com/SearchPerson.vue
+2
-4
person.vue
src/views/recheck/person.vue
+4
-3
upload_oss.js
upload_oss.js
+0
-2
No files found.
src/views/recheck/com/SearchPerson.vue
View file @
807a53ca
...
...
@@ -3,11 +3,9 @@
:visible
.
sync=
"DialogVisible"
:before-close=
"handleCancel"
>
<div>
<div
class=
"box-agreement"
>
<el-form
label-suffix=
":"
:rules=
"rules"
label-width=
"200px"
:model=
"form"
ref=
"form"
>
<el-form
label-suffix=
":"
:rules=
"rules"
label-width=
"120px"
label-position=
"left"
:model=
"form"
ref=
"form"
>
<el-row>
<el-col
:span=
"16"
>
<el-col
:span=
"24"
>
<el-form-item
prop=
"name"
label=
"姓名"
>
<el-input
clearable
v-model
.
trim=
"form.name"
placeholder=
"请输入"
></el-input>
</el-form-item>
...
...
src/views/recheck/person.vue
View file @
807a53ca
...
...
@@ -3,8 +3,8 @@
<block-header
title=
"搜索"
/>
<div
class=
"page-search"
>
<el-form
size=
"small"
label-suffix=
":"
:inline=
"true"
ref=
"refForm"
:model=
"form"
class=
"demo-form-inline"
>
<el-form-item
prop=
"client
Cell
"
label=
"姓名"
>
<el-input
clearable
v-model
.
trim=
"form.
name"
@
keyup
.
enter
.
native=
"onSubmit"
placeholder=
"请输入手机号码
"
></el-input>
<el-form-item
prop=
"client
Name
"
label=
"姓名"
>
<el-input
clearable
v-model
.
trim=
"form.
clientName"
@
keyup
.
enter
.
native=
"onSubmit"
placeholder=
"请输入姓名
"
></el-input>
</el-form-item>
<el-form-item>
<el-button
type=
"primary"
@
click=
"onSubmit"
>
查询
</el-button>
...
...
@@ -57,6 +57,7 @@ export default {
total
:
1
,
form
:
{
clientName
:
''
,
current
:
1
,
size
:
50
},
...
...
@@ -115,7 +116,7 @@ export default {
// 查询
onSubmit
()
{
this
.
init
();
}
}
}
...
...
upload_oss.js
View file @
807a53ca
...
...
@@ -9,8 +9,6 @@ let bucket = "customer-vue-test"; // 对应oss文件,默认为预发环境
let
accessKeyId
=
"LTAI5tAhrEnqLFtnWPwZbDue"
,
accessKeySecret
=
"z3S6J1yrc4JoGtkMJkb75oTUsCxdOD"
;
console
.
log
(
process
.
env
.
COMPILE_ENV
,
'++++++++++'
)
if
(
COMPILE_ENV
===
"prod"
)
{
bucket
=
"customer-vue"
;
}
else
if
(
COMPILE_ENV
===
"dr"
)
{
...
...
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