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 @@
<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>
......
<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": {},
......
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