Commit 3dd834db authored by youjie's avatar youjie

no message

parent d4b70f10
......@@ -140,7 +140,7 @@
<tbody>
<tr v-for="(subItem, subIndex) in dataList" :class="{'redTr':subItem.VisaState==1}">
<td>{{subIndex+1}}</td>
<td width="80">
<td width="80" style="padding: 3px;">
<el-select v-model="subItem.HouseNo" :placeholder="$t('pub.pleaseSel')" @change="sortNumberN(subItem, subIndex)">
<el-option v-for="(hs, hsIndex) in numberList"
:disabled="(subItem.HouseType == 1 && IsLeaderGuide == 1) || hs.dis || allDIs" :key="hs.name"
......@@ -148,7 +148,7 @@
</el-option>
</el-select>
</td>
<td>
<td style="padding: 3px;">
<el-select v-model="subItem.HouseType" :placeholder="$t('pub.pleaseSel')"
@change="changeRmType1(subItem, subIndex,subItem.HouseType)" v-if="subItem.IsLeaderOrder==1">
<el-option :disabled="(hs.disabled && IsLeaderGuide == 1) || allDIs"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment