15179599649
2024-01-16 89bc78b6550014f187a4e8ea43ab696ff5a539ed
'td居左'
1 files modified
6 ■■■■ changed files
src/views/toAppraising/toAppraisingfirst.vue 6 ●●●● patch | view | raw | blame | history
src/views/toAppraising/toAppraisingfirst.vue
@@ -36,7 +36,7 @@
            <tbody>
              <tr  v-for="(item,index) of this.Categorylist" :key="index">
                <td width="40px">{{item.categoryName}}</td>
                <td>{{item.standard}}</td>
                <td style="text-align:left">{{item.standard}}</td>
                <td width="30px">{{item.peopleNum}}</td>
              </tr>
            </tbody>
@@ -56,7 +56,7 @@
            <tbody v-if="this.poepleinfo.isVote==false">
              <tr v-for="(item,index) of this.poepleinfo.jsonArr" :key="index">
                <td width="45px">{{item.userName}}</td>
                <td  width="45px">{{item.evaluateTaskCategoryName}}</td>
                <td  width="45px" >{{item.evaluateTaskCategoryName}}</td>
                <td>{{item.remark}}</td>
                <td  width="80px"><van-button type="danger" size="mini" @click="editRecommend(item,index)">修改</van-button><van-button type="danger" size="mini" @click="deleteRecommend(index)">删除</van-button></td>
              </tr>
@@ -175,7 +175,7 @@
  .Beingevaluated {
    background: white;
    padding: 20px;
    height: 100%;
    // height: 100%;
    .title {
      font-size: 18px;
      font-weight: bold;