Commit 7543f8a8 authored by 黄奎's avatar 黄奎

页面修改

parent b5d4b997
......@@ -47,6 +47,9 @@
</a>
</div>
</q-td>
<q-td v-if="col.name=='StudyCountryName'">
{{col.value}}
</q-td>
<q-td v-if="col.name=='SchoolName'">
{{col.value}}
</q-td>
......@@ -258,13 +261,13 @@
},
dataList: [],
loading: true,
columns: [ {
columns: [{
name: 'Remark',
label: '备注',
field: 'Remark',
align: 'left'
},
{
{
name: 'ProductTypeName',
label: '类型',
field: 'ProductTypeName',
......@@ -282,6 +285,12 @@
field: 'SupplierName',
align: 'left'
},
{
name: 'StudyCountryName',
label: '留学国家',
field: 'StudyCountryName',
align: 'left'
},
{
name: 'SchoolName',
label: '所属校区',
......@@ -344,10 +353,10 @@
],
//表格可见列
visibleColumns: [
'Remark', 'Name', 'SchoolName', 'SuggestPrice', 'SellPrice', "PreferentialList",
'Remark', 'Name', 'StudyCountryName', 'SchoolName', 'SuggestPrice', 'SellPrice', "PreferentialList",
"PreferentialListSellCommission",
"PreferentialListB2BCommission",
"EducationCommission", 'SaleStateName', 'Id', 'SupplierName','ProductTypeName',
"EducationCommission", 'SaleStateName', 'Id', 'SupplierName', 'ProductTypeName',
], //可见列
PageCount: 0,
isShowStudy: false, //是否显示留学弹窗
......@@ -546,7 +555,6 @@
}
}
}
</script>
<style scoped>
.border-bottom {
......@@ -554,9 +562,7 @@
padding-bottom: 5px;
margin-bottom: 5px;
}
</style>
<style lang="sass">
@import url('~assets/css/table.sass')
</style>
</style>
\ No newline at end of file
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