Elizabeth's proactive approach involves introducing urinal toilet attachment , an ingenious concept that optimizes space and functionality.

assessmentAfter.vue 22KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752
  1. <template>
  2. <div class="plate-box">
  3. <h2 class="DetailsTit">
  4. <span>{{ title }}</span>
  5. </h2>
  6. <div class="plate">
  7. <ul>
  8. <li v-if="isShow('舒张压')">
  9. <label>舒张压 : </label>
  10. <span class="content" v-if="diastolic_blood_pressure != '0'">{{
  11. diastolic_blood_pressure
  12. }}</span>
  13. <span class="unit" v-if="diastolic_blood_pressure != '0'">mmHg</span>
  14. </li>
  15. <li v-if="isShow('实际超滤量')">
  16. <label>实际超滤量: </label>
  17. <span class="content" v-if="actual_ultrafiltration != '0'">{{
  18. actual_ultrafiltration
  19. }}</span>
  20. <span
  21. class="unit"
  22. v-if="
  23. actual_ultrafiltration != '0' &&
  24. this.$store.getters.xt_user.template_info.template_id == 6
  25. "
  26. >ml</span
  27. >
  28. <span
  29. class="unit"
  30. v-if="
  31. actual_ultrafiltration != '0' &&
  32. this.$store.getters.xt_user.template_info.template_id != 6
  33. "
  34. >L</span
  35. >
  36. </li>
  37. <li v-if="isShow('导管')">
  38. <label>导管 : </label>
  39. <span class="content">{{ catheter }}</span>
  40. </li>
  41. <li v-if="isShow('体温')">
  42. <label>体温 : </label>
  43. <span class="content" v-if="this.record.temperature">{{
  44. this.record.temperature
  45. }}</span>
  46. <span class="unit" v-if="this.record.temperature">℃</span>
  47. </li>
  48. <li v-if="isShow('血管通路部位')">
  49. <label>血管通路部位 : </label>
  50. <span class="content">{{ blood_access_part }}</span>
  51. </li>
  52. <li v-if="isShow('实际置换量')">
  53. <label>实际置换量 : </label>
  54. <span class="content">{{ actual_displacement }}</span>
  55. <span class="unit">ml</span>
  56. </li>
  57. <li v-if="isShow('压迫后内瘘震颤')">
  58. <label>压迫后内瘘震颤: </label>
  59. <span class="content">{{ getInternal() }}</span>
  60. </li>
  61. <li v-if="isShow('实际治疗时长')">
  62. <label>实际治疗时长 : </label>
  63. <span class="content" v-if="this.record.actual_treatment_hour"
  64. >{{ this.record.actual_treatment_hour }}小时</span
  65. >
  66. <span class="content" v-if="this.record.actual_treatment_minute"
  67. >{{ this.record.actual_treatment_minute }}分钟</span
  68. >
  69. </li>
  70. <li v-if="isShow('其他观察内容') && patient_gose == 3">
  71. <label>其他观察内容 : </label>
  72. <span class="content">{{
  73. this.record.observation_content_other
  74. }}</span>
  75. </li>
  76. <li
  77. v-if="this.record.dialysis_process == 2 && isShow('透析过程提前原因')"
  78. >
  79. <label for="tw">透析过程提前原因 : </label>
  80. <span class="content" id="tw">{{
  81. this.record.in_advance_reason
  82. }}</span>
  83. </li>
  84. <li v-if="isShow('内瘘震颤和血管杂音')">
  85. <label for="sjzl">内瘘震颤和血管杂音 : </label>
  86. <span id="sjzl" class="content">{{
  87. getTremorNoise(this.record.tremor_noise)
  88. }}</span>
  89. </li>
  90. <li v-if="isShow('动脉管道')">
  91. <label for="xgtlcz">动脉管道: </label>
  92. <span id="xgtlcz" class="content">{{
  93. getArterialTubeName(this.record.arterial_tube)
  94. }}</span>
  95. </li>
  96. <li v-if="isShow('透析期间进食')">
  97. <label for="bzh">透析期间进食: </label>
  98. <span id="bzh" class="content">{{ eat_name }}</span>
  99. </li>
  100. <li v-if="isShow('回血')">
  101. <label>回血: </label>
  102. <span class="content" v-if="return_blood != '0'">{{ return_blood }}</span>
  103. </li>
  104. <li v-if="isShow('补液量')">
  105. <label>补液量: </label>
  106. <span class="content" v-if="rehydration_volume != '0'">{{ rehydration_volume }}</span>
  107. </li>
  108. <!-- <li style="height: 0.6rem;">
  109. <label></label>
  110. </li> -->
  111. </ul>
  112. <ul>
  113. <li v-if="isShow('收缩压')">
  114. <label>收缩压 : </label>
  115. <span class="content" v-if="systolic_blood_pressure != '0'">{{
  116. systolic_blood_pressure
  117. }}</span>
  118. <span class="unit" v-if="systolic_blood_pressure != '0'">mmHg</span>
  119. </li>
  120. <li v-if="isShow('透析器凝血')">
  121. <label>透析器凝血 : </label>
  122. <span class="content">{{ cruor }}</span>
  123. </li>
  124. <li v-if="isShow('穿刺处血肿')">
  125. <label>穿刺处血肿 : </label>
  126. <span class="content">{{ puncture_point_haematoma_name }}</span>
  127. </li>
  128. <li v-if="isShow('呼吸频率')">
  129. <label>呼吸频率 : </label>
  130. <span class="content" v-if="this.record.breathing_rate">{{
  131. this.record.breathing_rate
  132. }}</span>
  133. <span class="unit" v-if="this.record.breathing_rate">次/min</span>
  134. </li>
  135. <li v-if="isShow('血管通路操作')">
  136. <label>血管通路操作: </label>
  137. <span class="content">{{ blood_access_opera }}</span>
  138. </li>
  139. <li v-if="isShow('透后症状')">
  140. <label>透后症状 : </label>
  141. <span class="content">{{ symptom_after_dialysis }}</span>
  142. </li>
  143. <li v-if="isShow('透析中入量')">
  144. <label>透析中入量: </label>
  145. <span class="content"
  146. >{{ this.record.dialysis_intakes
  147. }}{{ getUnit(this.record.dialysis_intakes_unit) }}</span
  148. >
  149. </li>
  150. <li v-if="isShow('拔针后穿刺点渗血')">
  151. <label>拔针后穿刺点渗血: </label>
  152. <span class="content">{{ puncture_point_oozing_blood_name }}</span>
  153. </li>
  154. <li v-if="isShow('内瘘管拔针后压迫止血时间')">
  155. <label for="ml">内瘘管拔针后压迫止血时间 : </label>
  156. <span id="ml" class="content" v-if="this.record.hemostasis_minute"
  157. >{{ this.record.hemostasis_minute }}min</span
  158. >
  159. <span id="ml" class="content" v-else>-min</span>
  160. </li>
  161. <li v-if="isShow('失衡综合症')">
  162. <label for="txzrl">失衡综合症: </label>
  163. <span id="txzrl" class="content">{{
  164. getDisequilibriumSyndrome(this.record.disequilibrium_syndrome)
  165. }}</span>
  166. </li>
  167. <li v-if="isShow('静脉管道')">
  168. <label for="bzh">静脉管道: </label>
  169. <span id="bzh" class="content">{{
  170. getIntravenousTubeName(this.record.intravenous_tube)
  171. }}</span>
  172. </li>
  173. <li v-if="isShow('透析中进食')">
  174. <label>透析中进食: </label>
  175. <span class="content" v-if="dialysis_during != '0'">{{ dialysis_during }}</span>
  176. </li>
  177. </ul>
  178. <ul>
  179. <li v-if="isShow('透后称重')">
  180. <label>透后称重 : </label>
  181. <span class="content" v-if="weight_after != '0'">{{
  182. weight_after
  183. }}</span>
  184. <span class="unit" v-if="weight_after != '0'">kg</span>
  185. </li>
  186. <li v-if="isShow('内瘘')">
  187. <label>内瘘 : </label>
  188. <span class="content">{{ internal_fistula }}</span>
  189. </li>
  190. <li v-if="isShow('科室') && patient_gose == 3">
  191. <label>科室 : </label>
  192. <span class="content">{{ inpatient_department }}</span>
  193. </li>
  194. <li v-if="isShow('脉搏')">
  195. <label>脉搏 : </label>
  196. <span class="content" v-if="this.record.pulse_frequency">{{
  197. this.record.pulse_frequency
  198. }}</span>
  199. <span class="unit" v-if="this.record.pulse_frequency">次/分</span>
  200. </li>
  201. <li v-if="isShow('体重减少')">
  202. <label>体重减少 : </label>
  203. <span class="content" v-if="weight_loss != '0'">{{
  204. weight_loss
  205. }}</span>
  206. <span class="unit" v-if="weight_loss != '0'">kg</span>
  207. </li>
  208. <li v-if="isShow('并发症')">
  209. <label>并发症: </label>
  210. <span class="content">{{ this.record.complication }}</span>
  211. </li>
  212. <li
  213. v-if="patient_gose == 3 && isShow('交待病房护士/患者/陪人观察内容')"
  214. >
  215. <label>交待病房护士/患者/陪人观察内容 : </label>
  216. <span class="content">{{ this.record.observation_content }}</span>
  217. </li>
  218. <li v-if="isShow('患者去向')">
  219. <label>患者去向: </label>
  220. <span class="content">{{ patient_gose_name }}</span>
  221. </li>
  222. <li v-if="isShow('透析过程')">
  223. <label for="tw">透析过程 : </label>
  224. <span class="content" id="tw" v-if="this.record.dialysis_process == 1"
  225. >完成</span
  226. >
  227. <span class="content" id="tw" v-if="this.record.dialysis_process == 2"
  228. >提前{{ this.record.in_advance_minute }}min</span
  229. >
  230. </li>
  231. <li v-if="isShow('内瘘管拔针后压迫止血操作')">
  232. <label for="ml">内瘘管拔针后压迫止血操作 : </label>
  233. <span id="ml" class="content">{{
  234. getOpera(this.record.hemostasis_opera)
  235. }}</span>
  236. </li>
  237. <li
  238. v-if="
  239. this.record.disequilibrium_syndrome == 2 && isShow('失衡综合症症状')
  240. "
  241. >
  242. <label for="txzrl">失衡综合症症状: </label>
  243. <span id="txzrl" class="content">{{
  244. this.record.disequilibrium_syndrome_option
  245. }}</span>
  246. </li>
  247. <li v-if="isShow('透析器')">
  248. <label for="hzqx">透析器: </label>
  249. <span id="hzqx" class="content">{{
  250. getDialyzer(this.record.dialyzer)
  251. }}</span>
  252. </li>
  253. <li v-if="isShow('透析器')">
  254. <label for="hzqx">透析器: </label>
  255. <span id="hzqx" class="content">{{
  256. getDialyzer(this.record.dialyzer)
  257. }}</span>
  258. </li>
  259. <li v-if="isShow('中心静脉封管(肝素-A端)')">
  260. <label for="bzh">中心静脉封管(肝素-A端): </label>
  261. <span class="content" id="tzjs">{{
  262. this.record.cvc_a ? this.record.cvc_a : ""
  263. }}</span>
  264. <span class="unit">{{ this.record.cvc_a ? "ml" : "" }}</span>
  265. </li>
  266. <li v-if="isShow('中心静脉封管(肝素-V端)')">
  267. <label for="bzh">中心静脉封管(肝素-V端): </label>
  268. <span class="content" id="tzjs">{{
  269. this.record.cvc_v ? this.record.cvc_v : ""
  270. }}</span>
  271. <span class="unit">{{ this.record.cvc_v ? "ml" : "" }}</span>
  272. </li>
  273. <li v-if="isShow('出量')">
  274. <label>出量: </label>
  275. <span class="content" v-if="stroke_volume != '0'">{{ stroke_volume }}</span>
  276. </li>
  277. </ul>
  278. </div>
  279. <div class="note">
  280. 备注 : <span>{{ this.record.remark }}</span>
  281. </div>
  282. <div class="middleLine"></div>
  283. </div>
  284. </template>
  285. <script>
  286. import store from '@/store'
  287. export default {
  288. name: 'DialysisPrescription',
  289. data() {
  290. return {
  291. title: '透后评估 '
  292. }
  293. },
  294. props: {
  295. record: {
  296. type: Object
  297. }
  298. },
  299. computed: {
  300. weight_after: function() {
  301. if (this.record.id == 0) {
  302. return '-'
  303. }
  304. return this.record.weight_after
  305. },
  306. systolic_blood_pressure: function() {
  307. if (this.record.id == 0) {
  308. return '-'
  309. }
  310. return this.record.systolic_blood_pressure
  311. },
  312. actual_ultrafiltration: function() {
  313. if (this.record.id == 0) {
  314. return '-'
  315. }
  316. return this.record.actual_ultrafiltration
  317. },
  318. cruor: function() {
  319. if (this.record.id == 0) {
  320. return '-'
  321. }
  322. return this.record.cruor
  323. },
  324. internal_fistula: function() {
  325. if (this.record == null || this.record.id == '') {
  326. return '-'
  327. }
  328. return this.record.internal_fistula
  329. },
  330. weight_loss: function() {
  331. if (this.record.id == 0) {
  332. return '-'
  333. }
  334. return this.record.weight_loss
  335. },
  336. inpatient_department: function() {
  337. if (this.record.id == 0) {
  338. return '-'
  339. }
  340. return this.record.inpatient_department
  341. },
  342. patient_gose: function() {
  343. if (this.record.id == 0) {
  344. return 0
  345. }
  346. return this.record.patient_gose
  347. },
  348. diastolic_blood_pressure: function() {
  349. if (this.record.id == 0) {
  350. return '-'
  351. }
  352. return this.record.diastolic_blood_pressure
  353. },
  354. actual_displacement: function() {
  355. if (this.record.id == 0) {
  356. return '-'
  357. }
  358. return this.record.actual_displacement
  359. },
  360. symptom_after_dialysis: function() {
  361. if (this.record.id == 0) {
  362. return '-'
  363. }
  364. return this.record.symptom_after_dialysis
  365. },
  366. blood_access_part: function() {
  367. if (this.record.id == 0) {
  368. return '-'
  369. }
  370. const vascular_access = this.$store.getters.vascular_access
  371. const valen = vascular_access.length
  372. let name = '-'
  373. for (var index in vascular_access) {
  374. if (vascular_access[index].id == this.record.blood_access_part_id) {
  375. name = vascular_access[index].name
  376. break
  377. }
  378. }
  379. return name
  380. },
  381. puncture_point_oozing_blood_name: function() {
  382. if (this.record.id == 0) {
  383. return '-'
  384. }
  385. switch (this.record.puncture_point_oozing_blood) {
  386. case 1:
  387. return '有'
  388. break
  389. case 2:
  390. return '无'
  391. break
  392. default:
  393. return '-'
  394. break
  395. }
  396. },
  397. eat_name: function() {
  398. if (this.record == null || this.record.id == '') {
  399. return '-'
  400. }
  401. switch (this.record.is_eat) {
  402. case 1:
  403. return '有'
  404. break
  405. case 2:
  406. return '无'
  407. break
  408. default:
  409. return '-'
  410. break
  411. }
  412. },
  413. patient_gose_name: function() {
  414. if (this.record.id == 0) {
  415. return '-'
  416. }
  417. switch (this.record.patient_gose) {
  418. case 1:
  419. return '离院'
  420. break
  421. case 2:
  422. return '留观'
  423. break
  424. case 3:
  425. return '住院'
  426. break
  427. default:
  428. return '-'
  429. break
  430. }
  431. },
  432. blood_access_opera: function() {
  433. if (this.record.id == 0) {
  434. return '-'
  435. }
  436. const vascular_access = this.$store.getters.vascular_access_desc
  437. // console.log(vascular_access);
  438. let name = '-'
  439. for (var index in vascular_access) {
  440. if (
  441. vascular_access[index].id == this.record.blood_access_part_opera_id
  442. ) {
  443. name = vascular_access[index].name
  444. break
  445. }
  446. }
  447. return name
  448. },
  449. catheter: function() {
  450. if (this.record.id == 0) {
  451. return '-'
  452. }
  453. return this.record.catheter
  454. },
  455. puncture_point_haematoma_name: function() {
  456. if (this.record.id == 0) {
  457. return
  458. }
  459. switch (this.record.puncture_point_haematoma) {
  460. case 1:
  461. return '有'
  462. break
  463. case 2:
  464. return '无'
  465. break
  466. default:
  467. return '-'
  468. break
  469. }
  470. }
  471. },
  472. breathing_rate: function() {
  473. if (this.record.id == 0) {
  474. return '-'
  475. }
  476. return this.record.breathing_rate
  477. },
  478. temperature: function() {
  479. if (this.record.id == 0) {
  480. return '-'
  481. }
  482. return this.record.temperature
  483. },
  484. pulse_frequency: function() {
  485. if (this.record.id == 0) {
  486. return '-'
  487. }
  488. return this.record.pulse_frequency
  489. },
  490. actual_treatment_hour: function() {
  491. if (this.record.id == 0) {
  492. return '-'
  493. }
  494. return this.record.actual_treatment_hour
  495. },
  496. actual_treatment_minute: function() {
  497. if (this.record.id == 0) {
  498. return '-'
  499. }
  500. return this.record.actual_treatment_minute
  501. },
  502. observation_content_other: function() {
  503. if (this.record.id == 0) {
  504. return '-'
  505. }
  506. return this.record.observation_content_other
  507. },
  508. observation_content: function() {
  509. if (this.record.id == 0) {
  510. return '-'
  511. }
  512. return this.record.observation_content
  513. },
  514. complication: function() {
  515. if (this.record.id == 0) {
  516. return '-'
  517. }
  518. return this.record.complication
  519. },
  520. temperature: function() {
  521. if (this.record.id == 0) {
  522. return '-'
  523. }
  524. return this.record.temperature
  525. },
  526. pulse_frequency: function() {
  527. if (this.record.id == 0) {
  528. return '-'
  529. }
  530. return this.record.pulse_frequency
  531. },
  532. actual_treatment_hour: function() {
  533. if (this.record.id == 0) {
  534. return '-'
  535. }
  536. return this.record.actual_treatment_hour
  537. },
  538. actual_treatment_minute: function() {
  539. if (this.record.id == 0) {
  540. return '-'
  541. }
  542. return this.record.actual_treatment_minute
  543. },
  544. dialysis_intakes: function() {
  545. if (this.record.id == 0) {
  546. return '-'
  547. }
  548. return this.record.dialysis_intakes
  549. },
  550. observation_content_other: function() {
  551. if (this.record.id == 0) {
  552. return '-'
  553. }
  554. return this.record.observation_content_other
  555. },
  556. observation_content: function() {
  557. if (this.record.id == 0) {
  558. return '-'
  559. }
  560. return this.record.observation_content
  561. },
  562. complication: function() {
  563. if (this.record.id == 0) {
  564. return '-'
  565. }
  566. return this.record.complication
  567. },
  568. remark: function() {
  569. if (this.record.id == 0) {
  570. return ''
  571. }
  572. return this.record.remark
  573. },
  574. in_advance_minute: function() {
  575. if (this.record == null || this.record.id == '') {
  576. return ''
  577. }
  578. return this.record.in_advance_minute
  579. },
  580. in_advance_reason: function() {
  581. if (this.record == null || this.record.id == '') {
  582. return ''
  583. }
  584. return (
  585. this.record.in_advance_reason + ',' + this.record.in_advance_reason_other
  586. )
  587. },
  588. hemostasis_minute: function() {
  589. if (this.record == null || this.record.id == '') {
  590. return ''
  591. }
  592. return this.record.hemostasis_minute
  593. },
  594. in_advance_reason_other: function() {
  595. if (this.record == null || this.record.id == '') {
  596. return ''
  597. }
  598. return this.record.in_advance_reason_other
  599. },
  600. methods: {
  601. getInternal: function() {
  602. if (this.record.id == 0) {
  603. return '-'
  604. }
  605. switch (this.record.internal_fistula_tremor_ac) {
  606. case 1:
  607. return '存在'
  608. break
  609. case 2:
  610. return '减弱'
  611. break
  612. case 3:
  613. return '无'
  614. break
  615. default:
  616. return '-'
  617. }
  618. },
  619. getOpera: function(id) {
  620. var hemostasis_opera = this.$store.getters.hemostasis_opera
  621. var hemostasisOperaName = ''
  622. for (let i = 0; i < hemostasis_opera.length; i++) {
  623. if (hemostasis_opera[i].id == id) {
  624. hemostasisOperaName = hemostasis_opera[i].name
  625. }
  626. }
  627. return hemostasisOperaName
  628. },
  629. getTremorNoise: function(id) {
  630. var tremor_noise = this.$store.getters.tremor_noise
  631. var tremorNoiseName = ''
  632. for (let i = 0; i < tremor_noise.length; i++) {
  633. if (tremor_noise[i].id == id) {
  634. tremorNoiseName = tremor_noise[i].name
  635. }
  636. }
  637. return tremorNoiseName
  638. },
  639. getUnit: function(val) {
  640. switch (val) {
  641. case 1:
  642. return 'g'
  643. break
  644. case 2:
  645. return 'ml'
  646. break
  647. }
  648. },
  649. getDisequilibriumSyndrome: function(id) {
  650. var disequilibrium_syndrome = this.$store.getters.disequilibrium_syndrome
  651. var disequilibriumSyndromeName = ''
  652. for (let i = 0; i < disequilibrium_syndrome.length; i++) {
  653. if (disequilibrium_syndrome[i].id == id) {
  654. disequilibriumSyndromeName = disequilibrium_syndrome[i].name
  655. }
  656. }
  657. return disequilibriumSyndromeName
  658. },
  659. getDisequilibriumSyndromeOptionName: function(id) {
  660. var disequilibrium_syndrome_option = this.$store.getters
  661. .disequilibrium_syndrome_option
  662. var disequilibriumSyndromeOptionName = ''
  663. for (let i = 0; i < disequilibrium_syndrome_option.length; i++) {
  664. if (disequilibrium_syndrome_option[i].id == id) {
  665. disequilibriumSyndromeOptionName =
  666. disequilibrium_syndrome_option[i].name
  667. }
  668. }
  669. return disequilibriumSyndromeOptionName
  670. },
  671. getArterialTubeName: function(id) {
  672. var arterial_tube = this.$store.getters.arterial_tube
  673. var arterialTubeName = ''
  674. for (let i = 0; i < arterial_tube.length; i++) {
  675. if (arterial_tube[i].id == id) {
  676. arterialTubeName = arterial_tube[i].name
  677. }
  678. }
  679. return arterialTubeName
  680. },
  681. getIntravenousTubeName: function(id) {
  682. var intravenous_tube = this.$store.getters.intravenous_tube
  683. var intravenousTubeName = ''
  684. for (let i = 0; i < intravenous_tube.length; i++) {
  685. if (intravenous_tube[i].id == id) {
  686. intravenousTubeName = intravenous_tube[i].name
  687. }
  688. }
  689. return intravenousTubeName
  690. },
  691. getDialyzer: function(id) {
  692. var dialyzer = this.$store.getters.dialyzer
  693. var dialyzerName = ''
  694. for (let i = 0; i < dialyzer.length; i++) {
  695. if (dialyzer[i].id == id) {
  696. dialyzerName = dialyzer[i].name
  697. }
  698. }
  699. return dialyzerName
  700. },
  701. isShow(name) {
  702. var filedList = store.getters.xt_user.fileds
  703. for (let i = 0; i < filedList.length; i++) {
  704. if (
  705. filedList[i].module == 5 &&
  706. filedList[i].filed_name_cn == name &&
  707. filedList[i].is_show == 1
  708. ) {
  709. return true
  710. }
  711. }
  712. return false
  713. }
  714. }
  715. }
  716. </script>
  717. <style rel="stylesheet/scss" lang="scss" scoped></style>