隐藏物资管理编辑

This commit is contained in:
huangchenhao 2025-11-13 17:30:54 +08:00
parent 7f4ba633ec
commit 75e7e6bfbe
2 changed files with 13 additions and 13 deletions

View File

@ -8,7 +8,7 @@
detailData.material?.wzmc
}}</el-descriptions-item>
<el-descriptions-item label="余量: ">{{
detailData.material?.ye
detailData.material?.ye + ' ' + detailData.material?.dw
}}</el-descriptions-item>
<el-descriptions-item label="所属服务站: ">{{
detailData.material?.yhzMc

View File

@ -246,18 +246,18 @@ const columns = [
},
() => "详情"
),
h(
ElButton,
{
type: "primary",
link: true,
onClick: async () => {
dialogType.value = 'edit'
await getDetailData(row);
},
},
() => "编辑"
),
// h(
// ElButton,
// {
// type: "primary",
// link: true,
// onClick: async () => {
// dialogType.value = 'edit'
// await getDetailData(row);
// },
// },
// () => "编辑"
// ),
h(
ElButton,
{