编写生产计划

This commit is contained in:
DESKTOP-H2PAFLR\Administrator
2023-10-17 09:39:08 +08:00
parent 41bafdd241
commit e60793de39
4 changed files with 20 additions and 4 deletions

View File

@@ -7,11 +7,11 @@ module.exports = {
/**
* 主题颜色
*/
theme: '#409EFF',
theme: '##11A983',
/**
* 侧边栏主题 深色主题theme-dark浅色主题theme-light
*/
sideTheme: 'theme-light',
sideTheme: 'theme-dark',
/**
* 显示是否系统布局配置

View File

@@ -1,5 +1,5 @@
<template>
<div>
<div class="app-container">
<el-carousel :interval="4000" type="card" height="300px">
<el-carousel-item v-for="item in imagesArray" :key="item">
<el-image :src="item" ></el-image>

View File

@@ -2,7 +2,7 @@
<div class="test1main">
<el-row>
<el-col :span="8"><dv-decoration-8 style="width: 300px; height: 50px" /></el-col>
<el-col :span="8"><dv-decoration-7 style="height: 50px; color: white">索菲玛汽车滤清器重庆有限公司</dv-decoration-7></el-col>
<el-col :span="8"><dv-decoration-7 style="height: 50px; color: white">上海干巷车镜实业有限公司</dv-decoration-7></el-col>
<el-col :span="8"><dv-decoration-8 :reverse="true" style="width: 300px; height: 50px; float: right" /></el-col>
</el-row>
<digitalFlop />

View File

@@ -0,0 +1,16 @@
<template>
<div class="app-container">
</div>
</template>
<script>
export default {
name:"生产计划"
}
</script>
<style>
</style>