Commit ef1f4477 by lixiaomin

tijiao xxx

parent e3450fdd
<template>
<div>小程序</div>
</template>
\ No newline at end of file
<template>
<div>菜单屏</div>
</template>
\ No newline at end of file
<template>
<div>点单屏</div>
</template>
\ No newline at end of file
...@@ -36,15 +36,16 @@ ...@@ -36,15 +36,16 @@
<el-dialog title="添加经验值" :visible.sync="experienceValueDiaLog" width="500px" append-to-body> <el-dialog title="添加经验值" :visible.sync="experienceValueDiaLog" width="500px" append-to-body>
<div> <div>
<el-row v-for="(item,idx) in experienceList" :key="idx"> <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> <div>
<el-input v-model="item.milli_second"/> <el-input v-model="item.milli_second"/>
</div> </div>
<div style="margin-left: 10px;"> <div style="margin-left: 10px;display: flex; ">
<span></span> <div></div>
<div></div>
</div> </div>
</el-col> </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> <div>
<el-input v-model="item.quantity"/> <el-input v-model="item.quantity"/>
</div> </div>
......
<template> <template>
<div class="app-container"> <div class="app-container">
<el-tabs tab-position="left" v-model="activeName"> <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']" /> <LeftImg :initValue="workValue['menu.left']" />
</el-tab-pane> </el-tab-pane> -->
<!-- <el-tab-pane label="右侧图片" name="second"> <!-- <el-tab-pane label="右侧图片" name="second">
<Right :initValue="workValue['menu.right']" /> <Right :initValue="workValue['menu.right']" />
</el-tab-pane> --> </el-tab-pane> -->
...@@ -35,7 +35,7 @@ export default { ...@@ -35,7 +35,7 @@ export default {
components: { LeftImg, Right, Other }, components: { LeftImg, Right, Other },
data() { data() {
return { return {
activeName: 'first', activeName: 'third',
workValue: { workValue: {
"menu.left": {}, "menu.left": {},
"menu.right": {}, "menu.right": {},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment