Commit d59fc51c authored by hangjun83's avatar hangjun83

前端更新

parent 198e29cb
......@@ -147,7 +147,7 @@
v-if="form.menuType == 'button'"
>
<dict
dict="permission_type"
dict="defaultButtonPermission"
v-model="form.buttonType"
placeholder="请选择或输入搜索"
filterable
......
......@@ -13,7 +13,6 @@
<Button type="dashed" @click="openTip = !openTip">{{
openTip ? "关闭提示" : "开启提示"
}}</Button>
<Input v-model="searchForm.key" suffix="ios-search" @on-change="getDataList" placeholder="输入关键词搜索" clearable style="width: 250px" />
</Row>
<Alert show-icon v-show="openTip">
已选择
......@@ -153,7 +152,7 @@ export default {
align: "center",
width: 200,
render: (h, params) => {
if (params.row.defaultRole) {
if (params.row.isDefault) {
return h("div", [
h("Checkbox", {
props: {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment