Commit f50481f4 authored by 仇晓婷's avatar 仇晓婷

ddd

parent c543eab0
...@@ -22,7 +22,12 @@ ...@@ -22,7 +22,12 @@
<template slot="easySearch"> <template slot="easySearch">
<Form ref="formInline" :model="easySearch" inline> <Form ref="formInline" :model="easySearch" inline>
<FormItem prop="keys"> <FormItem prop="keys">
<Input clearable placeholder="请输入资源名称/资源编码/编码" v-model.trim="easySearch.keys.value" v-width="260" /> <Input
clearable
placeholder="请输入资源名称/资源编码/编码"
v-model.trim="easySearch.keys.value"
v-width="260"
/>
</FormItem> </FormItem>
<FormItem> <FormItem>
<Button type="primary" @click="search">查询</Button> <Button type="primary" @click="search">查询</Button>
...@@ -131,17 +136,6 @@ export default { ...@@ -131,17 +136,6 @@ export default {
title: this.l("resourceId"), title: this.l("resourceId"),
align: "left", align: "left",
easy: true, easy: true,
render: (h, params) => {
return h(
"a",
{
props: {},
style: {},
on: { click: () => this.detail(params.row.id) },
},
params.row.resourceCode
);
},
}, },
{ {
key: "nameOfResource", key: "nameOfResource",
......
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