|
@@ -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)
|