-
+
@@ -54,7 +54,7 @@
plain
icon="Plus"
@click="handleAdd"
- v-hasPermi="['system:myprescription1:add']"
+ v-hasPermi="['system:myprescription:add']"
>新增
@@ -64,7 +64,7 @@
icon="Edit"
:disabled="single"
@click="handleUpdate"
- v-hasPermi="['system:myprescription1:edit']"
+ v-hasPermi="['system:myprescription:edit']"
>修改
@@ -74,7 +74,7 @@
icon="Delete"
:disabled="multiple"
@click="handleDelete"
- v-hasPermi="['system:myprescription1:remove']"
+ v-hasPermi="['system:myprescription:remove']"
>删除
@@ -83,16 +83,16 @@
plain
icon="Download"
@click="handleExport"
- v-hasPermi="['system:myprescription1:export']"
+ v-hasPermi="['system:myprescription:export']"
>导出
-
+
-
-
+
+
@@ -100,8 +100,8 @@
- 修改
- 删除
+ 修改
+ 删除
@@ -114,11 +114,11 @@
@pagination="getList"
/>
-
+
-
-
-
+
+
+
@@ -146,12 +146,12 @@
-
diff --git a/src/views/system/mydrug/index.vue b/src/views/system/mydrug/index.vue
index 87f1003..bbe5246 100644
--- a/src/views/system/mydrug/index.vue
+++ b/src/views/system/mydrug/index.vue
@@ -12,7 +12,7 @@