Commit f77284f7 authored by mzx's avatar mzx

确定并继续填写按钮显示修改

parent 6ec1f994
......@@ -412,7 +412,7 @@
</el-form>
<div slot="footer" class="dialog-footer">
<el-button v-if="!disabledon" type="primary" @click="submitForm"> </el-button>
<el-button v-if="!disabledon" type="primary" @click="submitForm('ContinueFill')">确定并继续填写</el-button>
<el-button v-if="!disabledon && title !== '修改运营车辆'" type="primary" @click="submitForm('ContinueFill')">确定并继续填写</el-button>
<el-button @click="cancel"> </el-button>
</div>
</el-dialog>
......
......@@ -273,8 +273,8 @@
</el-form>
<div slot="footer" class="dialog-footer">
<el-button v-if="!disabledon" type="primary" @click="submitForm"> </el-button>
<el-button v-if="!disabledon" type="primary" @click="submitForm('ContinueFill')">确定并继续填写</el-button>
<el-button v-if="disabledon == false" type="primary" @click="submitForm"> </el-button>
<el-button v-if="disabledon == false && title !== '修改人员信息'" type="primary" @click="submitForm('ContinueFill')">确定并继续填写</el-button>
<el-button @click="cancel"> </el-button>
</div>
</el-dialog>
......
......@@ -33,7 +33,7 @@
</el-form-item>
<el-form-item>
<el-button type="primary" icon="el-icon-search" size="mini" @click="handleQuery">查询</el-button>
<el-button type="primary" icon="el-icon-search" size="mini" @click="handleQuery">搜索</el-button>
<el-button icon="el-icon-refresh" size="mini" @click="resetQuery">重置</el-button>
<el-button type="warning" icon="el-icon-download" size="mini" @click="handleExport">导出</el-button>
</el-form-item>
......
......@@ -263,7 +263,7 @@
</el-form>
<div slot="footer" class="dialog-footer">
<el-button v-if="!disabledon" type="primary" @click="submitForm"> </el-button>
<el-button v-if="!disabledon" type="primary" @click="submitForm('ContinueFill')">确定并继续填写</el-button>
<el-button v-if="!disabledon && title !== '修改从业人员资质'" type="primary" @click="submitForm('ContinueFill')">确定并继续填写</el-button>
<el-button @click="cancel"> </el-button>
</div>
</el-dialog>
......
......@@ -185,7 +185,7 @@
</el-form>
<div slot="footer" class="dialog-footer">
<el-button type="primary" @click="submitForm">确 定</el-button>
<el-button type="primary" @click="submitForm('ContinueFill')">确定并继续填写</el-button>
<el-button type="primary" v-if="title !== '修改舰船底册'" @click="submitForm('ContinueFill')">确定并继续填写</el-button>
<el-button @click="cancel">取 消</el-button>
</div>
</el-dialog>
......
......@@ -266,7 +266,7 @@
</el-form>
<div slot="footer" class="dialog-footer">
<el-button v-if="disabledon == false" type="primary" @click="submitForm">确 定</el-button>
<el-button v-if="disabledon == false" type="primary" @click="submitForm('ContinueFill')">确定并继续填写</el-button>
<el-button v-if="disabledon == false && title !== '修改站点'" type="primary" @click="submitForm('ContinueFill')">确定并继续填写</el-button>
<el-button @click="cancel">取 消</el-button>
</div>
</el-dialog>
......
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