Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
soss
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
hooloo
web
soss
Commits
ef1f4477
Commit
ef1f4477
authored
Feb 21, 2023
by
lixiaomin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tijiao xxx
parent
e3450fdd
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
20 additions
and
7 deletions
+20
-7
src/views/banner/applet/index.vue
+4
-0
src/views/banner/menuScreen/index.vue
+4
-0
src/views/banner/orderScreen/index.vue
+4
-0
src/views/machine/machineDetails/machineDetailsAttribute.vue
+5
-4
src/views/system/base/index.vue
+3
-3
No files found.
src/views/banner/applet/index.vue
0 → 100644
View file @
ef1f4477
<
template
>
<div>
小程序
</div>
</
template
>
\ No newline at end of file
src/views/banner/menuScreen/index.vue
0 → 100644
View file @
ef1f4477
<
template
>
<div>
菜单屏
</div>
</
template
>
\ No newline at end of file
src/views/banner/orderScreen/index.vue
0 → 100644
View file @
ef1f4477
<
template
>
<div>
点单屏
</div>
</
template
>
\ No newline at end of file
src/views/machine/machineDetails/machineDetailsAttribute.vue
View file @
ef1f4477
...
...
@@ -36,15 +36,16 @@
<el-dialog
title=
"添加经验值"
:visible
.
sync=
"experienceValueDiaLog"
width=
"500px"
append-to-body
>
<div>
<el-row
v-for=
"(item,idx) in experienceList"
:key=
"idx"
>
<el-col
:span=
"
5
"
style=
"display: flex; align-items: center;"
>
<el-col
:span=
"
6
"
style=
"display: flex; align-items: center;"
>
<div>
<el-input
v-model=
"item.milli_second"
/>
</div>
<div
style=
"margin-left: 10px;"
>
<span>
秒
</span>
<div
style=
"margin-left: 10px;display: flex; "
>
<div>
毫
</div>
<div>
秒
</div>
</div>
</el-col>
<el-col
:span=
"
5
"
style=
"display: flex; align-items: center;margin-left: 10px;"
>
<el-col
:span=
"
6
"
style=
"display: flex; align-items: center;margin-left: 10px;"
>
<div>
<el-input
v-model=
"item.quantity"
/>
</div>
...
...
src/views/system/base/index.vue
View file @
ef1f4477
<
template
>
<div
class=
"app-container"
>
<el-tabs
tab-position=
"left"
v-model=
"activeName"
>
<el-tab-pane
label=
"左侧图片"
name=
"first"
>
<
!--
<
el-tab-pane
label=
"左侧图片"
name=
"first"
>
<LeftImg
:initValue=
"workValue['menu.left']"
/>
</el-tab-pane>
</el-tab-pane>
-->
<!--
<el-tab-pane
label=
"右侧图片"
name=
"second"
>
<Right
:initValue=
"workValue['menu.right']"
/>
</el-tab-pane>
-->
...
...
@@ -35,7 +35,7 @@ export default {
components
:
{
LeftImg
,
Right
,
Other
},
data
()
{
return
{
activeName
:
'
first
'
,
activeName
:
'
third
'
,
workValue
:
{
"menu.left"
:
{},
"menu.right"
:
{},
...
...
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