|
@@ -10,7 +10,7 @@
|
|
|
@keyup.enter.native="handleQuery"
|
|
|
/>
|
|
|
</el-form-item>
|
|
|
- <el-form-item label="提交人ID" prop="createBy">
|
|
|
+ <!-- <el-form-item label="提交人ID" prop="createBy">
|
|
|
<el-input
|
|
|
v-model="queryParams.createBy"
|
|
|
placeholder="请输入提交人ID"
|
|
@@ -18,7 +18,7 @@
|
|
|
size="small"
|
|
|
@keyup.enter.native="handleQuery"
|
|
|
/>
|
|
|
- </el-form-item>
|
|
|
+ </el-form-item> -->
|
|
|
<el-form-item>
|
|
|
<el-button type="cyan" icon="el-icon-search" size="mini" @click="handleQuery">搜索</el-button>
|
|
|
<el-button icon="el-icon-refresh" size="mini" @click="resetQuery">重置</el-button>
|
|
@@ -26,7 +26,7 @@
|
|
|
</el-form>
|
|
|
|
|
|
<el-row :gutter="10" class="mb8">
|
|
|
- <el-col :span="1.5">
|
|
|
+ <!-- <el-col :span="1.5">
|
|
|
<el-button
|
|
|
type="primary"
|
|
|
icon="el-icon-plus"
|
|
@@ -44,7 +44,7 @@
|
|
|
@click="handleUpdate"
|
|
|
v-hasPermi="['system:feedbackinfo:edit']"
|
|
|
>修改</el-button>
|
|
|
- </el-col>
|
|
|
+ </el-col> -->
|
|
|
<el-col :span="1.5">
|
|
|
<el-button
|
|
|
type="danger"
|
|
@@ -55,7 +55,7 @@
|
|
|
v-hasPermi="['system:feedbackinfo:remove']"
|
|
|
>删除</el-button>
|
|
|
</el-col>
|
|
|
- <el-col :span="1.5">
|
|
|
+ <!-- <el-col :span="1.5">
|
|
|
<el-button
|
|
|
type="warning"
|
|
|
icon="el-icon-download"
|
|
@@ -63,7 +63,7 @@
|
|
|
@click="handleExport"
|
|
|
v-hasPermi="['system:feedbackinfo:export']"
|
|
|
>导出</el-button>
|
|
|
- </el-col>
|
|
|
+ </el-col> -->
|
|
|
<right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
|
|
|
</el-row>
|
|
|
|