前端自己用的

图片翻转

background: url("~@/assets/images/irrArea/open.png") no-repeat;
    background-size: 100% 100%;
    transform: scaleX(-1);

vue 给class添加样式

handleClose() {
      this.$(".projectView").addClass("close");
    },
    handleOpen() {
      this.$(".projectView").removeClass("close");
    },

input  自定义内容                     

                     <el-input disabled>

                          <template slot="prefix">

                            <div v-if="form.entityType == 0">来料检测</div>

                              <div v-if="form.entityType == 1">

                                {{qcCategory.name}}

                              </div>

                          </template>

                        </el-input>

el-table

<el-table-column label="项目属性" align="center" prop="type" :show-overflow-tooltip="true" fixed="left"  width="150px">

                          <template slot-scope="scope">

                            <dict-tag :options="dict.type.test_type_project" :value="scope.row.type"/>

                          </template>

                        </el-table-column>

父子传值

props: {

    dialogTitle: {

      type: String,

      default: ""

    },

    visibleDialogFlag: {

      type: Boolean,

      default: false

    },

    remarkInfo: {

      // 检查备注

      type: Array,

      default: () => {

        return [];

      }

    },

    xqTreeListData: {

      type: Object,

      default: () => {

        return {};

      }

    },

}

调用父组件方法及传值

this.$emit("update:visibleDialogFlag", val);

this.$forceUpdate();

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值