|
|
|
@ -426,7 +426,7 @@ |
|
|
|
|
</el-table-column> --> |
|
|
|
|
<el-table-column label="开票状态" align="center" prop="state"> |
|
|
|
|
<template slot-scope="scope"> |
|
|
|
|
<dict-tag :options="dict.type.bill_state" :value="scope.row.state"/> |
|
|
|
|
<dict-tag :options="dict.type.invoice_status" :value="scope.row.state"/> |
|
|
|
|
</template> |
|
|
|
|
</el-table-column> |
|
|
|
|
<el-table-column label="订单来源" align="center" prop="source"> |
|
|
|
@ -733,7 +733,7 @@ import { |
|
|
|
|
|
|
|
|
|
export default { |
|
|
|
|
name: "Billinfo", |
|
|
|
|
dicts: ['invoice_type', 'invoice_kind', 'bill_type','bill_state'], |
|
|
|
|
dicts: ['invoice_type', 'invoice_kind', 'bill_type','invoice_status'], |
|
|
|
|
data() { |
|
|
|
|
return { |
|
|
|
|
showMore: false, |
|
|
|
|