Commit 42d5709c authored by youjie's avatar youjie

no message

parent 4224d74b
......@@ -89,7 +89,7 @@
padding: 0 !important;
}
/deep/.page_CompanyAccDetail .el-table .el-table__cell {
padding: 0 12px!important;
padding: 0 3px!important;
}
.cm_content{
width: 100%;
......@@ -118,6 +118,9 @@
/deep/.page_CompanyAccDetail .el-table__row.hover-row .BalanceListBox{
background: #F5F7FA;
}
/deep/.page_CompanyAccDetail .el-table th.el-table__cell>.cell{
/* font-size: 13px; */
}
</style>
<template>
......@@ -186,7 +189,7 @@
<div style="cursor: pointer;" @click="getTimeObj(item)">{{ String(item.StartDate) }} <i style="color: #33B3FF" class="el-icon-edit"></i> </div>
</template>
<el-table-column style="position: relative;" :label="String(item.StartBalance)" align="center">
<el-table-column prop="" :label="$t('objFill.v103.yinhangshouru')" width="120" align="center">
<el-table-column prop="" :label="$t('objFill.v103.yinhangshouru')" align="center">
<template slot-scope="scope">
<div>
<div v-if="scope.row.SubjectId!=-6&&scope.row.SubjectId!=-5" class="textnowrap">
......@@ -205,7 +208,7 @@
</div>
</template>
</el-table-column>
<el-table-column prop="" :label="$t('objFill.v103.danjusr')" width="120" align="center">
<el-table-column prop="" :label="$t('objFill.v103.danjusr')" align="center">
<template slot-scope="scope">
<div v-if="scope.row.SubjectId!=-6&&scope.row.SubjectId!=-5" @click="goUrl(scope.row,scope.row.BalanceList[index],1)"
class="BalanceBox"
......@@ -214,14 +217,14 @@
</div>
</template>
</el-table-column>
<el-table-column prop="" :label="$t('objFill.v103.yinhangzhichu')" width="120" align="center">
<el-table-column prop="" :label="$t('objFill.v103.yinhangzhichu')" align="center">
<template slot-scope="scope">
<div v-if="scope.row.SubjectId!=-6&&scope.row.SubjectId!=-5">
{{ scope.row.BalanceList[index].Expenses }}
</div>
</template>
</el-table-column>
<el-table-column prop="" :label="$t('objFill.v103.danjuzc')" width="120" align="center">
<el-table-column prop="" :label="$t('objFill.v103.danjuzc')" align="center">
<template slot-scope="scope">
<div v-if="scope.row.SubjectId!=-6&&scope.row.SubjectId!=-5" @click="goUrl(scope.row,scope.row.BalanceList[index],2)"
class="BalanceBox"
......@@ -295,7 +298,7 @@ export default {
},
created(){
let mon1= this.getBeforeDate(0, new Date().Format("yyyy-MM-dd"));
let mon2= this.getBeforeDate(2, this.getBeforeDate(0, new Date().Format("yyyy-MM-dd")))
let mon2= this.getBeforeDate(4, this.getBeforeDate(0, new Date().Format("yyyy-MM-dd")))
// let mon1= this.getBeforeDate(12, new Date().Format("yyyy-MM-dd"));
// let mon2= this.getBeforeDate(16, this.getBeforeDate(0, new Date().Format("yyyy-MM-dd")))
this.titleStart = mon2.slice(5,7)>9?mon2.slice(5,7):mon2.slice(6,7)
......
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