فهرست منبع

Merge branch 'company' of http://120.46.155.214:3000/xiaodai2022/order-ui-pc into company

snow 2 سال پیش
والد
کامیت
635cd48f1e

+ 2 - 12
src/views/serviceParam/grossProfit/index.vue

@@ -124,23 +124,13 @@
 
       <template #operation="{ scope }">
         <el-tooltip
-          v-if="powers.some((i) => i == '061')"
+          v-if="powers.some((i) => i == '007')"
           effect="dark"
-          content="查看毛利率"
+          content="详情"
           placement="top"
         >
           <i class="el-icon-view tb-icon" @click="openModal(scope.row, '007')"></i>
         </el-tooltip>
-
-        <el-tooltip
-          v-if="powers.some((i) => i == '060')"
-          effect="dark"
-          content="设置毛利率"
-          placement="top"
-        >
-          <i class="el-icon-edit tb-icon" @click="setRate(scope.row)"></i>
-        </el-tooltip>
-
         <el-tooltip
           v-if="powers.some((i) => i == '005')"
           effect="dark"

+ 4 - 4
src/views/serviceParam/platformGrossProfit/index.vue

@@ -176,18 +176,18 @@
 
       <template #operation="{ scope }">
         <el-tooltip
-          v-if="powers.some((i) => i == '061')"
+          v-if="powers.some((i) => i == '007')"
           effect="dark"
-          content="查看毛利率"
+          content="查看"
           placement="top"
         >
           <i class="el-icon-view tb-icon" @click="setRate(scope.row, true)"></i>
         </el-tooltip>
 
         <el-tooltip
-          v-if="powers.some((i) => i == '060')"
+          v-if="powers.some((i) => i == '005')"
           effect="dark"
-          content="设置毛利率"
+          content="修改"
           placement="top"
         >
           <i class="el-icon-edit tb-icon" @click="setRate(scope.row)"></i>

+ 10 - 10
src/views/serviceParam/searchSort/index.vue

@@ -121,7 +121,7 @@
             "
           ></el-tag>
         </template>
-        <template #operation="{ scope }">
+        <!-- <template #operation="{ scope }">
           <el-tooltip
             v-if="powers.some((i) => i == '061')"
             effect="dark"
@@ -130,7 +130,7 @@
           >
             <i class="el-icon-view tb-icon" @click="openModal(scope.row)"></i>
           </el-tooltip>
-        </template>
+        </template> -->
       </ex-table>
       <!-- 弹窗 新增/修改 -->
       <add-edit
@@ -259,14 +259,14 @@ export default {
           sortable: true,
           width: "145px",
         },
-        {
-          prop: "",
-          label: "操作",
-          fixed: "right",
-          width: "50px",
-          _noset_: true,
-          _slot_: "operation",
-        },
+        // {
+        //   prop: "",
+        //   label: "操作",
+        //   fixed: "right",
+        //   width: "50px",
+        //   _noset_: true,
+        //   _slot_: "operation",
+        // },
       ],
     };
   },