Browse Source

备注修改

wolyshaw 4 năm trước cách đây
mục cha
commit
f10b2e76a6
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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"