see999 3 gadus atpakaļ
vecāks
revīzija
0621a75495

+ 3 - 3
src/xt_pages/outpatientDoctorStation/components/prescriptionTemplateTable.vue Parādīt failu

@@ -98,7 +98,7 @@
98 98
                 </template>
99 99
             </el-table-column>
100 100
 
101
-            <el-table-column align="center" prop="remark" width="50" label="推送频率">
101
+            <el-table-column align="center" prop="remark" width="70" label="推送频率">
102 102
                 <template slot-scope="scope">
103 103
                     <div v-if="scope.row.frequency_type == 1">{{'每次必推'}}</div>
104 104
                     <div v-if="scope.row.frequency_type == 2">{{scope.row.day_count}}天/次</div>
@@ -108,7 +108,7 @@
108 108
             </el-table-column>
109 109
 
110 110
 
111
-            <el-table-column align="center" width="100" prop="name" label="操作">
111
+            <el-table-column align="center" width="150" prop="name" label="操作">
112 112
                 <template slot-scope="scope">
113 113
                     <!--<i class="el-icon-delete" @click="deleteDrug(scope.$index, scope.row)"></i>-->
114 114
                     <el-button size="mini" type="primary" @click="handleEdit(scope.row,scope.$index)">推送</el-button>
@@ -188,7 +188,7 @@
188 188
                     <el-input v-model="scope.row.remark" :title="scope.row.remark"></el-input>
189 189
                 </template>
190 190
             </el-table-column>
191
-            <el-table-column align="center" prop="remark" width="50" label="推送频率">
191
+            <el-table-column align="center" prop="remark" width="70" label="推送频率">
192 192
                 <template slot-scope="scope">
193 193
                     <div v-if="scope.row.frequency_type == 1">{{'每次必推'}}</div>
194 194
                     <div v-if="scope.row.frequency_type == 2">{{scope.row.day_count}}天/次</div>