不停产促销和插件修改
This commit is contained in:
@@ -38,7 +38,8 @@
|
|||||||
"vue-loader-plugin": "^1.3.0",
|
"vue-loader-plugin": "^1.3.0",
|
||||||
"vue-router": "^4.0.0-0",
|
"vue-router": "^4.0.0-0",
|
||||||
"vuex": "^4.0.0-0",
|
"vuex": "^4.0.0-0",
|
||||||
"vxe-table": "^4.1.0",
|
"vxe-pc-ui": "^4.6.47",
|
||||||
|
"vxe-table": "^4.13.52",
|
||||||
"vxe-table-plugin-export-xlsx": "^2.2.1",
|
"vxe-table-plugin-export-xlsx": "^2.2.1",
|
||||||
"xe-utils": "^3.4.0",
|
"xe-utils": "^3.4.0",
|
||||||
"xlsx": "^0.17.3"
|
"xlsx": "^0.17.3"
|
||||||
|
|||||||
@@ -31,7 +31,7 @@
|
|||||||
.el-header {
|
.el-header {
|
||||||
background-color: rgba(0, 0, 0, 0.025);
|
background-color: rgba(0, 0, 0, 0.025);
|
||||||
padding: 0;
|
padding: 0;
|
||||||
height: 80px;
|
height: 60px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.app-main {
|
.app-main {
|
||||||
|
|||||||
@@ -17,11 +17,11 @@
|
|||||||
</template>
|
</template>
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.system-title {
|
.system-title {
|
||||||
font-size: 14px;
|
font-size: 16px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 15px 0;
|
padding: 5px 0;
|
||||||
line-height: 50px;
|
line-height: 50px;
|
||||||
background-color: #4178D5;
|
background-color: #4178D5;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
:class="fullPath === tag.fullPath ? 'tag active' : 'tag'">{{ tag.meta.title }}</el-tag>
|
:class="fullPath === tag.fullPath ? 'tag active' : 'tag'">{{ tag.meta.title }}</el-tag>
|
||||||
</div>
|
</div>
|
||||||
</el-col>
|
</el-col>
|
||||||
<el-col :span="4" class="text-c p-t-20">
|
<el-col :span="4" class="text-c p-t-10">
|
||||||
<div class="dropdown_box">
|
<div class="dropdown_box">
|
||||||
<el-dropdown v-if="isShow">
|
<el-dropdown v-if="isShow">
|
||||||
<span class="el-dropdown-link">
|
<span class="el-dropdown-link">
|
||||||
@@ -97,8 +97,8 @@
|
|||||||
background-color: #293749;
|
background-color: #293749;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
padding: 0px 10px 0px 10px;
|
padding: 0px 10px 0px 10px;
|
||||||
height: 38px !important;
|
height: 32px !important;
|
||||||
line-height: 38px;
|
line-height: 32px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tag.active {
|
.tag.active {
|
||||||
|
|||||||
@@ -29,6 +29,8 @@ import '@/utils/iconfont.js'
|
|||||||
import 'xe-utils'
|
import 'xe-utils'
|
||||||
import VXETable from 'vxe-table'
|
import VXETable from 'vxe-table'
|
||||||
import 'vxe-table/lib/style.css'
|
import 'vxe-table/lib/style.css'
|
||||||
|
import VxeUIAll from 'vxe-pc-ui'
|
||||||
|
import 'vxe-pc-ui/lib/style.css'
|
||||||
import lcProject from './components/lcProject/index'
|
import lcProject from './components/lcProject/index'
|
||||||
import debounce from './utils/debounce'
|
import debounce from './utils/debounce'
|
||||||
configure({
|
configure({
|
||||||
@@ -59,7 +61,7 @@ app.use(ElLoading)
|
|||||||
app.use(ElementPlus, {
|
app.use(ElementPlus, {
|
||||||
locale
|
locale
|
||||||
}) //需要改变的地方,加入locale
|
}) //需要改变的地方,加入locale
|
||||||
app.use(VXETable)
|
app.use(VXETable).use(VxeUIAll)
|
||||||
app.use(JxOricoTable)
|
app.use(JxOricoTable)
|
||||||
|
|
||||||
app.config.globalProperties.$topNavTagRename = function (title) {
|
app.config.globalProperties.$topNavTagRename = function (title) {
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
<el-main class="bg_white">
|
<el-main class="bg_white">
|
||||||
<div class="m-t-10 table_90 border-r-10 text-black">
|
<div class="m-t-10 table_90 border-r-10 text-black">
|
||||||
<el-row>
|
<el-row>
|
||||||
<el-col :span="8">
|
<el-col :span="8" style="align-items: center;display: flex;flex-direction: row;">
|
||||||
<!-- <el-button type="primary" size="mini" @click="getList(1)">搜索</el-button>
|
<!-- <el-button type="primary" size="mini" @click="getList(1)">搜索</el-button>
|
||||||
<el-button type="primary" size="mini" @click="reset()">重置</el-button>-->
|
<el-button type="primary" size="mini" @click="reset()">重置</el-button>-->
|
||||||
<el-button type="primary" size="mini" @click="save">保存修改</el-button>
|
<el-button type="primary" size="mini" @click="save">保存修改</el-button>
|
||||||
|
|||||||
@@ -190,6 +190,9 @@ const data = reactive({
|
|||||||
}, {
|
}, {
|
||||||
label: '不停产促销',
|
label: '不停产促销',
|
||||||
value: 3
|
value: 3
|
||||||
|
},{
|
||||||
|
label: '战略产品特价',
|
||||||
|
value: 4
|
||||||
}
|
}
|
||||||
],//分类下拉
|
],//分类下拉
|
||||||
statelist: [
|
statelist: [
|
||||||
|
|||||||
Reference in New Issue
Block a user