Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gxpt_web
Overview
Overview
Details
Activity
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
pseer
gxpt_web
Commits
57ebed76
Commit
57ebed76
authored
Feb 28, 2024
by
吕明尚
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
门店增加保洁时段
parent
6e6b3411
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
1 deletions
+15
-1
index.vue
src/views/system/store/index.vue
+15
-1
No files found.
src/views/system/store/index.vue
View file @
57ebed76
...
...
@@ -113,6 +113,7 @@
<span>
{{
scope
.
row
.
openStartTime
}}
</span>
-
<span>
{{
scope
.
row
.
openEndTime
}}
</span>
</
template
>
</el-table-column>
<el-table-column
label=
"保洁时段"
align=
"center"
prop=
"cleaningPeriod"
/>
<el-table-column
label=
"联系人"
align=
"center"
prop=
"manager"
/>
<el-table-column
label=
"联系电话"
align=
"center"
prop=
"phone"
/>
<el-table-column
label=
"设备分组"
align=
"center"
prop=
"deviceGroup"
/>
...
...
@@ -272,6 +273,18 @@
>
</el-time-select>
</el-form-item>
<el-form-item
label=
"保洁时段"
prop=
""
>
<el-time-select
v-model=
"form.cleaningPeriod"
:picker-options=
"{
start: '00:00',
step: '01:00',
end: '23:00'
}"
placeholder=
"请选择保洁时段"
>
</el-time-select>
</el-form-item>
<el-form-item
label=
"门店详情"
>
<editor
v-model=
"form.info"
:min-height=
"192"
/>
</el-form-item>
...
...
@@ -496,7 +509,8 @@ export default {
openStartTime
:
''
,
storeType
:
"1"
,
openEndTime
:
''
,
openShopUuid
:
''
openShopUuid
:
''
,
cleaningPeriod
:
''
}
this
.
resetForm
(
'form'
)
},
...
...
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