隐藏物资管理编辑
This commit is contained in:
parent
7f4ba633ec
commit
75e7e6bfbe
@ -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
|
||||||
|
|||||||
@ -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,
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user