liding
2026-07-06 f23a77a20d68cd3a21cf956d351b47a0984e2602
src/views/salesManagement/strategyControl/index.vue
@@ -75,7 +75,7 @@
            </el-table-column>
            <el-table-column label="操作" width="200" fixed="right" align="center">
              <template #default="scope">
                <el-button link type="primary" @click="handleViewPriceStrategy(scope.row)">查看</el-button>
                <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>
              </template>
@@ -254,7 +254,7 @@
            </el-table-column>
            <el-table-column label="操作" width="120" fixed="right" align="center">
              <template #default="scope">
                <el-button link type="primary" @click="handleViewContract(scope.row)">查看详情</el-button>
                <el-button link type="primary" @click="handleViewContract(scope.row)" style="color: #67C23A">查看详情</el-button>
              </template>
            </el-table-column>
          </el-table>