11
lkk
2025-03-31 bad2bc143be3f8ddb93a1c9f984127b3ccf43e8f
src/views/system/package/index.vue
@@ -57,7 +57,7 @@
        <el-table-column label="套餐名称" align="center" prop="pacName" width="150px" fixed />
        <el-table-column label="原价" width="80px" align="center" prop="price" fixed></el-table-column>
        <el-table-column label="折扣" width="80px" align="center" prop="limits" fixed></el-table-column>
        <el-table-column label="优惠价" width="80px" align="center" prop="newPrice" fixed>
        <el-table-column label="现价" width="80px" align="center" prop="newPrice" fixed>
        </el-table-column>
        <el-table-column label="单项列表" align="center" prop="allProName" width="1200px">
        </el-table-column>
@@ -206,7 +206,7 @@
        <el-form-item label="现价" prop="xianprice">
          <el-input v-model="form.xianprice" placeholder="现价" clearable style="width: 140px" @input="changeXianjia"
            @blur="numberChangeXianPrice(youhui, youhui)" type="number" :debounce="3000"/>
            @blur="numberChangeXianPrice(youhui, youhui)" type="number" :debounce="3000" min="0"/>
        </el-form-item>
        <el-form-item label="关键字" prop="keywords">
          <el-select multiple v-model="form.keywords" placeholder="请选择关键字" style="width: 160px" @change="sel" filterable
@@ -335,7 +335,7 @@
                  </el-input>
                </template>
              </el-table-column>
              <el-table-column prop="priceNow" label="优惠价" width="80px" align="center">
              <el-table-column prop="priceNow" label="现价" width="80px" align="center">
              </el-table-column>
              <el-table-column label="操作" align="center" width="80px">
                <template slot-scope="scope">
@@ -487,7 +487,9 @@
      forms: {},
      youhui: 10,
      debounceTimer: null,
      rules: {},
      rules: {
      },
    };
  },
  created() {