|
@@ -174,7 +174,7 @@
|
|
|
type="text"
|
|
|
icon="el-icon-edit"
|
|
|
@click="handleUpdate(scope.row)"
|
|
|
- v-hasPermi="['business:NORMFEE:edit']"
|
|
|
+ v-hasPermi="['business:NORM:edit']"
|
|
|
>修改</el-button
|
|
|
>
|
|
|
<el-button
|
|
@@ -182,7 +182,7 @@
|
|
|
type="text"
|
|
|
icon="el-icon-delete"
|
|
|
@click="handleDelete(scope.row)"
|
|
|
- v-hasPermi="['business:NORMFEE:remove']"
|
|
|
+ v-hasPermi="['business:NORM:remove']"
|
|
|
>删除</el-button
|
|
|
>
|
|
|
<el-button
|
|
@@ -190,7 +190,7 @@
|
|
|
type="text"
|
|
|
icon="el-icon-edit"
|
|
|
@click="formulaDialog(scope.row.id,scope.row.formula)"
|
|
|
- v-hasPermi="['business:NORMFEE:edit']"
|
|
|
+ v-hasPermi="['business:NORM:edit']"
|
|
|
>计算公式</el-button>
|
|
|
</template>
|
|
|
</el-table-column>
|