Commit 679d0a43 authored by chenjiuping's avatar chenjiuping

修改应收明细对就的收款状态

parent 6bc75ddb
...@@ -141,7 +141,7 @@ ...@@ -141,7 +141,7 @@
</el-table-column> </el-table-column>
<el-table-column :label="$t('付款状态')" prop="worth"> <el-table-column :label="$t('付款状态')" prop="worth">
<template slot-scope="scope"> <template slot-scope="scope">
<dict-tag :type="DICT_TYPE.ECW_RECEIPT_STATE" :value="scope.row.state"></dict-tag> <dict-tag :type="DICT_TYPE.ECW_RECEIVABLE_STATE" :value="scope.row.state"></dict-tag>
</template> </template>
</el-table-column> </el-table-column>
</el-table> </el-table>
......
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