|
|
@@ -1,7 +1,7 @@
|
|
|
<template>
|
|
|
<div class="approval-table">
|
|
|
<table border="1" cellpadding="8" cellspacing="0">
|
|
|
- <thead>
|
|
|
+ <thead style="background-color: #f7f7f7;">
|
|
|
<tr>
|
|
|
<th>节点名称</th>
|
|
|
<th>审批人</th>
|
|
|
@@ -10,7 +10,7 @@
|
|
|
<th v-if="procDefId && (procDefId.includes('dgt-decision'))">打分表</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
|
- <tbody style="background-color: #f7f7f7;">
|
|
|
+ <tbody>
|
|
|
<tr v-for="(item, index) in approvalData" :key="index">
|
|
|
<td>{{ item.taskName }}</td>
|
|
|
<td>{{ item.createBy }}</td>
|