Browse Source

feat:[模板管理][处理密码输入框复制剪切问题]

luojie
luojie 3 weeks ago
parent
commit
02f8888566
23 changed files with 26 additions and 26 deletions
  1. +1
    -1
      src/views/business/comps/common/sign.vue
  2. +1
    -1
      src/views/business/form/nonTrial/comp/syff/Xz.vue
  3. +1
    -1
      src/views/business/resource/gsp/comps/ffjl/Js.vue
  4. +1
    -1
      src/views/business/resource/gsp/comps/gsp/Gd.vue
  5. +1
    -1
      src/views/business/resource/gsp/comps/gsp/Jd.vue
  6. +1
    -1
      src/views/business/resource/gsp/comps/gsp/Ysff.vue
  7. +1
    -1
      src/views/business/resource/gsp/comps/rkjl/Jd.vue
  8. +1
    -1
      src/views/business/resource/gsp/comps/rkjl/Js.vue
  9. +1
    -1
      src/views/business/resource/mjy/comps/mjy/Ff.vue
  10. +1
    -1
      src/views/business/resource/mjy/comps/mjy/Gh.vue
  11. +1
    -1
      src/views/business/study/comp/jhbd/Bj.vue
  12. +1
    -1
      src/views/business/study/comp/sqbd/Bj.vue
  13. +1
    -1
      src/views/business/study/comp/sqbd/Fh.vue
  14. +1
    -1
      src/views/business/study/comp/sqbd/Fz.vue
  15. +1
    -1
      src/views/business/study/comp/sqbd/Ghgsr.vue
  16. +1
    -1
      src/views/business/study/comp/sqbd/Jq.vue
  17. +1
    -1
      src/views/business/study/comp/sqbd/Qrfz.vue
  18. +1
    -1
      src/views/business/study/comp/sqbd/Sh.vue
  19. +1
    -1
      src/views/business/study/comp/sqbd/Sy.vue
  20. +4
    -4
      src/views/business/study/comp/tbbd/Bj.vue
  21. +1
    -1
      src/views/business/study/comp/tbbd/Jq.vue
  22. +1
    -1
      src/views/business/study/comp/ytbd/Bj.vue
  23. +1
    -1
      src/views/business/study/comp/ytbd/Xq.vue

+ 1
- 1
src/views/business/comps/common/sign.vue View File

@ -4,7 +4,7 @@
<el-dialog :close-on-click-modal="false" :close-on-press-escape="false" :title="title" :visible.sync="open" <el-dialog :close-on-click-modal="false" :close-on-press-escape="false" :title="title" :visible.sync="open"
width="500px" append-to-body> width="500px" append-to-body>
<el-form ref="signForm" :model="form" :rules="rules" label-width="120px" v-if="open"> <el-form ref="signForm" :model="form" :rules="rules" label-width="120px" v-if="open">
<div class="sbzdtcma"> <input type="text"> <input type="password" @contextmenu.native.prevent @copy.native.prevent @cut.native.prevent> </div>
<div class="sbzdtcma"> <input type="text"> <input type="password" > </div>
<el-row> <el-row>
<el-col :span="24" v-if="showDate"> <el-col :span="24" v-if="showDate">
<el-form-item :label="$t('page.business.study.study.jysj')" prop="jyksrq"> <el-form-item :label="$t('page.business.study.study.jysj')" prop="jyksrq">

+ 1
- 1
src/views/business/form/nonTrial/comp/syff/Xz.vue View File

@ -4,7 +4,7 @@ G