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

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

Binary file not shown.
Loading…
Cancel
Save