Commit d8a49179 authored by youjie's avatar youjie

no message

parent 54ca75f2
<template>
<div>
<div class="myAllOrder">
<div v-if="pagesTitle=='申请'||pagesTitle=='审核'" v-for="(item,index) in OrderList">
<el-table
border
......@@ -223,6 +223,7 @@
prop="StateName"
label="状态"
show-overflow-tooltip
min-width="50"
>
<template slot-scope="scope">
<span>{{ scope.row.StateName }}</span>
......@@ -277,7 +278,9 @@
</template>
</template>
</el-table-column>
<template slot="append" v-if="pagesTitle == '审核'||pagesTitle == '申请'">
<template slot="append" v-if="(pagesTitle == '审核'||pagesTitle == '申请')
&&(item.SaleRemarks||item.OP_Remarks||item.ApplyForState
||(userInfo.EmployeeId==1&&item.ManagerExamineName))">
<div style="padding:10px;">
<div>
<p style="font-size: 13px;" v-if="item.SaleRemarks">
......@@ -557,6 +560,7 @@
prop="StateName"
label="状态"
show-overflow-tooltip
min-width="50"
>
<template slot-scope="scope">
<span>{{ scope.row.StateName }}</span>
......@@ -1547,4 +1551,7 @@ export default {
.text-center {
text-align: center;
}
/deep/.myAllOrder .el-table th.el-table__cell{
background-color: #f5f7fa !important;
}
</style>
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