提交修改
This commit is contained in:
parent
f054604581
commit
932380ab19
@ -111,6 +111,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
|
<el-table-column prop="currentApprovalStaffName" header-align="center" align="center" label="审批人"></el-table-column>
|
||||||
<el-table-column prop="lastScore" header-align="center" align="center" label="最后得分"></el-table-column>
|
<el-table-column prop="lastScore" header-align="center" align="center" label="最后得分"></el-table-column>
|
||||||
<el-table-column prop="allScore" header-align="center" align="center" label="总分"></el-table-column>
|
<el-table-column prop="allScore" header-align="center" align="center" label="总分"></el-table-column>
|
||||||
<el-table-column prop="remark" header-align="center" align="center" label="备注"></el-table-column>
|
<el-table-column prop="remark" header-align="center" align="center" label="备注"></el-table-column>
|
||||||
|
|||||||
@ -28,23 +28,23 @@
|
|||||||
|
|
||||||
<div class="titleBottom">
|
<div class="titleBottom">
|
||||||
<div class="bottom" v-show="this.auth.commit == 1" >
|
<div class="bottom" v-show="this.auth.commit == 1" >
|
||||||
<p><span style="cursor: pointer" @click="commitApprovalYes('你确认要提交审批吗?')">提交审批</span></p>
|
<p> <el-button type="primary" @click="commitApprovalYes('你确认要提交审批吗?')">提交审批</el-button></p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="bottom" v-show="this.auth.approvel == 1">
|
<div class="bottom" v-show="this.auth.approvel == 1">
|
||||||
<p>
|
<p>
|
||||||
<span @click="commitApprovalAddOrUpdate(1)">
|
<el-button type="primary" @click="commitApprovalAddOrUpdate(1)">
|
||||||
<label :class="'label bg-order my_pointer'">审批</label>
|
<label >审批</label>
|
||||||
</span>
|
</el-button>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="bottom" v-show="this.auth.confirmCommit == 1">
|
<div class="bottom" v-show="this.auth.confirmCommit == 1">
|
||||||
<p><span style="" @click="commitApprovalYes('你要确认得分吗?')">确认得分</span></p>
|
<p><el-button type="primary" style="" @click="commitApprovalYes('你要确认得分吗?')">确认得分</el-button></p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="bottom" v-show="this.auth.reject === 1">
|
<div class="bottom" v-show="this.auth.reject === 1">
|
||||||
<p><span @click="commitApprovalAddOrUpdate(5)" ><label :class="'label bg-danger my_pointer'">驳回</label></span></p>
|
<p><el-button type="warning" @click="commitApprovalAddOrUpdate(5)" ><label >驳回</label></el-button></p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="bottom" v-show="this.auth.uploadFile === 1 ">
|
<div class="bottom" v-show="this.auth.uploadFile === 1 ">
|
||||||
@ -387,7 +387,7 @@ export default {
|
|||||||
} else if (columnIndex === 1) {
|
} else if (columnIndex === 1) {
|
||||||
return [1, 1]
|
return [1, 1]
|
||||||
} else if (columnIndex === 2) {
|
} else if (columnIndex === 2) {
|
||||||
return [1, 7]
|
return [1, 9]
|
||||||
} else {
|
} else {
|
||||||
return [0, 0]
|
return [0, 0]
|
||||||
}
|
}
|
||||||
@ -526,7 +526,7 @@ export default {
|
|||||||
font-weight:bold;
|
font-weight:bold;
|
||||||
font-size:14px;
|
font-size:14px;
|
||||||
color:#7266ba;
|
color:#7266ba;
|
||||||
height: 30px;
|
height: 50px;
|
||||||
|
|
||||||
.bottom{
|
.bottom{
|
||||||
float: right;
|
float: right;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user