Commit be433e30 authored by youjie's avatar youjie

no message

parent 38514aa6
......@@ -114,7 +114,7 @@
<p class="_tit">{{text}}</p>
</el-col>
<el-col :span="4" class="_add_saveBtn">
<el-button  class="normalBtn" @click="addLoading?submitForm('addMsg'):''" style="marginRight:10px" >{{$t('pub.saveBtn')}}</el-button>
<el-button  class="normalBtn" @click="addLoading?submitForm('addMsg'):''" style="margin-right:10px" >{{$t('pub.saveBtn')}}</el-button>
<el-button class="hollowFixedBtn"  @click="cancelEdit(),resetForm('addMsg'),addShow=false" >{{$t('pub.cancelBtn')}}</el-button>
</el-col>
</el-row>
......@@ -153,7 +153,7 @@
components: {
},
data() {
data() {
return {
title: '',
addLoading: true,
......@@ -224,7 +224,7 @@
let msg = {
Id: item.Id
}
that.$confirm('此操作将删除此金蝶币种,是否继续?', '提示', {
that.$confirm('此操作将删除此金蝶币种,是否继续?', '提示', {
confirmButtonText: '确定',
cancelButtonText: '取消',
type: 'warning'
......
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