叶松
2023-09-21 9a85bb2218c8a0ef3b9c20efabeecf26886cbef8
钢筋笼生产计划书写
已修改1个文件
已重命名1个文件
16 ■■■■■ 文件已修改
web/src/views/DuctpiecePLM/PlanManage/RebardemandIndex.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
web/src/views/LayoutIndex/components/LayoutAside.vue 10 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
web/src/views/DuctpiecePLM/PlanManage/RebardemandIndex.vue
文件名从 web/src/views/ProductPlan/RebardemandIndex.vue 修改
@@ -184,8 +184,8 @@
</template>
<script>
import { buttonPinia } from '../../pinia';
import { changeSize, throttle } from '../../plugins/public'
import { buttonPinia } from '../../../pinia';
import { changeSize, throttle } from '../../../plugins/public'
  export default {
    data() {
      return {
@@ -435,7 +435,7 @@
</script>
<style lang="scss" scoped>
@import '../../style/layout-main.scss';
@import '../../../style/layout-main.scss';
.manin_rebar_content {
  position: relative;
web/src/views/LayoutIndex/components/LayoutAside.vue
@@ -31,9 +31,15 @@
                  </el-submenu>
                </template>
                <template v-else-if="three.children && three.children.length === 1">
                  <el-menu-item :index="three.children[0].path" :key="three.children[0].name">
                  <el-submenu :key="three.name" :index="three.path">
                    <template slot="title">
                      <span>{{three.meta.title}}</span>
                    </template>
                    <el-menu-item :index="three.children[0].path" :key="three.children[0].name">{{three.children[0].meta.title}}</el-menu-item>
                  </el-submenu>
                  <!-- <el-menu-item :index="three.children[0].path" :key="three.children[0].name">
                    <span slot="title">{{three.children[0].meta.title}}</span>
                  </el-menu-item>
                  </el-menu-item> -->
                </template>
                <template v-else>
                  <el-menu-item :index="three.path" :key="three.name">