MrShi
2024-11-04 b6fde711bf33cede4cb84f85146c32b0c0c61aa5
company/src/views/business/unionChangeUnit.vue
@@ -56,7 +56,7 @@
         <el-table-column align="center" prop="solutionsName" label="保险方案" min-width="150px"></el-table-column>
         <el-table-column align="center" prop="changeNum" label="更换派遣单位人数" min-width="150px">
           <template slot-scope="{row}">
             {{row.changeNum||0}}人
             {{row.changeNum||0}} 人
           </template>
         </el-table-column>
         <el-table-column align="center" prop="createDate" label="提交时间" min-width="150px"></el-table-column>