Commit 7d506f71 by nanrui

botacc,botpay测试bug engp公共面板表格数据处理

parent 421dc336
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
<c-date-picker <c-date-picker
type="date" type="date"
v-model="scope.row.matdat" v-model="scope.row.matdat"
value-format="yyyy-MM-dd" value-format="YYYY-MM-DD"
placeholder="请选择Date" placeholder="请选择Date"
style="width: 100%" style="width: 100%"
@change="executeDefault('liaall.liaallg.matdat')" @change="executeDefault('liaall.liaallg.matdat')"
...@@ -59,9 +59,9 @@ ...@@ -59,9 +59,9 @@
<el-table-column prop="acc" label="Account" width="150px"> <el-table-column prop="acc" label="Account" width="150px">
</el-table-column> </el-table-column>
<el-table-column prop="valdat" label="Value Date" width="200px"> <el-table-column prop="valdat" label="Value Date" width="200px">
<!-- <template slot-scope="scope"> <template slot-scope="scope">
{{dateFormat(scope.row.valdat)}} {{dateFormat(scope.row.valdat)}}
</template> --> </template>
</el-table-column> </el-table-column>
<el-table-column label="" prop="det" width="80px" fixed="right"> <el-table-column label="" prop="det" width="80px" fixed="right">
<template slot-scope="scope" slot="header"> <template slot-scope="scope" slot="header">
......
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