Преглед изворни кода

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

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>