|
@@ -107,10 +107,10 @@
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column prop='reportdate' label='填报时间' width='140'>
|
|
|
- <template slot-scope='{row}'>{{row.reportdate?formatter(row.reportdate):'--'}}</template>
|
|
|
+ <template slot-scope='{row}'>{{row.reportdate?formatterTime(row.reportdate):'--'}}</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column prop='sjjssj' label='验收时间' width='140'>
|
|
|
- <template slot-scope='{row}'>{{row.sjjssj?formatter(row.sjjssj): '--'}}</template>
|
|
|
+ <template slot-scope='{row}'>{{row.sjjssj?formatterTime(row.sjjssj): '--'}}</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column prop='wonum' label='任务编号' show-overflow-tooltip resizable width='90'>
|
|
|
<template slot-scope='{row}'>
|
|
@@ -139,7 +139,7 @@ import { queryWbsms } from '@/api/equipmentList.js'
|
|
|
import { mapGetters } from 'vuex'
|
|
|
import { Select } from 'meri-design'
|
|
|
import inputDialog from './inputDIalog'
|
|
|
-import { formatter, number_format } from '@/utils/format.js'
|
|
|
+import { formatterTime, number_format } from '@/utils/format.js'
|
|
|
export default {
|
|
|
components: { Select, inputDialog },
|
|
|
data() {
|
|
@@ -152,7 +152,7 @@ export default {
|
|
|
reportdate: '',
|
|
|
ischange: '2',
|
|
|
sbjc: '',
|
|
|
- formatter,
|
|
|
+ formatterTime,
|
|
|
number_format,
|
|
|
changeOption: [
|
|
|
{
|