Commit 22a7dfd8 authored by zhengke's avatar zhengke

修改

parent acd87142
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
<div class="col-2 q-table__title">留学就业产品</div> <div class="col-2 q-table__title">留学就业产品</div>
<q-space /> <q-space />
<div class="page-option"> <div class="page-option">
<q-btn color="accent" size="sm" class="q-mr-md" icon="add" label="创建报价单" @click="createQuotation" /> <q-btn color="accent" style="display:none;" size="sm" class="q-mr-md" icon="add" label="创建报价单" @click="createQuotation" />
</div> </div>
</template> </template>
<template v-slot:body-cell-Type="props"> <template v-slot:body-cell-Type="props">
...@@ -344,11 +344,11 @@ ...@@ -344,11 +344,11 @@
field: 'SaleStateName', field: 'SaleStateName',
align: 'left' align: 'left'
}, },
{ // {
name: 'Id', // name: 'Id',
label: '操作', // label: '操作',
field: 'Id' // field: 'Id'
} // }
], ],
//项目类型列表 //项目类型列表
studyAbroadList: [{ studyAbroadList: [{
......
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