Commit be433e30 authored by youjie's avatar youjie

no message

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