Commit 8eb1ca0f authored by youjie's avatar youjie

no message

parent 2ce9fa89
......@@ -612,7 +612,7 @@ input:-webkit-autofill {
.normalBtn {
color: #fff;
padding: 0 15px;
padding: 0 15px !important;
height: 30px;
background: #E95252;
border: 1px solid #E95252;
......@@ -644,7 +644,7 @@ input:-webkit-autofill {
.hollowFixedBtn {
background: #fff;
color: #E95252;
padding: 0 15px;
padding: 0 15px !important;
height: 30px;
border: 1px solid #E95252;
cursor: pointer;
......
......@@ -557,7 +557,8 @@ Vue.component('table-operation',{ //查看操作按钮
let ActionMenuCode=userinfo.ActionMenuCode;
if(ActionMenuCode.indexOf('Finance_ExpenseType')!=-1){
this.Finance_ExpenseType=true;
}if(ActionMenuCode.indexOf('F_Update_CurrencyRate')!=-1){
}
if(ActionMenuCode.indexOf('F_Update_CurrencyRate')!=-1){
this.F_Update_CurrencyRate=true;
}
},
......
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