1730532197@qq.com

lwj

...@@ -186,10 +186,7 @@ ...@@ -186,10 +186,7 @@
186 statusList: [{ 186 statusList: [{
187 'id': 1, 187 'id': 1,
188 'name': '有效' 188 'name': '有效'
189 - }, { 189 + },{
190 - 'id': 2,
191 - 'name': '配置中'
192 - }, {
193 'id': 3, 190 'id': 3,
194 'name': '停用' 191 'name': '停用'
195 }], 192 }],
...@@ -274,7 +271,7 @@ ...@@ -274,7 +271,7 @@
274 /** 删除 启用 停用按钮操作 */ 271 /** 删除 启用 停用按钮操作 */
275 handleDeleteorPlayorpause(row, status, statusText) { 272 handleDeleteorPlayorpause(row, status, statusText) {
276 debugger 273 debugger
277 - //删除前需要停用 274 + //删除前需要停用
278 if (status === 0 && row.status != '3') { 275 if (status === 0 && row.status != '3') {
279 this.$message({ 276 this.$message({
280 message: '请停用后删除', 277 message: '请停用后删除',
......