|
|
@ -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"> |
|
|
|