Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
data_management_system
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
张伯涛
data_management_system
Commits
ad580498
Commit
ad580498
authored
Dec 01, 2022
by
张伯涛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
1d0bc9d1
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
13 deletions
+14
-13
index.vue
ruoyi-ui/src/views/system/hscj/index.vue
+12
-12
vue.config.js
ruoyi-ui/vue.config.js
+2
-1
No files found.
ruoyi-ui/src/views/system/hscj/index.vue
View file @
ad580498
...
...
@@ -2,14 +2,14 @@
<div
class=
"app-container"
>
<el-form
:model=
"queryParams"
ref=
"queryForm"
size=
"small"
:inline=
"true"
v-show=
"showSearch"
label-width=
"auto"
>
<el-form-item
label=
"序号"
prop=
"xh"
>
<el-input
v-model=
"queryParams.xh"
placeholder=
"请输入序号"
clearable
@
keyup
.
enter
.
native=
"handleQuery"
/
>
</el-form-item
>
<!--
<el-form-item
label=
"序号"
prop=
"xh"
>
--
>
<!--
<el-input-->
<!-- v-model="queryParams.xh"-->
<!-- placeholder="请输入序号"-->
<!-- clearable-->
<!-- @keyup.enter.native="handleQuery"-->
<!-- />--
>
<!--
</el-form-item>
--
>
<el-form-item
label=
"市"
prop=
"city"
>
<el-input
v-model=
"queryParams.city"
...
...
@@ -286,14 +286,14 @@
<el-table-column
label=
"姓名"
align=
"center"
prop=
"userName"
width=
"100"
:show-overflow-tooltip=
"true"
/>
<el-table-column
label=
"身份证号码"
align=
"center"
prop=
"cardNo"
width=
"180"
:show-overflow-tooltip=
"true"
/>
<el-table-column
label=
"联系方式"
align=
"center"
prop=
"phone"
width=
"120"
:show-overflow-tooltip=
"true"
/>
<el-table-column
label=
"性别"
align=
"center"
prop=
"sex"
>
<el-table-column
label=
"性别"
align=
"center"
prop=
"sex"
width=
"100"
:show-overflow-tooltip=
"true"
>
<
template
slot-scope=
"scope"
>
<dict-tag
:options=
"dict.type.sys_user_sex"
:value=
"scope.row.sex"
/>
</
template
>
</el-table-column>
<el-table-column
label=
"住址"
align=
"center"
prop=
"address"
width=
"120"
:show-overflow-tooltip=
"true"
/>
<el-table-column
label=
"年龄"
align=
"center"
prop=
"age"
/>
<el-table-column
label=
"类别"
align=
"center"
prop=
"category"
/>
<el-table-column
label=
"年龄"
align=
"center"
prop=
"age"
width=
"100"
:show-overflow-tooltip=
"true"
/>
<el-table-column
label=
"类别"
align=
"center"
prop=
"category"
width=
"100"
:show-overflow-tooltip=
"true"
/>
<el-table-column
label=
"采集时间"
align=
"center"
prop=
"cjTime"
width=
"100"
:show-overflow-tooltip=
"true"
>
<
template
slot-scope=
"scope"
>
<span>
{{
parseTime
(
scope
.
row
.
cjTime
)
?
parseTime
(
scope
.
row
.
cjTime
).
substring
(
0
,
10
)
:
''
}}
</span>
...
...
@@ -316,7 +316,7 @@
<!-- </template>-->
<!-- </el-table-column>-->
<el-table-column
label=
"备注"
align=
"center"
prop=
"remark"
width=
"100"
:show-overflow-tooltip=
"true"
/>
<el-table-column
label=
"操作"
align=
"center"
class-name=
"small-padding fixed-width"
>
<el-table-column
label=
"操作"
align=
"center"
class-name=
"small-padding fixed-width"
width=
"140"
>
<
template
slot-scope=
"scope"
>
<el-button
size=
"mini"
...
...
ruoyi-ui/vue.config.js
View file @
ad580498
...
...
@@ -35,7 +35,8 @@ module.exports = {
proxy
:
{
// detail: https://cli.vuejs.org/config/#devserver-proxy
[
process
.
env
.
VUE_APP_BASE_API
]:
{
target
:
`http://localhost:8080`
,
target
:
`http://110.249.132.101:10069/`
,
// target: `http://124.71.16.228:18081/`,
changeOrigin
:
true
,
pathRewrite
:
{
[
'^'
+
process
.
env
.
VUE_APP_BASE_API
]:
''
...
...
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