|
@@ -106,7 +106,7 @@
|
|
<p class="table-button-null"></p>
|
|
<p class="table-button-null"></p>
|
|
<p class="table-button-p"
|
|
<p class="table-button-p"
|
|
@click="tableButton(2,scope.row)"
|
|
@click="tableButton(2,scope.row)"
|
|
- v-hasPermiRouter="['demo:demo:detail']"
|
|
|
|
|
|
+ v-hasPermiRouter="['chemical:stock:detail']"
|
|
>详情</p>
|
|
>详情</p>
|
|
<p class="table-button-null"></p>
|
|
<p class="table-button-null"></p>
|
|
</div>
|
|
</div>
|
|
@@ -147,11 +147,11 @@
|
|
titleType:1,
|
|
titleType:1,
|
|
//导出配置
|
|
//导出配置
|
|
exportConfig:{
|
|
exportConfig:{
|
|
- api:'system/user/student/export', //导出接口地址
|
|
|
|
|
|
+ api:'chemical/stock/stockCollectListExport', //导出接口地址
|
|
ids:'', //勾选导出,勾选的IDS
|
|
ids:'', //勾选导出,勾选的IDS
|
|
fileName:'汇总统计', //导出文件的命名
|
|
fileName:'汇总统计', //导出文件的命名
|
|
},
|
|
},
|
|
- tableButtonType:this.hasPermiDom(['demo:demo:detail','demo:demo:edit','demo:demo:del',]),
|
|
|
|
|
|
+ tableButtonType:this.hasPermiDom(['chemical:stock:detail',]),
|
|
//页面状态
|
|
//页面状态
|
|
pageType:1,
|
|
pageType:1,
|
|
//页面遮罩
|
|
//页面遮罩
|