zhengyiming
2025-11-28 a2e10d9aacbbf5caca48cc17c3f196c0f08ffabf
src/views/EmploymentManage/TaskManageList.vue
@@ -53,10 +53,10 @@
      </ProTableQueryFilterBar>
      <ProTableV2 v-bind="proTableProps" :columns="column" :operationBtns="operationBtns">
        <template #userCount="{ row }">
          <el-button v-if="row.isInternal" link type="primary" @click="goSignList(row)">{{
          <el-button v-if="!row.isInternal" link type="primary" @click="goSignList(row)">{{
            row.userCount || 0
          }}</el-button>
          <span v-else>{{ row.userCount || 0 }}</span>
          <span v-else>/</span>
        </template>
      </ProTableV2>
    </AppContainer>