Commit fa0a242d authored by dingyoujian's avatar dingyoujian

附件按钮调整

parent f2ce1f5a
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<AddButton ref="add" :app='this'></AddButton> <AddButton ref="add" :app='this'></AddButton>
<CopyButton ref="copy" :app='this'></CopyButton> <CopyButton ref="copy" :app='this'></CopyButton>
<EditButton ref="edit" :app='this'></EditButton> <EditButton ref="edit" :app='this'></EditButton>
<AttachFileShow :app='this' ></AttachFileShow> <AttachFileButton :app='this' ></AttachFileButton>
</el-row> </el-row>
<!-- 表格--> <!-- 表格-->
......
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
<AddButton ref="add" :app='app'></AddButton> <AddButton ref="add" :app='app'></AddButton>
<CopyButton ref="copy" :app='app'></CopyButton> <CopyButton ref="copy" :app='app'></CopyButton>
<EditButton ref="edit" :app='app'></EditButton> <EditButton ref="edit" :app='app'></EditButton>
<AttachFileShow :app='app' ></AttachFileShow> <AttachFileButton :app='app' ></AttachFileButton>
<FieldButton :app='app'></FieldButton> <FieldButton :app='app'></FieldButton>
<ExcelButton :app='app'></ExcelButton> <ExcelButton :app='app'></ExcelButton>
</el-row> </el-row>
......
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