Commit 44597969 by 傅凯

优化显示

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