浏览代码

设备型号不允许编辑,型号编号表单校验必须纯数字型

like 6 月之前
父节点
当前提交
edee1916e8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      snowy-admin-web/src/views/basicset/devicetype/index.vue

+ 1 - 1
snowy-admin-web/src/views/basicset/devicetype/index.vue

@@ -44,7 +44,7 @@
 			</template>
 			<template #bodyCell="{ column, record }">
 				<template v-if="column.dataIndex === 'action'">
-					<a-button type="link" size="small" @click="formRef.onOpen(record)">编辑</a-button>
+					<!-- <a-button type="link" size="small" @click="formRef.onOpen(record)">编辑</a-button> -->
 					<a-popconfirm title="确定要删除吗?" @confirm="deleteData(record)">
 						<a-button type="link" danger size="small">删除</a-button>
 					</a-popconfirm>