Commit 9fa22f6b authored by 李苏's avatar 李苏 💬

Modify some parameters

parent e3ddf442
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
</el-row> </el-row>
<div class="editTab"> <div class="editTab">
<editTableForEdit :AuxButton='false' :indexApp='app' :type='type' @save='save' ref="editTableForEdit" <editTableForEdit :phsxTitle='false' :expandTitle='false' :AuxButton='false' :indexApp='app' :type='type' @save='save' ref="editTableForEdit"
:editTableTitle='editTableTitle' v-if="editTableForEdit" :computedRow='computedRow' :editTableTitle='editTableTitle' v-if="editTableForEdit" :computedRow='computedRow'
:editTableData="formDetail"> :editTableData="formDetail">
<template v-if="type!='view'" #toolbar="ctx"> <template v-if="type!='view'" #toolbar="ctx">
...@@ -230,7 +230,7 @@ ...@@ -230,7 +230,7 @@
field: "sl", field: "sl",
type: 'inputNumber', type: 'inputNumber',
width: 100, width: 100,
allowEdit: true, allowEdit: false,
}, },
{ {
title: "入库数量", title: "入库数量",
......
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