gaoluyang
3 天以前 eca5924030894adc81661f0784b87a95fe702d2f
src/views/salesManagement/strategyControl/index.vue
@@ -77,7 +77,7 @@
              <template #default="scope">
                <el-button link type="primary" @click="handleViewPriceStrategy(scope.row)" style="color: #67C23A">查看</el-button>
                <el-button link type="primary" @click="handleEditPriceStrategy(scope.row)">编辑</el-button>
                <el-button link type="danger" @click="handleDeletePriceStrategy(scope.row)">删除</el-button>
                <el-button link type="danger" @click="handleDeletePriceStrategy(scope.row)" v-hasPermi="['salesManagement:strategyControl:remove']">删除</el-button>
              </template>
            </el-table-column>
          </el-table>