|
|
@@ -73,7 +73,6 @@
|
|
|
<el-table-column label="操作" width="150" fixed="right">
|
|
|
<template #default="scope">
|
|
|
<el-button link type="primary" @click="handleCount(scope.row)">结算</el-button>
|
|
|
- <el-button link type="primary" @click="handleView(scope.row)">明细查询</el-button>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
</el-table>
|
|
|
@@ -210,9 +209,7 @@ const uploadImage = async (file) => {
|
|
|
attachmentIds.value.push(data.id)
|
|
|
}
|
|
|
}
|
|
|
-const handleView = () => {
|
|
|
|
|
|
-}
|
|
|
// 列表
|
|
|
const initList = () => {
|
|
|
api.invoiceRecordApi.invoiceRecord({
|