Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
horse
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
向伟
horse
Commits
74d9bb57
Commit
74d9bb57
authored
Nov 10, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
3a987a90
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
5 deletions
+4
-5
customerField.vue
src/pages/customer/components/customerField.vue
+1
-2
customerSetup.vue
src/pages/customer/customerSetup.vue
+1
-1
groupingManage.vue
src/pages/drainage/groupingManage.vue
+2
-2
No files found.
src/pages/customer/components/customerField.vue
View file @
74d9bb57
...
...
@@ -50,8 +50,7 @@
</div>
</
template
>
<
script
lang=
"ts"
>
import
{
defineComponent
,
ref
,
reactive
,
onMounted
}
from
'vue'
import
{
Todo
,
Meta
}
from
'@/components/models'
import
{
defineComponent
,
ref
,
onMounted
}
from
'vue'
import
customerService
from
'@/api/customer'
export
default
defineComponent
({
...
...
src/pages/customer/customerSetup.vue
View file @
74d9bb57
...
...
@@ -8,7 +8,7 @@
<q-tab
name=
"label"
label=
"标签"
/>
</q-tabs>
<div
v-if=
"tab=='field'"
>
<customer
Field></customer
Field>
<customer
-Field></customer-
Field>
</div>
</q-page>
...
...
src/pages/drainage/groupingManage.vue
View file @
74d9bb57
...
...
@@ -4,7 +4,7 @@
<div
class=
"page-search row items-center"
>
<div
class=
"col row wrap q-mr-lg q-col-gutter-md"
>
<div
class=
"col-3"
>
<q-input
@
keyup
.
enter
.
native
=
"resetSearch"
clearable
standout=
"bg-primary text-white"
v-model=
"msg.Name"
<q-input
@
keyup
.
enter=
"resetSearch"
clearable
standout=
"bg-primary text-white"
v-model=
"msg.Name"
label=
"分组名称"
@
clear=
"resetSearch"
maxlength=
"20"
/>
</div>
</div>
...
...
@@ -12,7 +12,7 @@
<div
class=
"page-content"
>
<q-table
:pagination=
"msg"
:rows=
"rows"
:columns=
"columns"
row-key=
"name"
no-data-label=
"暂无相关数据"
flat
class=
"sticky-column-table"
>
<template
v-slot:
top=
'props'
>
<template
v-slot:
append
>
<div
class=
"col-2 q-table__title"
>
分组列表
</div>
<q-space
/>
<div
class=
"page-option"
>
...
...
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