Quellcode durchsuchen

:lipstick: Updating the UI and style files. clientID 是主键,编辑时候不可修改

冷冷 vor 5 Jahren
Ursprung
Commit
60dc765327
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      src/const/crud/admin/client.js

+ 1 - 0
src/const/crud/admin/client.js

@@ -39,6 +39,7 @@ export const tableOption = {
     prop: 'clientId',
     align: 'center',
     sortable: true,
+    editDisabled: true,
     rules: [{
       required: true,
       message: '请输入clientId',