Commit 10070564 authored by 李苏's avatar 李苏 💬

修改

parent 2a9bf097
...@@ -101,8 +101,8 @@ export default { ...@@ -101,8 +101,8 @@ export default {
appName:'', appName:'',
codeUrl: "", codeUrl: "",
loginForm: { loginForm: {
username: "superuser", username: "",
password: "123456", password: "",
rememberMe: false, rememberMe: false,
code: "", code: "",
uuid: "" uuid: ""
......
...@@ -66,7 +66,7 @@ ...@@ -66,7 +66,7 @@
<el-row class="tool-bar"> <el-row class="tool-bar">
<PrintButton :app='app'></PrintButton> <PrintButton :app='app'></PrintButton>
<ViewButton ref="view" :app='app'></ViewButton> <ViewButton ref="view" :app='app'></ViewButton>
<AttachFileShow :app='app'></AttachFileShow> <AttachFileShow :delButton='false' :app='app'></AttachFileShow>
<FieldButton :app='app'></FieldButton> <FieldButton :app='app'></FieldButton>
<ExcelButton :app='app'></ExcelButton> <ExcelButton :app='app'></ExcelButton>
<!-- 额外按钮--> <!-- 额外按钮-->
......
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