编写生产计划
This commit is contained in:
@@ -7,11 +7,11 @@ module.exports = {
|
|||||||
/**
|
/**
|
||||||
* 主题颜色
|
* 主题颜色
|
||||||
*/
|
*/
|
||||||
theme: '#409EFF',
|
theme: '##11A983',
|
||||||
/**
|
/**
|
||||||
* 侧边栏主题 深色主题theme-dark,浅色主题theme-light
|
* 侧边栏主题 深色主题theme-dark,浅色主题theme-light
|
||||||
*/
|
*/
|
||||||
sideTheme: 'theme-light',
|
sideTheme: 'theme-dark',
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 显示是否系统布局配置
|
* 显示是否系统布局配置
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<div>
|
<div class="app-container">
|
||||||
<el-carousel :interval="4000" type="card" height="300px">
|
<el-carousel :interval="4000" type="card" height="300px">
|
||||||
<el-carousel-item v-for="item in imagesArray" :key="item">
|
<el-carousel-item v-for="item in imagesArray" :key="item">
|
||||||
<el-image :src="item" ></el-image>
|
<el-image :src="item" ></el-image>
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
<div class="test1main">
|
<div class="test1main">
|
||||||
<el-row>
|
<el-row>
|
||||||
<el-col :span="8"><dv-decoration-8 style="width: 300px; height: 50px" /></el-col>
|
<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-col :span="8"><dv-decoration-8 :reverse="true" style="width: 300px; height: 50px; float: right" /></el-col>
|
||||||
</el-row>
|
</el-row>
|
||||||
<digitalFlop />
|
<digitalFlop />
|
||||||
|
|||||||
16
ZR.Vue/src/views/productManagement/product_plan.vue
Normal file
16
ZR.Vue/src/views/productManagement/product_plan.vue
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
<template>
|
||||||
|
<div class="app-container">
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
export default {
|
||||||
|
name:"生产计划"
|
||||||
|
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
|
||||||
|
</style>
|
||||||
Reference in New Issue
Block a user