Browse Source

feature-1.0-page:修改权限

master
chengkun 4 years ago
parent
commit
219a7c0dec
  1. 4
      src/views/img/fhUser/index.vue
  2. 4
      src/views/img/wxUser/index.vue

4
src/views/img/fhUser/index.vue

@ -38,7 +38,7 @@
size="mini"
:disabled="multiple"
@click="handleDelete"
v-hasPermi="['img:fh:remove']"
v-hasPermi="['img:fhUser:remove']"
>删除</el-button>
</el-col>
<right-toolbar :showSearch.sync="showSearch" @queryTable="getList" :columns="columns"></right-toolbar>
@ -87,7 +87,7 @@
type="text"
icon="el-icon-delete"
@click="handleDelete(scope.row)"
v-hasPermi="['img:fh:remove']"
v-hasPermi="['img:fhUser:remove']"
>删除</el-button>
</template>
</el-table-column>

4
src/views/img/wxUser/index.vue

@ -38,7 +38,7 @@
size="mini"
:disabled="multiple"
@click="handleDelete"
v-hasPermi="['img:wx:remove']"
v-hasPermi="['img:wxUser:remove']"
>删除</el-button>
</el-col>
<right-toolbar :showSearch.sync="showSearch" @queryTable="getList" :columns="columns"></right-toolbar>
@ -87,7 +87,7 @@
type="text"
icon="el-icon-delete"
@click="handleDelete(scope.row)"
v-hasPermi="['img:wx:remove']"
v-hasPermi="['img:wxUser:remove']"
>删除</el-button>
</template>
</el-table-column>

Loading…
Cancel
Save