See999 4 years ago
parent
commit
8ec441320c

+ 2 - 2
src/xt_pages/dialysis/components/dialysisParametersDialog.vue View File

7
     >
7
     >
8
     <div>
8
     <div>
9
         <el-date-picker
9
         <el-date-picker
10
-        style="width:140px;margin-right:10px"
10
+        style="width:150px;margin-right:10px"
11
         v-model="startTime"
11
         v-model="startTime"
12
         type="date"
12
         type="date"
13
         placeholder="选择日期"
13
         placeholder="选择日期"
14
         @change="selectStartime">
14
         @change="selectStartime">
15
         </el-date-picker>
15
         </el-date-picker>
16
         <el-date-picker
16
         <el-date-picker
17
-        style="width:140px;margin-right:10px"
17
+        style="width:150px;margin-right:10px"
18
         v-model="endTime"
18
         v-model="endTime"
19
         type="date"
19
         type="date"
20
         placeholder="选择日期">
20
         placeholder="选择日期">

+ 1 - 1
src/xt_pages/stock/stockOutOrder.vue View File

144
               <el-button
144
               <el-button
145
                 size="mini"
145
                 size="mini"
146
                 type="danger"
146
                 type="danger"
147
-                v-if="scope.row.is_sys != 1"
147
+                :disabled="scope.row.is_sys == 1"
148
                 icon="el-icon-delete"
148
                 icon="el-icon-delete"
149
                 @click="handleDelete(scope.$index, scope.row)"
149
                 @click="handleDelete(scope.$index, scope.row)"
150
               >
150
               >