Commit 1ad30696 by linjinhong
parents b61a23bf 69e92f1d
......@@ -66,7 +66,6 @@ declare module 'vue' {
TableView: typeof import('./src/components/TableView.vue')['default']
UploadExcel: typeof import('./src/components/UploadExcel.vue')['default']
UploadImage: typeof import('./src/components/UploadImage.vue')['default']
VxeTable: typeof import('./src/components/VxeTable.vue')['default']
WangEditor: typeof import('./src/components/WangEditor.vue')['default']
}
export interface ComponentCustomProperties {
......
......@@ -543,7 +543,12 @@
<template #operate="{ row }">
<div class="operate-box">
<span class="operate-item">
<ElButton link type="primary" @click="confirm(row)">
<ElButton
v-if="!row.expressSheet && row.status==='TO_BE_CONFIRMED'"
link
type="primary"
@click="confirm(row)"
>
确认
</ElButton>
<ElButton
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment