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
74494150
Commit
74494150
authored
Nov 10, 2023
by
zhangzhen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
细节优化
parent
a1f3b701
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
index.vue
src/views/system/store/index.vue
+6
-6
vue.config.js
vue.config.js
+2
-2
No files found.
src/views/system/store/index.vue
View file @
74494150
...
...
@@ -159,7 +159,7 @@
/>
<!-- 添加或修改门店对话框 -->
<el-dialog
:title=
"title"
:visible
.
sync=
"open"
width=
"55%"
append-to-body
>
<el-dialog
:title=
"title"
:visible
.
sync=
"open"
width=
"55%"
append-to-body
destroy-on-close
@
close=
"onClose"
>
<el-form
ref=
"form"
:model=
"form"
:rules=
"rules"
label-width=
"120px"
>
<el-form-item
label=
"门店名称"
prop=
"name"
required
>
<el-input
v-model=
"form.name"
placeholder=
"请输入门店名称"
/>
...
...
@@ -192,13 +192,13 @@
<el-form-item
label=
"联系人电话"
prop=
"phone"
>
<el-input
v-model=
"form.phone"
placeholder=
"请输入联系人电话"
/>
</el-form-item>
<el-form-item
label=
"营业时间"
prop=
"
openStartTime
"
>
<el-form-item
label=
"营业时间"
prop=
""
>
<el-time-select
v-model=
"form.openStartTime"
:picker-options=
"{
start: '00:00',
step: '00:30',
end: '
11:59
'
end: '
24:00
'
}"
placeholder=
"请选择开始时间"
>
...
...
@@ -208,7 +208,7 @@
:picker-options=
"{
start: '00:00',
step: '00:30',
end: '
11:59
'
end: '
24:00
'
}"
placeholder=
"请选择结束时间"
>
...
...
@@ -335,9 +335,9 @@ export default {
updateTime
:
null
,
status
:
'0'
,
remark
:
null
,
openStartTime
:
'
00:00
'
,
openStartTime
:
''
,
storeType
:
"1"
,
openEndTime
:
'
11:30
'
openEndTime
:
''
}
this
.
resetForm
(
'form'
)
},
...
...
vue.config.js
View file @
74494150
...
...
@@ -35,8 +35,8 @@ module.exports = {
proxy
:
{
// detail: https://cli.vuejs.org/config/#devserver-proxy
[
process
.
env
.
VUE_APP_BASE_API
]:
{
target
:
`http://localhost:8882`
,
// target: "http://192.168.137.48
:8882",
//
target: `http://localhost:8882`,
target
:
"http://192.168.43.21
:8882"
,
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