|
@@ -73,11 +73,11 @@
|
73
|
73
|
{{ scope.row.index }}
|
74
|
74
|
</template>
|
75
|
75
|
</el-table-column>
|
76
|
|
- <el-table-column align="center" label="处方日期">
|
77
|
|
- <template slot-scope="scope">{{
|
78
|
|
- getTime(scope.row.record_date)
|
79
|
|
- }}</template>
|
80
|
|
- </el-table-column>
|
|
76
|
+<!-- <el-table-column align="center" label="处方日期">-->
|
|
77
|
+<!-- <template slot-scope="scope">{{-->
|
|
78
|
+<!-- getTime(scope.row.record_date)-->
|
|
79
|
+<!-- }}</template>-->
|
|
80
|
+<!-- </el-table-column>-->
|
81
|
81
|
<el-table-column align="center" label="费用编码">
|
82
|
82
|
<template slot-scope="scope">
|
83
|
83
|
{{ scope.row.number }}
|