Commit f1983c2a authored by 王晓旭's avatar 王晓旭

修改查看的保存按钮

parent 71a26a67
...@@ -62,7 +62,7 @@ ...@@ -62,7 +62,7 @@
placeholder="请选择是否启用" placeholder="请选择是否启用"
/> />
</el-row> </el-row>
<form-buttons @submit="submitForm" noCancelBtn /> <form-buttons @submit="submitForm" noCancelBtn v-if="pageInfo.type != 'view'"/>
</el-form> </el-form>
</el-drawer> </el-drawer>
</template> </template>
......
...@@ -198,7 +198,7 @@ ...@@ -198,7 +198,7 @@
placeholder="请输入备注" placeholder="请输入备注"
/> />
</el-row> </el-row>
<form-buttons @submit="submitForm" noCancelBtn /> <form-buttons @submit="submitForm" noCancelBtn v-if="pageInfo.type != 'view'"/>
</el-form> </el-form>
</el-drawer> </el-drawer>
</template> </template>
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
<Field :span="20" label="模块消息编码" prop="moduleMsgCode" v-model="form.moduleMsgCode" type="textarea" placeholder="请输入模块消息编码,与上报消息头编码一致,唯一"/> <Field :span="20" label="模块消息编码" prop="moduleMsgCode" v-model="form.moduleMsgCode" type="textarea" placeholder="请输入模块消息编码,与上报消息头编码一致,唯一"/>
</el-row> </el-row>
<form-buttons @submit="submitForm" noCancelBtn /> <form-buttons @submit="submitForm" noCancelBtn v-if="pageInfo.type != 'view'"/>
</el-form> </el-form>
</el-drawer> </el-drawer>
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
</el-row> </el-row>
<form-buttons @submit='submitForm' noCancelBtn /> <form-buttons @submit='submitForm' noCancelBtn v-if="pageInfo.type != 'view'"/>
</el-form> </el-form>
</el-drawer> </el-drawer>
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
</el-row> </el-row>
<form-buttons @submit='submitForm' noCancelBtn /> <form-buttons @submit='submitForm' noCancelBtn v-if="pageInfo.type != 'view'"/>
</el-form> </el-form>
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
</el-row> </el-row>
<form-buttons @submit='submitForm' noCancelBtn /> <form-buttons @submit='submitForm' noCancelBtn v-if="pageInfo.type != 'view'"/>
</el-form> </el-form>
</el-drawer> </el-drawer>
......
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