管道基础大数据平台系统开发-【前端】-新系統界面
TreeWish
2023-03-02 4b2284f17dcdf85bf6a851be4826affe8d6ac1d0
src/views/maintenance/tokentool.vue
@@ -86,6 +86,7 @@
        ref="filterTable"
        :data="tableData"
        style="width: 100%"
        border
        height="calc(100% - 45px)"
      >
        <el-table-column type="selection" width="55" />
@@ -97,12 +98,11 @@
        />
        <el-table-column
          prop="token"
          :label="$t('operatManage.tokentoolObj.token')"
        />
        <el-table-column
          prop="duration"
          width="120"
          :label="$t('operatManage.tokentoolObj.duration')"
        />
        <el-table-column