Bläddra i källkod

Merge branch '20230223_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20230223_pc_vue_new_branch

28169 6 månader sedan
förälder
incheckning
8e5ce67699
1 ändrade filer med 12 tillägg och 0 borttagningar
  1. 12 0
      src/xt_pages/eleFaPiao/fapiao.vue

+ 12 - 0
src/xt_pages/eleFaPiao/fapiao.vue Visa fil

@@ -89,6 +89,18 @@
89 89
         </el-table-column>
90 90
 
91 91
 
92
+        <el-table-column
93
+          align="center"
94
+          width="100"
95
+          prop="name"
96
+          label="处方日期"
97
+        >
98
+          <template slot-scope="scope">
99
+            {{scope.row.orders?getTimes(scope.row.orders[0].settle_accounts_date):""}}
100
+          </template>
101
+        </el-table-column>
102
+
103
+
92 104
         <el-table-column align="center" width="90" prop="name" label="开票员">
93 105
           <template slot-scope="scope">
94 106
             {{scope.row.creator}}