Browse Source

Merge branch 'superman' of http://git.shengws.com/zhangbj/xt_vue into superman

柳香萍 6 years ago
parent
commit
83e45ecd95
1 changed files with 13 additions and 1 deletions
  1. 13 1
      src/xt_pages/sign/index.vue

+ 13 - 1
src/xt_pages/sign/index.vue View File

1
 <template>
1
 <template>
2
+
3
+    <div class="main-contain">
4
+    <div class="position">
5
+        <bread-crumb :crumbs='crumbs'></bread-crumb>
6
+    </div>
2
     <div class="app-container sign-and-weigh-box">
7
     <div class="app-container sign-and-weigh-box">
3
         <el-row :gutter="20">
8
         <el-row :gutter="20">
4
             <el-col :span="7">
9
             <el-col :span="7">
134
                 </el-form>
139
                 </el-form>
135
             </el-col>
140
             </el-col>
136
         </el-row>
141
         </el-row>
137
-    </div>
142
+    </div>   
143
+   </div>
138
 </template>
144
 </template>
139
 
145
 
140
 <script>
146
 <script>
141
 import { fetchSignPatients, getPatientSign, SignWeigh, getDialysisInforInfomation, getDialysisAfterInfomation, createdata, editdata } from '@/api/signandweigh'
147
 import { fetchSignPatients, getPatientSign, SignWeigh, getDialysisInforInfomation, getDialysisAfterInfomation, createdata, editdata } from '@/api/signandweigh'
148
+import BreadCrumb from '../components/bread-crumb'
142
 export default {
149
 export default {
143
   name: 'sign',
150
   name: 'sign',
151
+  components: { BreadCrumb },
144
   data() {
152
   data() {
145
     return {
153
     return {
154
+      crumbs: [
155
+          { path: false, name: '签到称重' },
156
+          { path: '/sign/index', name: '签到称重' }
157
+        ],
146
       patientlist: [],
158
       patientlist: [],
147
       signAndWeighBoxPatients: 'sign-and-weigh-box-patients',
159
       signAndWeighBoxPatients: 'sign-and-weigh-box-patients',
148
       queryParams: {
160
       queryParams: {