评估-领域-新图表数据化-优化
This commit is contained in:
@ -74,14 +74,14 @@
|
||||
v-hasPermi="['benyi:checkindetail:add']"
|
||||
>新增</el-button
|
||||
>
|
||||
<!-- <el-button
|
||||
<el-button
|
||||
type="success"
|
||||
icon="el-icon-edit"
|
||||
size="mini"
|
||||
:disabled="single"
|
||||
@click="handleUpdate"
|
||||
v-hasPermi="['benyi:checkindetail:edit']"
|
||||
>修改</el-button> -->
|
||||
>修改</el-button>
|
||||
<el-button
|
||||
type="danger"
|
||||
icon="el-icon-delete"
|
||||
|
@ -70,7 +70,7 @@
|
||||
v-hasPermi="['benyi:child:add']"
|
||||
>新增</el-button
|
||||
>
|
||||
<!-- <el-button
|
||||
<el-button
|
||||
type="success"
|
||||
icon="el-icon-edit"
|
||||
size="mini"
|
||||
@ -78,7 +78,7 @@
|
||||
@click="handleUpdate"
|
||||
v-hasPermi="['benyi:child:edit']"
|
||||
>修改</el-button
|
||||
> -->
|
||||
>
|
||||
<el-button
|
||||
type="danger"
|
||||
icon="el-icon-delete"
|
||||
|
@ -6,7 +6,7 @@
|
||||
:inline="true"
|
||||
label-width="68px"
|
||||
>
|
||||
<el-form-item label="标题" prop="title">
|
||||
<el-form-item label="体验标题" prop="title">
|
||||
<el-input
|
||||
v-model="queryParams.title"
|
||||
placeholder="请输入标题"
|
||||
|
@ -103,7 +103,7 @@
|
||||
v-hasPermi="['benyi:healthcheck:add']"
|
||||
>新增</el-button
|
||||
>
|
||||
<!-- <el-button
|
||||
<el-button
|
||||
type="success"
|
||||
icon="el-icon-edit"
|
||||
size="mini"
|
||||
@ -111,7 +111,7 @@
|
||||
@click="handleUpdate"
|
||||
v-hasPermi="['benyi:healthcheck:edit']"
|
||||
>修改</el-button
|
||||
> -->
|
||||
>
|
||||
<el-button
|
||||
type="danger"
|
||||
icon="el-icon-delete"
|
||||
|
@ -49,7 +49,7 @@
|
||||
v-hasPermi="['benyi:learndevelopmentfamily:add']"
|
||||
>新增</el-button
|
||||
>
|
||||
<!-- <el-button
|
||||
<el-button
|
||||
type="success"
|
||||
icon="el-icon-edit"
|
||||
size="mini"
|
||||
@ -57,7 +57,7 @@
|
||||
@click="handleUpdate"
|
||||
v-hasPermi="['benyi:learndevelopmentfamily:edit']"
|
||||
>修改</el-button
|
||||
> -->
|
||||
>
|
||||
<el-button
|
||||
type="danger"
|
||||
icon="el-icon-delete"
|
||||
|
@ -49,14 +49,14 @@
|
||||
v-hasPermi="['benyi:learndevelopmentteacher:add']"
|
||||
>新增</el-button
|
||||
>
|
||||
<!-- <el-button
|
||||
<el-button
|
||||
type="success"
|
||||
icon="el-icon-edit"
|
||||
size="mini"
|
||||
:disabled="single"
|
||||
@click="handleUpdate"
|
||||
v-hasPermi="['benyi:learndevelopmentteacher:edit']"
|
||||
>修改</el-button> -->
|
||||
>修改</el-button>
|
||||
<el-button
|
||||
type="danger"
|
||||
icon="el-icon-delete"
|
||||
|
@ -4,9 +4,9 @@
|
||||
:model="queryParams"
|
||||
ref="queryForm"
|
||||
:inline="true"
|
||||
label-width="68px"
|
||||
label-width="90px"
|
||||
>
|
||||
<el-form-item label="标题" prop="title">
|
||||
<el-form-item label="通知书标题" prop="title">
|
||||
<el-input
|
||||
v-model="queryParams.title"
|
||||
placeholder="请输入标题"
|
||||
@ -15,7 +15,7 @@
|
||||
@keyup.enter.native="handleQuery"
|
||||
/>
|
||||
</el-form-item>
|
||||
<el-form-item label="类型" prop="type">
|
||||
<el-form-item label="通知书类型" prop="type">
|
||||
<el-select v-model="queryParams.type" placeholder="请选择">
|
||||
<el-option
|
||||
v-for="dict in typeOptions"
|
||||
|
@ -86,14 +86,14 @@
|
||||
v-hasPermi="['benyi:schoolcalendar:add']"
|
||||
>新增</el-button
|
||||
>
|
||||
<!-- <el-button
|
||||
<el-button
|
||||
type="success"
|
||||
icon="el-icon-edit"
|
||||
size="mini"
|
||||
:disabled="single"
|
||||
@click="handleUpdate"
|
||||
v-hasPermi="['benyi:schoolcalendar:edit']"
|
||||
>修改</el-button> -->
|
||||
>修改</el-button>
|
||||
<el-button
|
||||
type="danger"
|
||||
icon="el-icon-delete"
|
||||
|
Reference in New Issue
Block a user