Commit 86a94b22 by 潘际乾

#1179、#1180缺陷修复

parent a8f49195
......@@ -53,6 +53,6 @@
<style>
.c-content-scrollbar .el-scrollbar__wrap{
overflow-y: scroll;
overflow-x: auto;
overflow-x: hidden;
}
</style>
\ No newline at end of file
......@@ -53,6 +53,9 @@ export default {
// this.$emit("input", newVal);
// },
// },
mode () {
return this.$store.state.Status.mode
},
isDisable: {
get() {
return this.mode === "display" || this.disabled;
......
......@@ -105,22 +105,22 @@
</el-table-column>
<el-table-column label="" prop="det" width="150px" fixed="right" >
<template slot-scope="scope" slot="header">
<el-button
<c-button
circle
style="padding: 4px"
class="el-icon-plus"
size="mini"
@click="addRow(scope)"
>
</el-button>
<el-button
</c-button>
<c-button
style="padding: 4px"
circle
class="el-icon-minus"
size="mini"
@click="removeRow(scope)"
>
</el-button>
</c-button>
</template>
<template slot-scope="scoped">
<c-button
......
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