评估-教育建议
This commit is contained in:
@ -71,7 +71,8 @@
|
||||
icon="el-icon-plus"
|
||||
@click="handleAdd(scope.row)"
|
||||
v-hasPermi="['benyi:assessmentcontent:add']"
|
||||
>新增</el-button>
|
||||
>新增</el-button
|
||||
>
|
||||
<el-button
|
||||
v-if="scope.row.parentId !== 0"
|
||||
size="mini"
|
||||
@ -147,6 +148,13 @@
|
||||
placeholder="请输入序号"
|
||||
/>
|
||||
</el-form-item>
|
||||
<el-form-item label="教育建议" prop="jyjy">
|
||||
<el-input
|
||||
v-model="form.jyjy"
|
||||
type="textarea"
|
||||
placeholder="请输入内容"
|
||||
/>
|
||||
</el-form-item>
|
||||
</el-form>
|
||||
<div slot="footer" class="dialog-footer">
|
||||
<el-button type="primary" @click="submitForm">确 定</el-button>
|
||||
@ -277,6 +285,7 @@ export default {
|
||||
createTime: undefined,
|
||||
sort: 0,
|
||||
ckbz: undefined,
|
||||
jyjy: undefined,
|
||||
};
|
||||
this.resetForm("form");
|
||||
},
|
||||
|
Reference in New Issue
Block a user