|
@@ -6,16 +6,18 @@
|
|
|
tableName="quotedPriceTable"
|
|
|
idName="sa_quotedpriceid"
|
|
|
:apiId="{query:20221020165103,del:20221020165503}"
|
|
|
- :options="options">
|
|
|
+ :options="options"
|
|
|
+ :detail-path="{path:'/quotedPriceDetail'}"
|
|
|
+ >
|
|
|
<div slot="custom"></div>
|
|
|
<template v-slot:tbList="scope">
|
|
|
<div>
|
|
|
{{scope.data.column.data[[scope.data.column.columnname]]}}
|
|
|
</div>
|
|
|
</template>
|
|
|
- <template v-slot:tbOpreation="scope">
|
|
|
+<!-- <template v-slot:tbOpreation="scope">
|
|
|
<el-button size="mini" type="text" @click="$router.push({path:'/quotedPriceDetail',query:{id:scope.data.data.sa_quotedpriceid,rowindex:scope.data.data.rowindex}})">详情</el-button>
|
|
|
- </template>
|
|
|
+ </template>-->
|
|
|
</basicLayout>
|
|
|
</div>
|
|
|
</template>
|