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