|
@@ -81,7 +81,7 @@
|
|
|
<span v-if="data.tgjc" v-html="data.tgjc.value" />
|
|
|
</div>
|
|
|
<div class="admrec-cont-physique">辅助检查</div>
|
|
|
- <el-table
|
|
|
+ <!-- <el-table
|
|
|
:data="fuzhujianchaData"
|
|
|
border
|
|
|
style="width: 100%"
|
|
@@ -102,8 +102,8 @@
|
|
|
prop="org"
|
|
|
label="检查医院"
|
|
|
/>
|
|
|
- </el-table>
|
|
|
- <!-- <div class="admrec-cont-physique-desc"><span v-if="data.fzjc">{{data.fzjc.value}}</span> </div> -->
|
|
|
+ </el-table> -->
|
|
|
+ <div class="admrec-cont-physique-desc"><span v-if="data.fzjc">{{data.fzjc.value}}</span> </div>
|
|
|
<div class="admrec-cont-prel admrec-cont-mg20 cont-textbold">
|
|
|
初步诊断:
|
|
|
</div>
|
|
@@ -150,22 +150,22 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
computed: {
|
|
|
- fuzhujianchaData() {
|
|
|
- const arr = []
|
|
|
- if (this.data.fzjc && this.data.fzjc.value.length) {
|
|
|
- const length = this.data.fzjc.value.length
|
|
|
- this.data.fzjc.value.slice(1, length).map(item => {
|
|
|
- const obj = {
|
|
|
- time: item[0],
|
|
|
- project: item[1],
|
|
|
- result: item[2],
|
|
|
- org: item[3]
|
|
|
- }
|
|
|
- arr.push(obj)
|
|
|
- })
|
|
|
- }
|
|
|
- return arr
|
|
|
- }
|
|
|
+ // fuzhujianchaData() {
|
|
|
+ // const arr = []
|
|
|
+ // if (this.data.fzjc && this.data.fzjc.value.length) {
|
|
|
+ // const length = this.data.fzjc.value.length
|
|
|
+ // this.data.fzjc.value.slice(1, length).map(item => {
|
|
|
+ // const obj = {
|
|
|
+ // time: item[0],
|
|
|
+ // project: item[1],
|
|
|
+ // result: item[2],
|
|
|
+ // org: item[3]
|
|
|
+ // }
|
|
|
+ // arr.push(obj)
|
|
|
+ // })
|
|
|
+ // }
|
|
|
+ // return arr
|
|
|
+ // }
|
|
|
},
|
|
|
watch: {},
|
|
|
beforeCreate() {
|