Browse Source

后台筛查二维码列表去掉新增删除

newMaster
1747191978@qq.com 3 months ago
parent
commit
682f674302
  1. BIN
      acupuncture-后台/dist.zip
  2. 12
      acupuncture-后台/src/views/screening/qrCode.vue
  3. BIN
      acupuncture-后台/针灸后台3.zip

BIN
acupuncture-后台/dist.zip

Binary file not shown.

12
acupuncture-后台/src/views/screening/qrCode.vue

@ -38,7 +38,7 @@
</el-form>
<el-row :gutter="10" class="mb8">
<el-col :span="1.5">
<!-- <el-col :span="1.5">
<el-button
type="primary"
plain
@ -47,8 +47,8 @@
@click="handleAdd"
>新增</el-button
>
</el-col>
<el-col :span="1.5">
</el-col> -->
<!-- <el-col :span="1.5">
<el-button
type="danger"
plain
@ -58,7 +58,7 @@
@click="handleDelete"
>删除</el-button
>
</el-col>
</el-col> -->
<!-- <el-col :span="1.5">
<el-button
type="warning"
@ -122,13 +122,13 @@
@click="handleExport(scope.row)"
>导出
</el-button>
<el-button
<!-- <el-button
size="mini"
type="text"
icon="el-icon-delete"
@click="handleDelete(scope.row)"
>删除
</el-button>
</el-button> -->
</template>
</el-table-column>
</el-table>

BIN
acupuncture-后台/针灸-后台1.zip → acupuncture-后台/针灸后台3.zip

Binary file not shown.
Loading…
Cancel
Save