WXL
2024-11-26 007d3884ad259883d7a5db6714876e46525ae717
src/components/Regular/index.vue
@@ -1,6 +1,10 @@
<template>
  <div>
    <div class="topicxq" v-for="item in TargetoptionList">
    <div
      class="topicxq"
      v-for="item in TargetoptionList"
      v-if="item.isoperation != 3"
    >
      <el-form :inline="true" :rules="rules" :model="item" label-width="80px">
        <el-row :gutter="10">
          <el-col :span="12"
@@ -288,7 +292,7 @@
    },
    scriptType: {
      type: String,
      default: '1',
      default: "1",
    },
    addoption: {
      type: Boolean,