Browse Source

上报管理,进行中的上报不能修改删除

new^2
liuzhipeng 1 week ago
parent
commit
61a3cf5d54
  1. 2
      acupuncture-后台/src/views/report/manage.vue

2
acupuncture-后台/src/views/report/manage.vue

@ -201,6 +201,7 @@
>上报汇总表</el-button
>
<el-button
:disabled="scope.row.status === 1"
size="mini"
type="text"
icon="el-icon-edit"
@ -208,6 +209,7 @@
>修改</el-button
>
<el-button
:disabled="scope.row.status === 1"
size="mini"
type="text"
icon="el-icon-delete"

Loading…
Cancel
Save