Commit cf778fe9 by 李少勇

修改菜单样式和组件缓存问题

parent 81d4d6e5
...@@ -9969,7 +9969,7 @@ const CodeTable = { ...@@ -9969,7 +9969,7 @@ const CodeTable = {
{label: "结算排队", value: "Q"}, {label: "结算排队", value: "Q"},
{label: "日终退回", value: "T"}, {label: "日终退回", value: "T"},
{label: "待认证", value: "r"}, {label: "待认证", value: "r"},
{label: "己付款", value: "F"}, {label: "己付款", value: "F1"},
{label: "己轧差", value: "9"}, {label: "己轧差", value: "9"},
{label: "待处理", value: "W"}, {label: "待处理", value: "W"},
{label: "己确认", value: "a"}, {label: "己确认", value: "a"},
...@@ -9989,7 +9989,7 @@ const CodeTable = { ...@@ -9989,7 +9989,7 @@ const CodeTable = {
{label: "待清算", value: "X"}, {label: "待清算", value: "X"},
{label: "己答复", value: "d"}, {label: "己答复", value: "d"},
{label: "己应答", value: "t"}, {label: "己应答", value: "t"},
{label: "参与者拒绝", value: "r"}, {label: "参与者拒绝", value: "r1"},
], ],
smttyp:[ smttyp:[
{label: "940", value: "940"}, {label: "940", value: "940"},
......
...@@ -24,7 +24,7 @@ import Schpnl from "./Schpnl.vue" ...@@ -24,7 +24,7 @@ import Schpnl from "./Schpnl.vue"
export default { export default {
name: "Sndsel", name: "Rcvsel",
components:{ components:{
"m-schpnl" : Schpnl, "m-schpnl" : Schpnl,
......
...@@ -152,7 +152,7 @@ export default { ...@@ -152,7 +152,7 @@ export default {
data-route={ item.routePath } data-route={ item.routePath }
title={ item.name } title={ item.name }
> >
<div style="padding-left: 24px;display: flex;align-items: center;" slot="title"> <div style="display: flex;align-items: center;" slot="title">
<div style="width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;">{item.name}</div> <div style="width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;">{item.name}</div>
</div> </div>
</el-menu-item> </el-menu-item>
......
...@@ -167,4 +167,3 @@ body { ...@@ -167,4 +167,3 @@ body {
.el-notification__content p{ .el-notification__content p{
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji!important; font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji!important;
} }
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -146,7 +146,7 @@ module.exports = { ...@@ -146,7 +146,7 @@ module.exports = {
configureWebpack: config => { configureWebpack: config => {
if (process.env.NODE_ENV !== 'production') { if (process.env.NODE_ENV !== 'production') {
// 开发环境下的source map配置 // 开发环境下的source map配置
config.devtool = 'source-map'; // config.devtool = 'source-map';
} }
if (process.env.NODE_ENV === 'production') { if (process.env.NODE_ENV === 'production') {
// 将每个依赖包打包成单独的js文件 // 将每个依赖包打包成单独的js文件
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment