Commit 69e254a4 by lichengming

修改了证书管理历史记录的委托日期显示

parent 749b7d96
......@@ -94,11 +94,11 @@ export default {
id: '',
name: '查看证书'
},
{
type: 'ios-list-box',
id: '',
name: '仪器领用'
},
// {
// type: 'ios-list-box',
// id: '',
// name: '仪器领用'
// },
{ type: 'md-cloud', id: '', name: '附件' }
],
formObj: {
......
......@@ -39,7 +39,7 @@
<template slot-scope="scope">
<span v-if="item.key==='edate'">{{scope.row[item.key]?$dateformat(scope.row[item.key],'yyyy-mm-dd'):''}}
</span>
<span>{{scope.row[item.key]}}</span>
<span v-else>{{scope.row[item.key]}}</span>
</template>
</vxe-table-column>
</PTVXETable>
......@@ -249,7 +249,7 @@ export default {
_getById: async function(id) {
const result = await meterEntrust.getVOById(id)
if (result) {
this.$refs.editSubcontractorModal._openEdit(result)
// this.$refs.editSubcontractorModal._openEdit(result)
}
},
_delete: async function(ids) {
......
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