diff --git a/package.json b/package.json index b70d8f7..598ad8b 100644 --- a/package.json +++ b/package.json @@ -36,6 +36,7 @@ "url": "https://gitee.com/y_project/MuYu-Cloud.git" }, "dependencies": { + "@amap/amap-jsapi-loader": "^1.0.1", "@riophae/vue-treeselect": "0.4.0", "axios": "0.24.0", "clipboard": "2.0.8", diff --git a/public/index.html b/public/index.html index 99f7ed8..1958284 100644 --- a/public/index.html +++ b/public/index.html @@ -9,6 +9,7 @@ <%= webpackConfig.name %> + diff --git a/src/views/product/for/index.vue b/src/views/product/for/index.vue index 54c4427..88a0ce0 100644 --- a/src/views/product/for/index.vue +++ b/src/views/product/for/index.vue @@ -31,7 +31,7 @@ icon="el-icon-plus" size="mini" @click="handleAdd" - v-hasPermi="['product:for:add']" + v-hasPermi="['authentication:for:add']" >新增 @@ -42,7 +42,7 @@ size="mini" :disabled="single" @click="handleUpdate" - v-hasPermi="['product:for:edit']" + v-hasPermi="['authentication:for:edit']" >修改 @@ -53,7 +53,7 @@ size="mini" :disabled="multiple" @click="handleDelete" - v-hasPermi="['product:for:remove']" + v-hasPermi="['authentication:for:remove']" >删除 @@ -63,7 +63,7 @@ icon="el-icon-download" size="mini" @click="handleExport" - v-hasPermi="['product:for:export']" + v-hasPermi="['authentication:for:export']" >导出 @@ -82,19 +82,19 @@ type="text" icon="el-icon-edit" @click="handleUpdate(scope.row)" - v-hasPermi="['product:for:edit']" + v-hasPermi="['authentication:for:edit']" >修改 删除 - + 新增 @@ -50,7 +50,7 @@ size="mini" :disabled="single" @click="handleUpdate" - v-hasPermi="['product:service:edit']" + v-hasPermi="['authentication:AddService:edit']" >修改 @@ -61,7 +61,7 @@ size="mini" :disabled="multiple" @click="handleDelete" - v-hasPermi="['product:service:remove']" + v-hasPermi="['authentication:AddService:remove']" >删除 @@ -71,7 +71,7 @@ icon="el-icon-download" size="mini" @click="handleExport" - v-hasPermi="['product:service:export']" + v-hasPermi="['authentication:AddService:export']" >导出 @@ -95,19 +95,19 @@ type="text" icon="el-icon-edit" @click="handleUpdate(scope.row)" - v-hasPermi="['product:service:edit']" + v-hasPermi="['authentication:AddService:edit']" >修改 删除 - + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 搜索 + 重置 + + + + + + 新增 + + + 修改 + + + 删除 + + + 导出 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +