Commit d8a49179 authored by youjie's avatar youjie

no message

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