|
@@ -11,9 +11,7 @@
|
|
|
</div>
|
|
|
</template>
|
|
|
<hc-table :column="tableColumn" :datas="tableData" :loading="tableLoading" :is-index="false" is-new lazy :load="tableLoad">
|
|
|
- <template #sysId="{ row }">
|
|
|
- {{ getSystemNmae(row.sysId) }}
|
|
|
- </template>
|
|
|
+ <template #sysId="{ row }">{{ getSystemNmae(row.sysId) }}</template>
|
|
|
<template #action="{ row }">
|
|
|
<el-link type="primary" @click="authRowClick(row)">权限配置</el-link>
|
|
|
</template>
|