|
|
@@ -45,8 +45,8 @@
|
|
|
</el-table-column>
|
|
|
<el-table-column fixed="right" label="操作" width="150">
|
|
|
<template slot-scope="scope">
|
|
|
- <el-button type="primary" plain size="small" @click="editHandle(scope.row)">编辑</el-button>
|
|
|
- <el-button type="danger" plain size="small" @click="delHandle(scope)" v-if="false">删除</el-button>
|
|
|
+ <el-button type="primary" plain size="small" @click="editHandle(scope.row)">Edit</el-button>
|
|
|
+ <el-button type="danger" plain size="small" @click="delHandle(scope)" v-if="false">Delete</el-button>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
</el-table>
|
|
|
@@ -56,7 +56,7 @@
|
|
|
所选数据<i class="el-icon-arrow-down el-icon--right"></i>
|
|
|
</el-button>
|
|
|
<el-dropdown-menu slot="dropdown">
|
|
|
- <el-dropdown-item command="delete">删除</el-dropdown-item>
|
|
|
+ <el-dropdown-item command="delete">Delete</el-dropdown-item>
|
|
|
</el-dropdown-menu>
|
|
|
</el-dropdown>
|
|
|
<el-button type="primary" size="small" @click="onAdd" v-if="false">添加级别</el-button>
|
|
|
@@ -136,12 +136,12 @@ export default {
|
|
|
type: 'success'
|
|
|
})
|
|
|
this.submitButtonStat = false
|
|
|
-
|
|
|
+
|
|
|
}).catch(response => {
|
|
|
this.submitButtonStat = false
|
|
|
-
|
|
|
+
|
|
|
})
|
|
|
-
|
|
|
+
|
|
|
console.log('sss',this.value1)
|
|
|
},
|
|
|
onSubmit() {
|
|
|
@@ -154,7 +154,7 @@ export default {
|
|
|
type: 'success'
|
|
|
})
|
|
|
this.submitButtonStat = false
|
|
|
-
|
|
|
+
|
|
|
}).catch(response => {
|
|
|
this.submitButtonStat = false
|
|
|
|