yq1 1 anno fa
parent
commit
3cdc0084bc

+ 10 - 10
src/xt_pages/outpatientCharges/components/prescriptionTable.vue Vedi File

17
         fixed
17
         fixed
18
         align="center"
18
         align="center"
19
         type="index"
19
         type="index"
20
-        width="40"
20
+        width="50"
21
         label="序号"
21
         label="序号"
22
       ></el-table-column>
22
       ></el-table-column>
23
       <el-table-column
23
       <el-table-column
24
         fixed
24
         fixed
25
         align="center"
25
         align="center"
26
         prop="name"
26
         prop="name"
27
-        width="400"
27
+        width="300"
28
         label="名称"
28
         label="名称"
29
       >
29
       >
30
         <template slot-scope="scope"
30
         <template slot-scope="scope"
74
         </template>
74
         </template>
75
       </el-table-column>
75
       </el-table-column>
76
 
76
 
77
-      <el-table-column align="center" prop="name" width="320" label="医保编码">
77
+      <el-table-column align="center" prop="name" width="220" label="医保编码">
78
         <template slot-scope="scope">
78
         <template slot-scope="scope">
79
           <div>{{ scope.row.code }}</div>
79
           <div>{{ scope.row.code }}</div>
80
         </template>
80
         </template>
124
       <el-table-column
124
       <el-table-column
125
         align="center"
125
         align="center"
126
         prop="name"
126
         prop="name"
127
-        width="90"
127
+        width="130"
128
         label="符合正常范围金额"
128
         label="符合正常范围金额"
129
       >
129
       >
130
         <template slot-scope="scope">
130
         <template slot-scope="scope">
156
         fixed
156
         fixed
157
         align="center"
157
         align="center"
158
         type="index"
158
         type="index"
159
-        width="40"
159
+        width="50"
160
         label="序号"
160
         label="序号"
161
       ></el-table-column>
161
       ></el-table-column>
162
       <el-table-column
162
       <el-table-column
163
         fixed
163
         fixed
164
         align="center"
164
         align="center"
165
         prop="project_name"
165
         prop="project_name"
166
-        width="400"
166
+        width="280"
167
         label="名称"
167
         label="名称"
168
       >
168
       >
169
         <template slot-scope="scope">{{ scope.row.project_name }}</template>
169
         <template slot-scope="scope">{{ scope.row.project_name }}</template>
171
       <el-table-column
171
       <el-table-column
172
         align="center"
172
         align="center"
173
         prop="statistical_classification"
173
         prop="statistical_classification"
174
-        width="100"
174
+        width="80"
175
         label="组"
175
         label="组"
176
       >
176
       >
177
         <template slot-scope="scope">{{
177
         <template slot-scope="scope">{{
225
         <template slot-scope="scope">{{ scope.row.price }}元</template>
225
         <template slot-scope="scope">{{ scope.row.price }}元</template>
226
       </el-table-column>
226
       </el-table-column>
227
 
227
 
228
-      <el-table-column align="center" prop="name" width="60" label="执行状态">
228
+      <el-table-column align="center" prop="name" width="80" label="执行状态">
229
         <template slot-scope="scope">
229
         <template slot-scope="scope">
230
           <div>{{ scope.row.execution_state == 1 ? "已执行" : "未执行" }}</div>
230
           <div>{{ scope.row.execution_state == 1 ? "已执行" : "未执行" }}</div>
231
         </template>
231
         </template>
232
       </el-table-column>
232
       </el-table-column>
233
 
233
 
234
-      <el-table-column align="center" prop="name" width="120" label="医保编码">
234
+      <el-table-column align="center" prop="name" width="220" label="医保编码">
235
         <template slot-scope="scope">
235
         <template slot-scope="scope">
236
           <div>{{ scope.row.medical_code }}</div>
236
           <div>{{ scope.row.medical_code }}</div>
237
         </template>
237
         </template>
281
       <el-table-column
281
       <el-table-column
282
         align="center"
282
         align="center"
283
         prop="name"
283
         prop="name"
284
-        width="90"
284
+        width="130"
285
         label="符合正常范围金额"
285
         label="符合正常范围金额"
286
       >
286
       >
287
         <template slot-scope="scope">
287
         <template slot-scope="scope">