龚焕茏
2024-06-03 2f6217fcdb11c6e150861500cb99609bb0601854
fix:列表宽度
1个文件已修改
2 ■■■ 已修改文件
src/views/user/departmentExamine/list.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/user/departmentExamine/list.vue
@@ -23,7 +23,7 @@
          </div>
        </template>
      </el-table-column>
      <el-table-column prop="result" label="审核结果" width="90px" align="center">
      <el-table-column prop="result" label="审核结果" width="95px" align="center">
        <template slot-scope="{row}">
          <el-tag :type="row.result === '审核通过' ? 'success' : row.result === '审核驳回' ? 'danger' : 'info'">{{row.result}}</el-tag>
        </template>