|
@@ -65,8 +65,8 @@
|
|
<el-table-column prop="AAA01" label="患者姓名" width="120"></el-table-column>
|
|
<el-table-column prop="AAA01" label="患者姓名" width="120"></el-table-column>
|
|
<el-table-column prop="" label="发病时间" width="120">
|
|
<el-table-column prop="" label="发病时间" width="120">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
- <span v-if="scope.row.fbsj != '' && scope.row.fbsj != null">{{ scope.row.fbsj }}</span>
|
|
|
|
- <i v-else style="font-size: 20px" @click="goEdit(scope.row)" class="el-icon-edit"></i>
|
|
|
|
|
|
+ <span >{{ scope.row.fbsj }}</span>
|
|
|
|
+ <i v-if="scope.row.numerator == 0" style="font-size: 20px" @click="goEdit(scope.row)" class="el-icon-edit"></i>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column prop="AAB01" label="入院时间" sortable width="160"></el-table-column>
|
|
<el-table-column prop="AAB01" label="入院时间" sortable width="160"></el-table-column>
|
|
@@ -298,6 +298,7 @@ export default {
|
|
goEdit(obj) {
|
|
goEdit(obj) {
|
|
this.visible = true;
|
|
this.visible = true;
|
|
this.editData = obj;
|
|
this.editData = obj;
|
|
|
|
+ this.editTime = '';
|
|
console.log(this.editData);
|
|
console.log(this.editData);
|
|
},
|
|
},
|
|
saveEidt() {
|
|
saveEidt() {
|