fix : 修复页面细节
This commit is contained in:
@@ -8,13 +8,16 @@
|
||||
</template>
|
||||
|
||||
<script setup lang="jsx">
|
||||
|
||||
const router = useRouter()
|
||||
const route = useRoute()
|
||||
const searchConfig = reactive([
|
||||
{
|
||||
label: '名称',
|
||||
label: '项目名称',
|
||||
prop: 'projectName',
|
||||
component: 'el-input',
|
||||
props: {
|
||||
placeholder: '请输入名称查询',
|
||||
placeholder: '请输入项目名称查询',
|
||||
clearable: true,
|
||||
filterable: true,
|
||||
checkStrictly: true
|
||||
@@ -82,13 +85,13 @@ const tableConfig = reactive({
|
||||
}
|
||||
],
|
||||
api: '/workflow/mosr/expense/ledger',
|
||||
params: {},
|
||||
params: {
|
||||
projectId:route.query.id
|
||||
},
|
||||
btns: [
|
||||
{name: '上传费用', key: 'add', color: '#DED0B2',auth: ''}
|
||||
]
|
||||
})
|
||||
const router = useRouter()
|
||||
const route = useRoute()
|
||||
const tableIns=ref()
|
||||
const headBtnClick = (key) => {
|
||||
switch (key) {
|
||||
|
||||
Reference in New Issue
Block a user