1
This commit is contained in:
parent
ad4d847cc3
commit
d93d55cecd
@ -116,7 +116,7 @@
|
||||
icon="el-icon-plus"
|
||||
size="mini"
|
||||
@click="handleAddDetail"
|
||||
v-hasPermi="['personnelMatters:leaveDetail:add']"
|
||||
v-hasPermi="['meal:expensesDetail:add']"
|
||||
>新增</el-button>
|
||||
</el-col>
|
||||
</el-row>
|
||||
@ -145,7 +145,7 @@
|
||||
type="text"
|
||||
icon="el-icon-delete"
|
||||
@click="handleDeleteDetail(scope.row)"
|
||||
v-hasPermi="['personnelMatters:leaveDetail:remove']"
|
||||
v-hasPermi="['meal:expensesDetail:remove']"
|
||||
>删除</el-button>
|
||||
</template>
|
||||
</el-table-column>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user