|
@ -311,7 +311,9 @@ |
|
|
fixed="right" |
|
|
fixed="right" |
|
|
> |
|
|
> |
|
|
<template slot-scope="scope"> |
|
|
<template slot-scope="scope"> |
|
|
<span>{{ status[scope.row.status] }}</span> |
|
|
<span :class="`status${scope.row.status}`">{{ |
|
|
|
|
|
status[scope.row.status] |
|
|
|
|
|
}}</span> |
|
|
</template> |
|
|
</template> |
|
|
</el-table-column> |
|
|
</el-table-column> |
|
|
<el-table-column |
|
|
<el-table-column |
|
@ -374,7 +376,7 @@ |
|
|
提交审核 |
|
|
提交审核 |
|
|
</el-button> --> |
|
|
</el-button> --> |
|
|
<!-- 审核 --> |
|
|
<!-- 审核 --> |
|
|
<div> |
|
|
<!-- <div> |
|
|
<el-button |
|
|
<el-button |
|
|
:disabled="scope.row.status != 1" |
|
|
:disabled="scope.row.status != 1" |
|
|
size="mini" |
|
|
size="mini" |
|
@ -393,7 +395,7 @@ |
|
|
> |
|
|
> |
|
|
驳回 |
|
|
驳回 |
|
|
</el-button> |
|
|
</el-button> |
|
|
</div> |
|
|
</div> --> |
|
|
</template> |
|
|
</template> |
|
|
</el-table-column> |
|
|
</el-table-column> |
|
|
</el-table> |
|
|
</el-table> |
|
@ -1537,6 +1539,15 @@ export default { |
|
|
<style scoped src="@/assets/styles/common.css"></style> |
|
|
<style scoped src="@/assets/styles/common.css"></style> |
|
|
|
|
|
|
|
|
<style scoped> |
|
|
<style scoped> |
|
|
|
|
|
.status1 { |
|
|
|
|
|
color: orange; |
|
|
|
|
|
} |
|
|
|
|
|
.status2 { |
|
|
|
|
|
color: green; |
|
|
|
|
|
} |
|
|
|
|
|
.status3 { |
|
|
|
|
|
color: red; |
|
|
|
|
|
} |
|
|
.div-title1 { |
|
|
.div-title1 { |
|
|
font-size: 22px; |
|
|
font-size: 22px; |
|
|
font-weight: bold; |
|
|
font-weight: bold; |
|
|