qx
qx
2025-04-03 6b25fcbe824a87a1ab57bf6a6d816ffd6d70cefb
src/views/system/comp/index.vue
@@ -1,7 +1,7 @@
<template>
  <div class="app-container">
    <el-dialog title="选择套餐" :visible.sync="taocan" width="70%" height="700px" :close-on-click-modal="false">
  <el-form :model="queryParam" ref="queryForm" size="small" :inline="true" label-width="auto">
  <!-- <el-form :model="queryParam" ref="queryForm" size="small" :inline="true" label-width="auto">
    <el-form-item label="套餐名称" prop="pacName">
      <el-input 
        v-model="queryParam.pacName" 
@@ -19,7 +19,7 @@
        @click="handle"
      >搜索</el-button>
    </el-form-item>
  </el-form>
  </el-form> -->
  <el-table 
    v-loading="loading" 
    element-loading-text="正在加载中..."