zhoulisen преди 5 години
родител
ревизия
541a4eab94
променени са 1 файла, в които са добавени 3 реда и са изтрити 2 реда
  1. 3
    2
      src/pages/qrcode/qrcodelist/index.jsx

+ 3
- 2
src/pages/qrcode/qrcodelist/index.jsx Целия файл

126
             dataIndex: 'buildingName',
126
             dataIndex: 'buildingName',
127
             key: 'buildingName',
127
             key: 'buildingName',
128
             align: 'center',
128
             align: 'center',
129
+            render: x => <span >{x || '暂无'}</span>,
129
 
130
 
130
         },
131
         },
131
         {
132
         {
133
             dataIndex: 'channelName',
134
             dataIndex: 'channelName',
134
             key: 'channelName',
135
             key: 'channelName',
135
             align: 'center',
136
             align: 'center',
136
-
137
+            render: x => <span >{x || '暂无'}</span>,
137
         },
138
         },
138
         {
139
         {
139
             title: '创建时间',
140
             title: '创建时间',
154
                 <AuthButton name="admin.qrcode.dataRecord" noRight={null}>
155
                 <AuthButton name="admin.qrcode.dataRecord" noRight={null}>
155
                     <EditIcon type="data" text="数据" onClick={() => toDataRecord(row.qrCodeId)} ></EditIcon>
156
                     <EditIcon type="data" text="数据" onClick={() => toDataRecord(row.qrCodeId)} ></EditIcon>
156
                 </AuthButton>,
157
                 </AuthButton>,
157
-                
158
+
158
 
159
 
159
             ]),
160
             ]),
160
         },
161
         },