Commit ed3a83ad authored by 刘宇扬's avatar 刘宇扬

Merge remote-tracking branch 'origin/project1' into project1

parents 3bfaf4a8 68c41a9e
......@@ -89,7 +89,7 @@
</el-table-column>
<el-table-column label="操作日期" prop="createDate" :show-overflow-tooltip="true">
<template slot-scope="scope">
{{ parseTime(scope.row.createDate,'{y}/{m}/{d}') || '-' }}
{{ parseTime(scope.row.createDate,'{y}-{m}-{d} {h}:{i}') || '-' }}
</template>
</el-table-column>
<el-table-column label="操作">
......@@ -266,6 +266,7 @@ export default {
},
// 编辑
handleUpdate(row) {
this.title = '编辑基础信息表单'
console.log('row', row)
const id = row.businessId
getDetailById(id).then(res => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment