소스 검색

备注修改

wolyshaw 4 년 전
부모
커밋
f10b2e76a6
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      src/views/auditList/index.vue

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

@@ -119,9 +119,10 @@
           </el-table-column>
           <el-table-column align="center"
                            prop="memo"
+                           width="200px"
                            label="备注">
             <template slot-scope="scope">
-              <tooltip :content="scope.row.memo" />
+              <overflow-text width="200px" :text="scope.row.memo" />
             </template>
           </el-table-column>
           <el-table-column align="center"