Commit c4ee93cf authored by zhangyanni's avatar zhangyanni

提交

parent 114a65c5
...@@ -141,8 +141,9 @@ ...@@ -141,8 +141,9 @@
</el-form-item> </el-form-item>
</el-form> </el-form>
<el-row style="margin: 40px 0 20px 0; text-align: center;width: 100%;"> <el-row style="margin: 40px 0 20px 0; text-align: center;width: 100%;">
<el-button @click="handleReset('ruleForm')" plain>取消</el-button>
<el-button type="primary" @click="submitForm('ruleForm')" :disabled="disabledFlag>0">保存</el-button> <el-button type="primary" @click="submitForm('ruleForm')" :disabled="disabledFlag>0">保存</el-button>
<el-button @click="handleReset('ruleForm')" plain>取消</el-button>
</el-row> </el-row>
</div> </div>
</template> </template>
......
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