隐藏物资管理编辑

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

View File

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