提交 f5a0817c authored 作者: lidongxu's avatar lidongxu

refactor(display_schedule): 更改:链路中心_AP 计划上报_默认打开时候查看陈列计划和平铺模式

上级 760dc472
...@@ -74,8 +74,8 @@ ...@@ -74,8 +74,8 @@
<script setup> <script setup>
import { h } from 'vue' import { h } from 'vue'
/*************** 操作类型 ***************/ /*************** 操作类型 ***************/
// const operation = ref('平铺模式'); const operation = ref('平铺模式');
const operation = ref('填报模式'); // const operation = ref('填报模式');
const tableRef = ref(null) const tableRef = ref(null)
const props = defineProps({ const props = defineProps({
......
...@@ -30,7 +30,7 @@ import Display from './tabs/display.vue' ...@@ -30,7 +30,7 @@ import Display from './tabs/display.vue'
import Schedule from './tabs/schedule.vue' import Schedule from './tabs/schedule.vue'
import ScheduleDis from './tabs/schedule_dis.vue' import ScheduleDis from './tabs/schedule_dis.vue'
import Snack from './tabs/snack.vue' import Snack from './tabs/snack.vue'
const activeName = ref('零食计划'); const activeName = ref('陈列计划');
const handleClickTabs = (tab) => { const handleClickTabs = (tab) => {
activeName.value = tab.name; activeName.value = tab.name;
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论