|
@@ -596,7 +596,8 @@ export default {
|
|
|
],
|
|
],
|
|
|
prescribeTypeOptions: [
|
|
prescribeTypeOptions: [
|
|
|
{ dictValue: '1', dictLabel: "西药" },
|
|
{ dictValue: '1', dictLabel: "西药" },
|
|
|
- { dictValue: '2', dictLabel: "中药" }
|
|
|
|
|
|
|
+ { dictValue: '2', dictLabel: "中药" },
|
|
|
|
|
+ { dictValue: '3', dictLabel: "OTC" }
|
|
|
],
|
|
],
|
|
|
statusOptions: [
|
|
statusOptions: [
|
|
|
{ dictValue: '0', dictLabel: "未开" },
|
|
{ dictValue: '0', dictLabel: "未开" },
|