Commit ee8ee4b3 authored by mhw's avatar mhw

查看数据集bug修复

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