Browse Source

报价单

qymljy 2 years ago
parent
commit
3a2317a17b
2 changed files with 6 additions and 4 deletions
  1. 5 3
      src/SDrpManagement/QuotedPrice/index.vue
  2. 1 1
      src/router/SDrpManagement.js

+ 5 - 3
src/SDrpManagement/QuotedPrice/index.vue

@@ -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>

+ 1 - 1
src/router/SDrpManagement.js

@@ -100,7 +100,7 @@ const SDrpManagement = [
       keeproute: true
     },
     component: () => import(/* webpackChunkName: "about" */ '@/SDrpManagement/QuotedPrice/index'),
-    children: [
+    children:[
       {
         path: '/quotedPriceDetail',
         name: 'quotedprice',