调整信用监管页面

This commit is contained in:
zhouxy 2026-01-13 11:32:01 +08:00
parent 18da68e47a
commit 11171868f7
2 changed files with 6 additions and 6 deletions

View File

@ -518,10 +518,10 @@
> >
<template v-if="appOrPc === '0'"> <template v-if="appOrPc === '0'">
<tr> <tr>
<th width="20%"><span style="color:red">*</span>材料审查</th> <th width="20%"><span style="color:red">*</span>是否受理</th>
<td class="radio"> <td class="radio">
<el-radio v-model="isAccept" label="1">材料齐全</el-radio> <el-radio v-model="isAccept" label="1">受理</el-radio>
<el-radio v-model="isAccept" label="0">补正材料</el-radio> <el-radio v-model="isAccept" label="0">不予受理</el-radio>
</td> </td>
</tr> </tr>
<tr v-if="isAccept === '1'"> <tr v-if="isAccept === '1'">

View File

@ -320,10 +320,10 @@
> >
<template v-if="appOrPc === '0'"> <template v-if="appOrPc === '0'">
<tr> <tr>
<th width="20%"><span style="color:red">*</span>材料审查</th> <th width="20%"><span style="color:red">*</span>是否受理</th>
<td class="radio"> <td class="radio">
<el-radio v-model="isAccept" label="1">材料齐全</el-radio> <el-radio v-model="isAccept" label="1">受理</el-radio>
<el-radio v-model="isAccept" label="0">补正材料</el-radio> <el-radio v-model="isAccept" label="0">不予受理</el-radio>
</td> </td>
</tr> </tr>
<tr v-if="isAccept === '1'"> <tr v-if="isAccept === '1'">