Sfoglia il codice sorgente

Merge branch 'master' of http://git.shengws.com/csx/Vue_New

XMLWAN 5 anni fa
parent
commit
95f8b73712

+ 3 - 3
src/xt_pages/dialysis/template/DialysisPrintOrderThirteen.vue Vedi File

86
           (<label-box :isChecked="predialysis.blood_access_part_opera_name.indexOf('中心静脉置管-左') > -1 ? true : false" showValue="左"></label-box>
86
           (<label-box :isChecked="predialysis.blood_access_part_opera_name.indexOf('中心静脉置管-左') > -1 ? true : false" showValue="左"></label-box>
87
               <label-box :isChecked="predialysis.blood_access_part_opera_name.indexOf('中心静脉置管-右') > -1 ? true : false" showValue="右"></label-box>)部位
87
               <label-box :isChecked="predialysis.blood_access_part_opera_name.indexOf('中心静脉置管-右') > -1 ? true : false" showValue="右"></label-box>)部位
88
           &nbsp;
88
           &nbsp;
89
-          <label-box :isChecked="predialysis.blood_access_part_opera_name.indexOf('颈内静脉') > -1 ? true : false" showValue="颈内"></label-box>
89
+          <label-box :isChecked="predialysis.blood_access_part_opera_name.indexOf('颈内') > -1 ? true : false" showValue="颈内"></label-box>
90
           &nbsp;
90
           &nbsp;
91
           <label-box :isChecked="predialysis.blood_access_part_opera_name.indexOf('锁骨下') > -1 ? true : false" showValue="锁骨下"></label-box>
91
           <label-box :isChecked="predialysis.blood_access_part_opera_name.indexOf('锁骨下') > -1 ? true : false" showValue="锁骨下"></label-box>
92
           &nbsp;
92
           &nbsp;
93
-          <label-box :isChecked="predialysis.blood_access_part_opera_name.indexOf('股静脉') > -1 ? true : false" showValue="股"></label-box>
93
+          <label-box :isChecked="predialysis.blood_access_part_opera_name.indexOf('股') > -1 ? true : false" showValue="股"></label-box>
94
           &nbsp;
94
           &nbsp;
95
-          <label-box :isChecked="['内瘘-左','内瘘-右','中心静脉置管-左','中心静脉置管-右','颈内静脉','锁骨下','股静脉'].indexOf(predialysis.blood_access_part_opera_name) == -1? true : false" showValue="其他"></label-box>
95
+          <label-box :isChecked="['内瘘-左','内瘘-右','中心静脉置管-左','中心静脉置管-右','颈内','锁骨下','股'].indexOf(predialysis.blood_access_part_opera_name) == -1? true : false" showValue="其他"></label-box>
96
           &nbsp;
96
           &nbsp;
97
         </div>
97
         </div>
98
       </div>
98
       </div>

+ 1 - 1
src/xt_pages/user/patients.vue Vedi File

99
           class="filter-item"
99
           class="filter-item"
100
           type="primary"
100
           type="primary"
101
           size="small"
101
           size="small"
102
-        >下载错误日志
102
+        >下载日志
103
         </el-button>
103
         </el-button>
104
 
104
 
105
         <el-button
105
         <el-button

+ 1 - 1
src/xt_pages/workforce/appointment.vue Vedi File

61
             class="filter-item"
61
             class="filter-item"
62
             type="primary"
62
             type="primary"
63
             size="small"
63
             size="small"
64
-          >下载错误日志
64
+          >下载日志
65
           </el-button>
65
           </el-button>
66
 
66
 
67
           <el-button type="primary" size="small" icon="el-icon-printer" @click="printScheduleAction">打印</el-button>
67
           <el-button type="primary" size="small" icon="el-icon-printer" @click="printScheduleAction">打印</el-button>

+ 1 - 1
src/xt_pages/workforce/template.vue Vedi File

76
           class="filter-item"
76
           class="filter-item"
77
           type="primary"
77
           type="primary"
78
           size="small"
78
           size="small"
79
-        >下载错误日志
79
+        >下载日志
80
         </el-button>
80
         </el-button>
81
 
81
 
82
         <!--<upload-excel style="float:right;" :on-success='handleSuccess' :before-upload="beforeUpload"></upload-excel>-->
82
         <!--<upload-excel style="float:right;" :on-success='handleSuccess' :before-upload="beforeUpload"></upload-excel>-->