Admin
2022-10-28 1d36bf7cbf3625086c01191ed3764c81d822a54e
新增有效期限
已修改1个文件
2 ■■■ 文件已修改
src/views/enterprise/userinfo.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/enterprise/userinfo.vue
@@ -125,7 +125,7 @@
        <el-table-column label="操作" align="center" width="180" class-name="small-padding fixed-width">
          <template slot-scope="scope">
            <el-button type="text" @click="showEditHandle(scope.row)">编辑</el-button>
            <el-button v-if="scope.row.companyid !=null" type="text" @click="showEditDeadline(scope.row)">修改有效期</el-button>
            <el-button v-if="scope.row.companyid !=null && userType == 1" type="text" @click="showEditDeadline(scope.row)">修改有效期</el-button>
          </template>
        </el-table-column>
      </el-table>