Commit da9ec053 authored by youjie's avatar youjie
parents b84d080b 18187412
......@@ -1931,9 +1931,9 @@
that.$emit("saveMsg");
}
if (type == 2) {
that.btnTongBu = this.$t('objFill.v101.myOrdersAllType.tongbujd') + '...';
that.btnTongBu = that.$t('objFill.v101.myOrdersAllType.tongbujd') + '...';
} else {
that.btnText = this.$t('pub.saveBtn') + '...';
that.btnText = that.$t('pub.saveBtn') + '...';
}
});
},
......
......@@ -1919,9 +1919,9 @@
that.$emit("saveMsg");
}
if (type == 2) {
that.btnTongBu = this.$t('objFill.v101.myOrdersAllType.tongbujd');
that.btnTongBu = that.$t('objFill.v101.myOrdersAllType.tongbujd');
} else {
that.btnText = this.$t('pub.saveBtn')+'...';
that.btnText = that.$t('pub.saveBtn')+'...';
}
});
},
......
......@@ -1745,9 +1745,9 @@
that.$emit("saveMsg");
}
if (type == 2) {
that.btnTongBu = this.$t('objFill.v101.myOrdersAllType.tongbujd');
that.btnTongBu = that.$t('objFill.v101.myOrdersAllType.tongbujd');
} else {
that.btnText = this.$t('pub.saveBtn')+'...';
that.btnText = that.$t('pub.saveBtn')+'...';
}
});
},
......
......@@ -1781,9 +1781,9 @@
that.$emit("saveMsg");
}
if (type == 2) {
that.btnTongBu = this.$t('objFill.v101.myOrdersAllType.tongbujd');
that.btnTongBu = that.$t('objFill.v101.myOrdersAllType.tongbujd');
} else {
that.btnText = this.$t('pub.saveBtn')+'...';
that.btnText = that.$t('pub.saveBtn')+'...';
}
});
},
......
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