Browse Source

fix:[填报表单]提交密码填充优化

lkf
15881625488@163.com 2 months ago
parent
commit
3c90444196
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/views/business/study/comp/tbbd/Bj.vue

+ 1
- 1
src/views/business/study/comp/tbbd/Bj.vue View File

@ -169,7 +169,7 @@
<div style=" display: flex; flex-wrap: wrap; gap: 16px;"> <div style=" display: flex; flex-wrap: wrap; gap: 16px;">
<div v-for="(item, index) in resource" :key="'r' + index" style=" flex: 0 0 calc(33.333% - 11px);"> <div v-for="(item, index) in resource" :key="'r' + index" style=" flex: 0 0 calc(33.333% - 11px);">
{{ item.bh }} {{ item.bh }}
<el-input type="text" v-model="item.syl" maxlength="50" style="width:150px;">
<el-input type="number" v-model="item.syl" maxlength="50" style="width:150px;">
<template slot="append"> <template slot="append">
<div style="width: 20px;"> <div style="width: 20px;">
<BusinessSelect v-model="item.syldw" :showMax="false" dictType="business_tjdw"> <BusinessSelect v-model="item.syldw" :showMax="false" dictType="business_tjdw">

Loading…
Cancel
Save