Commit 44597969 by 傅凯

优化显示

parent e621b521
......@@ -35,7 +35,12 @@
<script>
export default {
props:['model']
props:['model'],
methods:{
detail(){
}
}
}
</script>
......
......@@ -25,6 +25,9 @@
<el-table-column
prop="valdat"
label="起息日">
<template slot-scope="scope">
{{dateFormat(scope.row.valdat) }}
</template>
</el-table-column>
<el-table-column
prop="trmtyp"
......
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