gaoluyang
2026-06-22 eca5924030894adc81661f0784b87a95fe702d2f
src/views/salesManagement/salesQuotation/index.vue
@@ -72,7 +72,7 @@
          <template #default="scope">
            <el-button link type="primary" @click="handleEdit(scope.row)">编辑</el-button>
            <el-button link type="primary" @click="handleView(scope.row)" style="color: #67C23A">查看</el-button>
            <el-button link type="danger" @click="handleDelete(scope.row)">删除</el-button>
            <el-button link type="danger" @click="handleDelete(scope.row)" v-hasPermi="['salesManagement:salesQuotation:remove']">删除</el-button>
          </template>
        </el-table-column>
      </el-table>