付延余
2022-08-03 910f2ef56d0d49a4ce24b2f33860dce4d739b1b4
pages/approval-history/approval-history.vue
@@ -18,8 +18,8 @@
            <uni-tr>
               <uni-th align="center">处理人</uni-th>
               <uni-td>
                  <view class="">
                     <u-tag :text="role.nickname" type="primary" size="mini" style="display:inline-block;margin-left: 5%;" plain v-for="(role,roleIndex) in item.assignees" :key="roleIndex"></u-tag>
                  <view class="assigneesContainer">
                     <u-tag :text="role.nickname" type="primary" size="mini" plain v-for="(role,roleIndex) in item.assignees" :key="roleIndex"></u-tag>
                  </view>
               </uni-td>
            </uni-tr>
@@ -29,7 +29,7 @@
            </uni-tr>
            <uni-tr>
               <uni-th align="center">审批意见</uni-th>
               <uni-td>{{ item.comment }}</uni-td>
               <uni-td>{{ item.comment == null ? '' : item.comment }}</uni-td>
            </uni-tr>
            <uni-tr>
               <uni-th align="center">耗时</uni-th>
@@ -48,7 +48,7 @@
            </uni-tr>
            <uni-tr>
               <uni-th align="center">完成时间</uni-th>
               <uni-td>{{ item.endTime }}</uni-td>
               <uni-td>{{ item.endTime == null ? '' : item.endTime }}</uni-td>
            </uni-tr>
            <uni-tr>
               <uni-th align="center">状态</uni-th>
@@ -149,6 +149,13 @@
               font-size: vww(13);
            }
         }
      // 处理人标签容器
      .assigneesContainer{
        .u-transition{
          display:inline-block;
          margin-left: vww(3);
        }
      }
      }
      // 边框
      // .table--border{