Commit d9f06171 authored by renjintao's avatar renjintao

basecolums

parent ae2add9f
//基础导入列表表头
import VueI18n from 'vue-i18n';
import Languages from '@/i18n/locale';
import ViewUI from 'view-design'
var i18n = new VueI18n({
locale: 'zh-CN',
messages: Languages
......@@ -643,5 +644,9 @@ export default {
l6(key) {
key = "product_info" + "." + key;
return i18n.t(key);
},
test()
{
ViewUI.Message.error("terterer")
}
}
\ No newline at end of file
......@@ -960,8 +960,8 @@ export default {
.ivu-footer-toolbar {
text-align: left;
// background: #f5f5f5;
// background: #f5f5f5;
.ivu-footer-toolbar-right {
float: left;
}
......
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