部分页面权限问题去除
This commit is contained in:
parent
018978b954
commit
a732a51b9a
|
|
@ -11,7 +11,6 @@
|
|||
size="mini"
|
||||
type="primary"
|
||||
@click="handleExportAll()"
|
||||
v-hasPermi="['cost:settlement:export']"
|
||||
>导出全部明细表</el-button
|
||||
>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -34,7 +34,6 @@
|
|||
type="warning"
|
||||
v-if="!isEdit"
|
||||
@click="handleExport"
|
||||
v-hasPermi="['cost:settlement:export']"
|
||||
>导出</el-button
|
||||
>
|
||||
<el-button
|
||||
|
|
|
|||
|
|
@ -101,8 +101,7 @@
|
|||
size="mini"
|
||||
type="primary"
|
||||
style="padding: 5px 10px"
|
||||
@click="handleMonthRecord(row)"
|
||||
v-hasPermi="['month:record:query']"
|
||||
@click="handleMonthRecord(row)"
|
||||
>月结记录</el-button
|
||||
>
|
||||
<el-button
|
||||
|
|
@ -110,7 +109,6 @@
|
|||
:type="row.isSlt == 1 ? 'success' : 'primary'"
|
||||
style="padding: 5px 10px"
|
||||
@click="handleFinishCostAndDetails(row, row.isSlt)"
|
||||
v-hasPermi="['finis:record:details']"
|
||||
>{{ row.isSlt == 1 ? '结算明细' : '完工结算' }}</el-button
|
||||
>
|
||||
</template>
|
||||
|
|
|
|||
Loading…
Reference in New Issue