소스 검색

修改提交日期过长隐藏溢出

lichao 3 년 전
부모
커밋
57086d2ea6
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      src/views/kaihe/costModify/AddOrUpdate.vue

+ 3 - 1
src/views/kaihe/costModify/AddOrUpdate.vue

@@ -577,7 +577,7 @@
               </template>
             </el-table-column>
             <el-table-column prop="createBy" label="录入人" align="center"></el-table-column>
-            <el-table-column prop="createTime" label="录入日期" align="center"></el-table-column>
+            <el-table-column prop="createTime" label="录入日期" align="center" show-overflow-tooltip></el-table-column>
             <el-table-column prop="remarks" label="备注" align="center" width="180">
               <template slot-scope="scope">
                 <el-input
@@ -951,6 +951,8 @@ export default {
       let list = JSON.parse(JSON.stringify(row))
       list.fId = ''
       list.fBillstatus = ''
+      list.createBy = null
+      list.createTime = null
       list.actId = 1100
       list.fSrcTypeId = 10
       this.formfeesList.push(list)