Commit 0044e4f2 authored by 赵啸非's avatar 赵啸非

修改部分缺陷

parent 53adc1b1
<template>
<div className="page">
<LayoutTable ref="layoutTable" :data="tableData" notAdd :config="tableConfig"/>
<LayoutTable ref="layoutTable" :data="tableData" notAdd notDel :config="tableConfig"/>
<dialog-show ref="dialogform" @ok="getData"/>
</div>
......@@ -87,6 +87,7 @@ export default {
</el-button>
<table-buttons
noAdd
noEdit
noView
row={row}
onEdit={this.toEdit}
......
......@@ -115,15 +115,6 @@
<el-row>
<Field
label="所属部门"
prop="deptId"
v-model="form.deptId"
:enumData="dict.deptId"
type="select"
placeholder="请选择所属部门"
/>
</el-row>
<form-buttons
......
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