Compare commits

..

No commits in common. "95623ffc73336c703225ff09be69bada24b2ce54" and "c63d824aaf5030e6583c5fe6118a722c4f654aa4" have entirely different histories.

3 changed files with 3 additions and 15 deletions

View File

@ -126,7 +126,7 @@
</el-col>
<el-col :span="12">
<el-form-item label="欠薪金额">
{{ dataInfo.laborAmount }} <el-tag size="small"></el-tag>
{{ dataInfo.laborNumber }} <el-tag size="small"></el-tag>
</el-form-item>
</el-col>
</el-row>

View File

@ -125,7 +125,7 @@
</el-col>
<el-col :span="12">
<el-form-item label="欠薪金额">
{{ dataInfo.laborAmount }} <el-tag size="small"></el-tag>
{{ dataInfo.laborNumber }} <el-tag size="small"></el-tag>
</el-form-item>
</el-col>
</el-row>

View File

@ -176,19 +176,11 @@
<span>{{ parseTime(scope.row.createTime, "{y}-{m}-{d} {h}:{i}") }}</span>
</template>
</el-table-column>
<el-table-column
label="原因说明"
align="center"
prop="laborReason"
width="120"
show-overflow-tooltip
/>
<el-table-column
label="操作"
align="center"
width="120"
class-name="small-padding fixed-width"
fixed="right"
>
<template slot-scope="scope">
<el-button
@ -362,11 +354,7 @@ export default {
if (this.myMinRoles.includes("lc_jfdb")) {
this.jdsp = true;
}
if (
this.myMinRoles.includes("admin") ||
this.myMinRoles.includes("super") ||
this.myMinRoles.includes("jtgs")
) {
if (this.myMinRoles.includes("admin") ||this.myMinRoles.includes("super") || this.myMinRoles.includes("jtgs")) {
this.jtsp = true;
}
this.getList();