|
|
|
|
319
|
align="center"
|
319
|
align="center"
|
320
|
label="超滤率(ml/h)"
|
320
|
label="超滤率(ml/h)"
|
321
|
width="100"
|
321
|
width="100"
|
322
|
- v-if="isShow('超滤率') && (template_id == 6 || template_id == 10 || template_id == 11 || template_id == 12 || template_id == 13 || template_id == 17 || template_id == 18 || template_id == 19 || template_id == 20 || template_id == 21 || template_id == 22) "
|
|
|
|
|
322
|
+ v-if="isShow('超滤率') && (template_id == 6 || template_id == 10 || template_id == 11 || template_id == 12 || template_id == 13 || template_id == 17 || template_id == 18 || template_id == 19 || template_id == 20 || template_id == 21 || template_id == 22 || template_id == 23) "
|
323
|
>
|
323
|
>
|
324
|
<template slot-scope="scope">
|
324
|
<template slot-scope="scope">
|
325
|
{{ scope.row.ultrafiltration_rate ? scope.row.ultrafiltration_rate : "" }}
|
325
|
{{ scope.row.ultrafiltration_rate ? scope.row.ultrafiltration_rate : "" }}
|
|
|
|
|
330
|
align="center"
|
330
|
align="center"
|
331
|
label="超滤率(L/h)"
|
331
|
label="超滤率(L/h)"
|
332
|
width="100"
|
332
|
width="100"
|
333
|
- v-if="isShow('超滤率') && template_id != 6 && template_id != 10 && template_id != 11 && template_id != 12 && template_id != 13 && template_id != 17 && template_id != 18 && template_id != 19 && template_id != 20 && template_id != 21 && template_id != 22"
|
|
|
|
|
333
|
+ v-if="isShow('超滤率') && template_id != 6 && template_id != 10 && template_id != 11 && template_id != 12 && template_id != 13 && template_id != 17 && template_id != 18 && template_id != 19 && template_id != 20 && template_id != 21 && template_id != 22 && template_id != 23 "
|
334
|
>
|
334
|
>
|
335
|
<template slot-scope="scope">
|
335
|
<template slot-scope="scope">
|
336
|
{{ scope.row.ultrafiltration_rate ? scope.row.ultrafiltration_rate : "" }}
|
336
|
{{ scope.row.ultrafiltration_rate ? scope.row.ultrafiltration_rate : "" }}
|