diff --git a/src/views/businessVoucher/index.vue b/src/views/businessVoucher/index.vue
index f8ea167..e3675f6 100644
--- a/src/views/businessVoucher/index.vue
+++ b/src/views/businessVoucher/index.vue
@@ -14,20 +14,20 @@
-
- 单据号:
+
-
- 单据日期起:
+
-
- 单据日期止:
+
-
- 生成状态:
+
+
生成状态:
+
+ {{ row.billStatus === 'Y' ? '已生成' : '未生成' }}
+
-
-
div {
- margin-right: 10px;
+ margin-right: 5px;
+ display: flex;
+ align-items: center;
+ >div{
+ width: 140px;
+ text-align: right;
+ }
}
}
}