WXL
2024-10-24 6f35ca70caf02e1c2b7dbab32794c1cc1f5dbf60
src/components/Regular/index.vue
@@ -70,6 +70,18 @@
              </el-input> </el-form-item
          ></el-col>
        </el-row>
        <el-row :gutter="10" v-if="scriptType == 1">
                      <el-form-item label="选中提示">
                        <el-input
                          style="width: 24vw"
                          type="textarea"
                          autosize
                          placeholder="请输入内容"
                          v-model="item.prompt"
                        >
                        </el-input
                      ></el-form-item>
                    </el-row>
        <el-row>
          <el-form-item label="关键字(含)" prop="desc" v-if="hasValue">
            <div class="xinz-inf">
@@ -267,6 +279,10 @@
      type: Boolean,
      default: true,
    },
    scriptType: {
      type: String,
      default: '1',
    },
    addoption: {
      type: Boolean,
      default: false,