|
@@ -65,8 +65,7 @@
|
65
|
65
|
记录时间:
|
66
|
66
|
<el-date-picker v-model="record_date" prefix-icon="el-icon-date" :editable="false"
|
67
|
67
|
style="width: 250px;"
|
68
|
|
- type="datetime" placeholder="选择日期时间" align="right" format="yyyy-MM-dd HH:mm:ss"
|
69
|
|
- value-format="yyyy-MM-dd HH:mm:ss"></el-date-picker>
|
|
68
|
+ type="datetime" placeholder="选择日期时间" align="right" ></el-date-picker>
|
70
|
69
|
</div>
|
71
|
70
|
<div style="flex: 1;">
|
72
|
71
|
病程医生:
|
|
@@ -3263,10 +3262,10 @@
|
3263
|
3262
|
|
3264
|
3263
|
},
|
3265
|
3264
|
showEdit() {
|
3266
|
|
-
|
3267
|
3265
|
this.add_index =1
|
3268
|
3266
|
this.disabled = false
|
3269
|
|
-
|
|
3267
|
+ console.log('时间',this.record_date);
|
|
3268
|
+
|
3270
|
3269
|
}, tableRow({ row, rowIndex }) {
|
3271
|
3270
|
// 把每一行的索引放进row
|
3272
|
3271
|
row.index = rowIndex
|