Commit 43e1b038 authored by pengxin's avatar pengxin

按钮调整。

parent 8a3f637c
...@@ -19,9 +19,9 @@ ...@@ -19,9 +19,9 @@
</vxe-column> </vxe-column>
</vxe-table> </vxe-table>
<el-row type="flex" justify="end" class="dialog-btn-layer mt20" v-if="isEdit"> <el-row type="flex" justify="end" class="dialog-btn-layer mt20">
<el-button :size="defaultFormItemSize" :plain="true" @click="onCancel(false)">取消</el-button> <el-button :size="defaultFormItemSize" :plain="true" @click="onCancel(false)">关闭</el-button>
<el-button type="primary" :size="defaultFormItemSize" @click="onSubmit">确定</el-button> <el-button type="primary" :size="defaultFormItemSize" @click="onSubmit" v-if="isEdit">确定</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