修改表格

This commit is contained in:
zhenghl 2026-01-06 20:28:39 +08:00
parent 4095b7f183
commit 01bdc7fff8
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@
<el-table-column prop="result" :show-overflow-tooltip="true" label="除名决定的后果" min-width="20%" align="left" />
<el-table-column prop="entName" label="市场主体名称" min-width="20%" align="left" />
<el-table-column prop="uscc" label="统一社会信用代码" min-width="20%" align="left" />
<el-table-column prop="lerepName" label="法定代表人(负责人、经营者)" min-width="10%" align="left" />
<el-table-column prop="lerepName" label="法定代表人(负责人、经营者)" min-width="25%" align="left" />
<el-table-column align="center" label="操作" min-width="10%">
<template slot-scope="scope">
<!-- <el-button size="size" type="text" @click="$refs.EntList.openDiaolog(scope.row.id)">除名异议申请</el-button>-->