Browse Source

refactor(claim): 移除审核记录列表中的删除按钮并调整操作列宽度

yz 1 tháng trước cách đây
mục cha
commit
1abcf4f615
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  1. 1 2
      src/views/claim/index.vue

+ 1 - 2
src/views/claim/index.vue

@@ -132,10 +132,9 @@
         <el-table-column prop="reasonDetail" label="审核说明" show-overflow-tooltip></el-table-column>
         <el-table-column prop="reasonDetail" label="审核说明" show-overflow-tooltip></el-table-column>
         <el-table-column prop="auditorName" label="审核人" width="100"></el-table-column>
         <el-table-column prop="auditorName" label="审核人" width="100"></el-table-column>
         <el-table-column prop="auditTime" label="审核时间" width="150"></el-table-column>
         <el-table-column prop="auditTime" label="审核时间" width="150"></el-table-column>
-        <el-table-column label="操作" width="150">
+        <el-table-column label="操作" width="80">
           <template slot-scope="scope">
           <template slot-scope="scope">
             <el-button type="text" size="small" @click="handleEditAudit(scope.row)">编辑</el-button>
             <el-button type="text" size="small" @click="handleEditAudit(scope.row)">编辑</el-button>
-            <el-button type="text" size="small" @click="handleDeleteAudit(scope.row)" style="color: #f56c6c;">删除</el-button>
           </template>
           </template>
         </el-table-column>
         </el-table-column>
       </el-table>
       </el-table>