Commit 5d70260c by Cat

仓库设备借出

parent 788352aa
...@@ -360,17 +360,6 @@ ...@@ -360,17 +360,6 @@
<el-row> <el-row>
<el-col> <el-col>
<el-form-item label="借用明细"> <el-form-item label="借用明细">
<el-col :span="1.5" style="margin-bottom: 5px">
<el-button
type="primary"
plain
icon="el-icon-plus"
size="mini"
@click="handOpenAdd()"
v-hasPermi="['system:student:add']"
>新增
</el-button>
</el-col>
<el-table stripe :data="tableData" border> <el-table stripe :data="tableData" border>
<el-table-column <el-table-column
type="selection" type="selection"
......
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