Commit b16efca8 authored by 黄奎's avatar 黄奎

11

parent f692649b
...@@ -1931,9 +1931,9 @@ ...@@ -1931,9 +1931,9 @@
that.$emit("saveMsg"); that.$emit("saveMsg");
} }
if (type == 2) { if (type == 2) {
that.btnTongBu = this.$t('objFill.v101.myOrdersAllType.tongbujd') + '...'; that.btnTongBu = that.$t('objFill.v101.myOrdersAllType.tongbujd') + '...';
} else { } else {
that.btnText = this.$t('pub.saveBtn') + '...'; that.btnText = that.$t('pub.saveBtn') + '...';
} }
}); });
}, },
......
...@@ -1919,9 +1919,9 @@ ...@@ -1919,9 +1919,9 @@
that.$emit("saveMsg"); that.$emit("saveMsg");
} }
if (type == 2) { if (type == 2) {
that.btnTongBu = this.$t('objFill.v101.myOrdersAllType.tongbujd'); that.btnTongBu = that.$t('objFill.v101.myOrdersAllType.tongbujd');
} else { } else {
that.btnText = this.$t('pub.saveBtn')+'...'; that.btnText = that.$t('pub.saveBtn')+'...';
} }
}); });
}, },
......
...@@ -1745,9 +1745,9 @@ ...@@ -1745,9 +1745,9 @@
that.$emit("saveMsg"); that.$emit("saveMsg");
} }
if (type == 2) { if (type == 2) {
that.btnTongBu = this.$t('objFill.v101.myOrdersAllType.tongbujd'); that.btnTongBu = that.$t('objFill.v101.myOrdersAllType.tongbujd');
} else { } else {
that.btnText = this.$t('pub.saveBtn')+'...'; that.btnText = that.$t('pub.saveBtn')+'...';
} }
}); });
}, },
......
...@@ -1781,9 +1781,9 @@ ...@@ -1781,9 +1781,9 @@
that.$emit("saveMsg"); that.$emit("saveMsg");
} }
if (type == 2) { if (type == 2) {
that.btnTongBu = this.$t('objFill.v101.myOrdersAllType.tongbujd'); that.btnTongBu = that.$t('objFill.v101.myOrdersAllType.tongbujd');
} else { } 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