Commit d59fc51c authored by hangjun83's avatar hangjun83

前端更新

parent 198e29cb
...@@ -147,7 +147,7 @@ ...@@ -147,7 +147,7 @@
v-if="form.menuType == 'button'" v-if="form.menuType == 'button'"
> >
<dict <dict
dict="permission_type" dict="defaultButtonPermission"
v-model="form.buttonType" v-model="form.buttonType"
placeholder="请选择或输入搜索" placeholder="请选择或输入搜索"
filterable filterable
......
...@@ -13,7 +13,6 @@ ...@@ -13,7 +13,6 @@
<Button type="dashed" @click="openTip = !openTip">{{ <Button type="dashed" @click="openTip = !openTip">{{
openTip ? "关闭提示" : "开启提示" openTip ? "关闭提示" : "开启提示"
}}</Button> }}</Button>
<Input v-model="searchForm.key" suffix="ios-search" @on-change="getDataList" placeholder="输入关键词搜索" clearable style="width: 250px" />
</Row> </Row>
<Alert show-icon v-show="openTip"> <Alert show-icon v-show="openTip">
已选择 已选择
...@@ -153,7 +152,7 @@ export default { ...@@ -153,7 +152,7 @@ export default {
align: "center", align: "center",
width: 200, width: 200,
render: (h, params) => { render: (h, params) => {
if (params.row.defaultRole) { if (params.row.isDefault) {
return h("div", [ return h("div", [
h("Checkbox", { h("Checkbox", {
props: { 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