Compare commits

...

2 Commits

Author SHA1 Message Date
zhenghl 6b23b8b225 Merge branch 'master' of http://47.107.61.133:3000/nm-project/aiccs 2026-01-06 20:28:45 +08:00
zhenghl 01bdc7fff8 修改表格 2026-01-06 20:28:39 +08:00
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>-->